openldap

Open source LDAP directory software suite for authentication

brewmacoslinux
Try with needOr install directly
Source

About

Open source suite of directory software

Commands

ldapaddldapdeleteldapmodifyldapsearchldappasswdslapdslapcat

Examples

Search for users in LDAP directory$ ldapsearch -x -H ldap://localhost -b 'dc=example,dc=com' 'uid=username'
Add a new user entry to LDAP$ ldapadd -x -D 'cn=admin,dc=example,dc=com' -W -f user.ldif
Modify an existing user password in LDAP$ ldappasswd -x -D 'cn=admin,dc=example,dc=com' -W -S 'uid=username,dc=example,dc=com'