meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| ldap:ldap-utils [2018/08/01 10:51] – niziak | ldap:ldap-utils [2018/08/01 11:05] (current) – niziak | ||
|---|---|---|---|
| Line 44: | Line 44: | ||
| ldapsearch -x -w admin | ldapsearch -x -w admin | ||
| </ | </ | ||
| + | |||
| + | |||
| + | ====== cn=config ===== | ||
| + | |||
| + | <code bash> | ||
| + | $ ldapsearch -x -W -LLL -s base -D ' | ||
| + | Enter LDAP Password: | ||
| + | dn: cn=config | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | $ ldapsearch -x -W -LLL -D ' | ||
| + | Enter LDAP Password: | ||
| + | ... | ||
| + | dn: olcDatabase={1}mdb, | ||
| + | ... | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | $ ldapsearch -x -W -LLL -D ' | ||
| + | Enter LDAP Password: | ||
| + | |||
| + | dn: olcDatabase={1}mdb, | ||
| + | objectClass: | ||
| + | objectClass: | ||
| + | olcDatabase: | ||
| + | olcDbDirectory: | ||
| + | olcSuffix: dc=example, | ||
| + | olcAccess: {0}to attrs=userPassword, | ||
| + | olcAccess: {1}to * by self read by dn=" | ||
| + | olcLastMod: TRUE | ||
| + | olcRootDN: cn=admin, | ||
| + | olcRootPW: {SSHA}abcdef... | ||
| + | olcDbCheckpoint: | ||
| + | olcDbIndex: uid eq | ||
| + | olcDbIndex: mail eq | ||
| + | olcDbIndex: memberOf eq | ||
| + | olcDbIndex: entryCSN eq | ||
| + | olcDbIndex: entryUUID eq | ||
| + | olcDbIndex: objectClass eq | ||
| + | olcDbMaxSize: | ||
| + | </ | ||
| + | |||
| ====== SASL ====== | ====== SASL ====== | ||