This is a discussion on LDAP auth problem within the Linux software forums, part of the Linux Getting Started category; Hi All, I configured a LDAP server on SuSe ES9 and LDAP clients on Suse Prof 9.1 and Redhat ES ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
Hi All,
I configured a LDAP server on SuSe ES9 and LDAP clients on Suse Prof 9.1 and Redhat ES 3.0 for System Authentication. I have two problems, 1) When the LDAP server is down I'm unable to login even with the local user account in the redhat ES 3.0 box. 2) On Suse Prof 9.1 box I removed the configured server from the LDAP client through YAST. After that the login is failing even with local users (including root). When I tried with rescue mode the /etc/passwd file seems to be corrupted. Are there any solutions for these problems. Thanks, Vasanth |
| Sponsored Links | ||
|
|
|
|||
|
Quote:
(A) Easy way - You can use round robin based DNS. Let us say you have two servers. Create master LDAP on 192.168.1.10 and Slave on 192.168.1.11 once done that create DNS entries as follows in your DNS server. 192.168.1.10 ldap.nixcraft.com – master ldpa server 192.168.1.11 ldap.nixcraft.com – slave ldap server MASTER LDAPPlease note that master must have read / write access. And all changes must be done on master only. Master must replicate database to slave server using Code:
replica host=ldapslave.nixcraft.com:389 binddn="cn=XXX,dc=XXX,dc=com" bindmethod=simple credentials=XXX Slave LDAP Server All slave LDAP servers must be read only. Edit slapd.conf for the slave and add: Code:
updatedn "cn=XXX,dc=XXX,dc=com" readonly on 2) Use of High-Availability Linux Project for LDAP, this is more sophisticated way. Read LDAP High-Availability document online at http://linuxjournal.com/article/5505 Quote:
Hope this helps |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Searching Tutorial for setup Postfix SMTP-AUTH | satimis | Mail Servers | 0 | 01-25-2008 09:10 PM |
| Problem about squid auth with LDAP | hkjack | Networking, Firewalls and Security | 6 | 06-15-2007 08:27 AM |
| LDAP and RADIUS | mannrj45 | Linux software | 1 | 12-02-2006 09:40 PM |
| Ldap profile | kasimani | Linux software | 0 | 10-27-2006 01:13 AM |
| open ldap autentication problem | kasimani | Linux software | 0 | 10-15-2006 12:17 AM |