[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: autofs slave ldap server



Not sure what OS you are doing this with, but assuming it's Linux, use syntax in your auto.master like:
 
/home    ldap:nisMapName=auto.home,dc=master,dc=ldap,dc=server
 
You should have your /etc/openldap/ldap.conf configured to look at master and slave directory servers.  It should failover to the second available server if the first is not available.
 
-Steve
-----Original Message-----
From: owner-openldap-software@OpenLDAP.org [mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of The Gamsby's
Sent: Thursday, November 20, 2003 10:13 PM
To: OpenLDAP-software@OpenLDAP.org
Subject: autofs slave ldap server

 

 

-----Original Message-----
From: The Gamsby's [mailto:gamsby@sbcglobal.net]
Sent:
Thursday, November 20, 2003 8:03 PM
To: 'sotware@openldap.org'
Subject: autofs slave ldap server

 

How do you configure autofs for a slave ldap server?  I have replication working, console logins and ssh sessions work, but when the master ldap server goes down, I can still login, but the automounter doesn’t work.

Of course the entry in auto.master points to the master ldap. What am I missing? Any help would be appreciated. Here is my auto.master:

 

/home   ldap:master:nisMapName=auto.home,dc=master,dc=ldap,dc=server --timeout=300

 

Jeff Gamsby