AIX: Working with LDAP
To list the status of the secldapclntd daemon
# /usr/sbin/ls-secldapclntd
Related File:
/etc/security/ldap/ldap.cfg Contains information needed by the secldapclntd daemon to connect to the server
To restart the secldapclntd daemon
# /usr/sbin/restart-secldapclntd
To restart the secldapclntd with using 30 threads and cache timeout value of 500 seconds
# /usr/sbin/restart-secldapclntd -p 30 -t 500
To start the secldapclntd daemon
# /usr/sbin/start-secldapclntd
To start the secldapclntd with using 20 threads and cache timeout value of 600 seconds
# /usr/sbin/start-secldapclntd -p 20 -t 600
To stop the running secldapclntd daemon process
# /usr/sbin/stop-secldapclntd
To flush the secldapclntd daemon cache
# /usr/sbin/flush-secldapclntd
Related File:
/etc/security/ldap/ldap.cfg Contains information needed by the secldapclntd daemon to connect to the server
To check the LDAP error message
# /var/adm/syslog
LINUX: Working with LDAP
How Check LDAP services is running
# service sssd status
How to stop LDAP service
# service sssd stop
How to start LDAP service
# service sssd start
How to confirm if server is connected with LDAP server
# getent passwd <user id>
LDAP Configuration File
# cat /etc/sssd/sssd.conf
How to confirm if server is connected with LDAP server
# getent passwd <user id>
SOLARIS: Working with LDAP
How Check LDAP services is running
# svcs -a |grep ldap
How Clear LDAP services which is in maintenance mode
# svcadm clear svc:/network/ldap/client:default
How so start LDAP services with detailed information
# svcs -xv svc:/network/ldap/client:default
LDAP Configuration File
# cat /var/ldap/ldap_client_file
LDAP Offical Links:
🙂 Thx
LikeLike