From e0f4e9e8578493fc96111dc255170ccc52fe526e Mon Sep 17 00:00:00 2001 From: Eric Thibodeau Date: Thu, 14 Aug 2008 00:27:04 -0400 Subject: Added explicit LDAP_SERVER configuration directive for more flexibility --- overlay/net-nds/ldap-auth/files/cluster_ldap_skel.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3-65-gdbad