Skip to content

Commit b64e56e

Browse files
authored
Update LDAP.md
1 parent dccdbf4 commit b64e56e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • Cheat Sheets/DevOps Services

Cheat Sheets/DevOps Services/LDAP.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ Dump schema with
2222

2323
ldapsearch -H ldapi:/// -Y EXTERNAL -b cn=config
2424

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+
2531
## Replication
2632

2733
Check OpenLDAP replication with

0 commit comments

Comments
 (0)