aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Thibodeau <kyron@neuralbs.com>2008-08-14 00:27:04 -0400
committerEric Thibodeau <kyron@neuralbs.com>2008-08-14 00:27:04 -0400
commite0f4e9e8578493fc96111dc255170ccc52fe526e (patch)
tree7dfc767f3afc370e47c82721d7299a440aacebb6 /overlay
parentSnapshot change deprecates all unmasking defined in liveDVD (diff)
downloadclustering-livecd-e0f4e9e8578493fc96111dc255170ccc52fe526e.tar.gz
clustering-livecd-e0f4e9e8578493fc96111dc255170ccc52fe526e.tar.bz2
clustering-livecd-e0f4e9e8578493fc96111dc255170ccc52fe526e.zip
Added explicit LDAP_SERVER configuration directive for more flexibility
Diffstat (limited to 'overlay')
-rw-r--r--overlay/net-nds/ldap-auth/files/cluster_ldap_skel.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/overlay/net-nds/ldap-auth/files/cluster_ldap_skel.conf b/overlay/net-nds/ldap-auth/files/cluster_ldap_skel.conf
index c3c49c6..5905859 100644
--- a/overlay/net-nds/ldap-auth/files/cluster_ldap_skel.conf
+++ b/overlay/net-nds/ldap-auth/files/cluster_ldap_skel.conf
@@ -12,6 +12,11 @@
# Set it to "yes" once you're done
CONFIG_OK="no"
+# Name of the LDAP server, if USE=authmaster, then this should usually
+# be set to the equivalent of LDAP_SERVER=$(hostname -f). Otherwise, point
+# this variable to your domain's LDAP server:
+LDAP_SERVER="master.gentoo.local"
+
# What is the name you want to give the LDAP domain?
# say we wanted the domain to be gentoo.local you would
# put the following:
@@ -19,7 +24,7 @@ CONFIG_OK="no"
# or, in a more automated-generally-speaking sense:
#DOMAIN=$(hostname -d)
# Since this is the Clustering template, our Domain Context
-# is actually more like : "machine.domain.com". ASSuming
+# is actually more like : "machine.domain.com". Assuming
# the machine is set up right, we can pull that in autmatically
# using the following:
#DOMAIN=$(hostname -f)