LDAP Directory Information Tree¶
This document describes how the debops.slapd Ansible role fits in the LDAP directory structure organized by DebOps.
Directory structure¶
DNS (example.org)
- rootDSE -> debops.ldap
cn=config
cn=module{0}
{0}back_mdb
{1}syncprov
(for Multi-Master replication){2}ppolicy
{3}unique
{4}memberof
{5}refint
{6}auditlog
{7}constraint
{8}back_monitor
{9}lastbind
{10}autogroup
- cn=schema
- core.schema
- cosine.schema
- rfc2307bis.schema
- inetorgperson.schema
- debops.schema
- posixgroupid.schema
- nextuidgid.schema
- ppolicy.schema
- ldapns.schema
- groupofentries.schema
- openssh-lpk.schema
- sudo.schema
- eduperson.schema
- nextcloud.schema
- mailservice.schema
- dyngroup.schema
- freeradius.schema (with RADIUS Client/Profile/Accounting, DHCPv4, DHCPv6 schema)
olcDatabase={0}config
olcDatabase={1}mdb
- olcOverlay={0}syncprov (for Multi-Master replication)
- olcOverlay={1}ppolicy
- olcOverlay={2}unique
- olcOverlay={3}memberof (for
groupOfNames
LDAP objects) - olcOverlay={4}memberof (for
groupOfEntries
LDAP objects) - olcOverlay={5}memberof (for
groupOfURLs
LDAP objects) - olcOverlay={6}memberof (for
organizationalRole
LDAP objects) - olcOverlay={7}refint
- olcOverlay={8}auditlog
- olcOverlay={9}constraint
- olcOverlay={10}autogroup
- olcOverlay={11}lastbind
olcAccess
(documentation)
olcDatabase={2}monitor
dc=example,dc=org
- rootDSE -> debops.ldap
Parent nodes¶
There are no parent nodes defined for the OpenLDAP server.
Child nodes¶
There are no child nodes defined for the OpenLDAP server.