Read
more on "Tips of the Trade" »
LDAP allows you to have a master+slave server setup, with automatic
failover in case of problems or just to spread
the load. This has obvious advantages, but it can hide problems with the
master server.
Slave servers can't modify the database, so it tries to redirect to the
master, and fails. If you now use ldapsearch to look for your new
entry, you will not find it.
Read more on "Tips of the Trade" »
LDAP Master Server Problems
![]() |
If your master server is down but the slaves are OK, ldapsearch and other lookups will work fine. But if you try to modify the database (e.g., with ldapadd), you'll get this kind of error message:
ldap_add: Referral (10) referrals: ldaps://masterldap.example.com/uid=test,ou=People, dc=example,dc=com |
You can confirm the diagnosis by trying: ldapsearch -H ldaps://masterldap.example.com to force a bind to the master server.
The next stage is to find out what's causing the problem. Set the loglevel in /etc/ldap/slapd.conf to 1, then restart slapd and check the logs.
Two common problems:
- An old slapd process that hasn't been killed off properly. Check with ps and kill it if necessary.
- An alock problem, which looks like this in the log:
To resolve, remove the /var/lib/ldap/alock file (or check your slapd.conf for your local data directory). Run db_recover to fix the database, or just restart slapd and it should recover itself. You may need to give it a little time or restart it again.slapd[27069]: bdb_db_open: alock package is unstable slapd[27069]: backend_startup_one: bi_db_open failed! (-1)
Remember to return the loglevel to normal afterward, or the server will be very slow. Also, consider using monitoring software to catch these silent problems!
Page
1 of
1
Read more on "Tips of the Trade" »
0 Comments (click to add your comment)
Networking Solutions


Solid state disks (SSDs) made a splash in consumer technology, and now the technology has its eyes on the enterprise storage market. Download this eBook to see what SSDs can do for your infrastructure and review the pros and cons of this potentially game-changing storage technology.