SHARE
Facebook X Pinterest WhatsApp

LDAP Master Server Problems

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. If your master server is down but the slaves are OK, ldapsearch and other lookups will work fine. But if […]

Written By
thumbnail Juliet Kemp
Juliet Kemp
Oct 8, 2008
Datamation content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More

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.

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

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.

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:
    	slapd[27069]: bdb_db_open: alock package is unstable 
    	slapd[27069]: backend_startup_one: bi_db_open failed! (-1) 
    	

    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.

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!

This article was first published on ServerWatch.com.

  SEE ALL
ARTICLES
 

Recommended for you...

8 Best Network Monitoring Tools of 2024 (Free & Paid)
Liz Ticong
Apr 11, 2024
OpenVAS vs. Nessus: Top Vulnerability Scanners Compared
Leon Yen
Feb 23, 2024
What is SOX Compliance? Requirements & Rules
Mary Shacklett
Oct 4, 2023
The Top Intrusion Prevention Systems
Kashyap Vyas
Jun 14, 2023
Datamation Logo

Datamation is the leading industry resource for B2B data professionals and technology buyers. Datamation's focus is on providing insight into the latest trends and innovation in AI, data security, big data, and more, along with in-depth product recommendations and comparisons. More than 1.7M users gain insight and guidance from Datamation every year.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.