Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== LDAP ====== ===== Search ===== * Request all LDAP content (exemple with freeIPA): <code> ldapsearch -h <LDAP_FQDN> -D 'uid=<USERNAME>,cn=users,cn=accounts,dc=domain' -W </code> * Request AD: <code> ldapsearch -H ldaps://dc.example.com -x -W -D "user@example.com" -b "dc=example,dc=com" "(sAMAccountName=user)" </code> cheastsheet/ldap.txt Last modified: 2024/10/14 20:59by 127.0.0.1