We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dccdbf4 commit b64e56eCopy full SHA for b64e56e
1 file changed
Cheat Sheets/DevOps Services/LDAP.md
@@ -22,6 +22,12 @@ Dump schema with
22
23
ldapsearch -H ldapi:/// -Y EXTERNAL -b cn=config
24
25
+or as root with slapcat
26
+
27
+ slapcat | less -i
28
+ slapcat | grep "^dn: cn=.*schema" # Get installed schemata
29
+ slapcat -b <schema dn> # Print schema only
30
31
## Replication
32
33
Check OpenLDAP replication with
0 commit comments