📖 ~1 min read
Table of contents
Symptom & Impact
LDAP users cannot log in even though local users work.
Environment & Reproduction
After secldapclntd or /etc/security/ldap/ldap.cfg changes.
lssrc -s secldapclntd
ls-secldapclntd
lsuser -R LDAP user1
Root Cause Analysis
secldapclntd daemon is down, ldap.cfg references wrong host, or TLS certificates are invalid.
Quick Triage
Check the daemon and ldap.cfg basics.
lssrc -s secldapclntd
grep ldapservers /etc/security/ldap/ldap.cfg
ls-secldapclntd
Step-by-Step Diagnosis
Test bind manually and inspect logs.
ls-secldapclntd
ldapsearch -h ldap.host -D binddn -w pass -b base
tail /var/adm/secldapclntd.log

Solution – Primary Fix
Correct ldap.cfg, restart secldapclntd, and reload user caches.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
chsec -f /etc/security/ldap/ldap.cfg -s server -a ldap1.host
restart-secldapclntd
lsuser -R LDAP user1

Solution – Alternative Approaches
Switch authentication to compat mode for local accounts during ldap repair window.
Verification & Acceptance Criteria
LDAP users log in and lsuser returns expected attributes.
ssh user1@host
lsuser -R LDAP user1
ls-secldapclntd
Rollback Plan
Restore previous ldap.cfg if new servers introduce regressions.
cp -p ldap.cfg.bak /etc/security/ldap/ldap.cfg
restart-secldapclntd
ls-secldapclntd
Prevention & Hardening
Maintain multiple LDAP peers, monitor secldapclntd, and rotate TLS certs.
Related Errors & Cross-Refs
Related to PAM failures, sshd issues, and Kerberos ticket failures.
Related tutorial: View the step-by-step tutorial for aix-7.3.
View all aix-7.3 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
IBM AIX 7.3 LDAP client administration documentation.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.