aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)