2.3 ldap.conf Master: Difference between revisions

From SambaWiki
No edit summary
 
No edit summary
 
Line 6: Line 6:
#/etc/ldap.conf
#/etc/ldap.conf
# LDAP Master
# LDAP Master

host node1.differentialdesign.org node2.differentialdesign.org
host node1.differentialdesign.org node2.differentialdesign.org
base dc=differentialdesign,dc=org
base dc=differentialdesign,dc=org

Latest revision as of 06:03, 25 January 2007

2.3: ldap.conf Master

You will notice below in the host options that we use both IP addresses of the Primary and Secondary LDAP database servers. This serves as a failover option if the local LDAP database is inaccessible. The same applies for the Slave LDAP configuration; 2.4: ldap.conf Slave


#/etc/ldap.conf
# LDAP Master

host    node1.differentialdesign.org node2.differentialdesign.org
base    dc=differentialdesign,dc=org
binddn  cn=Manager,dc=differentialdesign,dc=org
bindpw  Manager 

pam_password exop

nss_base_passwd ou=People,ou=Users,dc=differentialdesign,dc=org?one
nss_base_shadow ou=People,ou=Users,dc=differentialdesign,dc=org?one
nss_base_passwd ou=Computers,ou=Users,dc=differentialdesign,dc=org?one
nss_base_shadow ou=Computers,ou=Users,dc=differentialdesign,dc=org?one
nss_base_group  ou=Groups,dc=differentialdesign,dc=org?one
ssl     no