This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dn: cn=config | |
objectClass: olcGlobal | |
cn: config | |
olcConfigFile: slapd-m1.conf | |
olcConfigDir: /tmp/slapd.d | |
olcArgsFile: /var/run/openldap/slapd.args | |
olcAttributeOptions: lang- | |
olcAuthzPolicy: none | |
olcConcurrency: 0 | |
olcConnMaxPending: 100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dn: cn=module{0},cn=config | |
changetype: modify | |
add: olcModuleLoad | |
olcModuleLoad: syncprov | |
olcModuleLoad: accesslog | |
dn: cn=config | |
changetype: modify | |
replace: olcServerID | |
olcServerID: 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dn: cn=replicator,cn=appaccts,dc=example,dc=com | |
objectClass: top | |
objectClass: inetOrgPerson | |
cn: replicator | |
sn: replicator | |
description: Application account for LDAP replication | |
userPassword: replicator |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dn: dc=example,dc=com | |
objectClass: top | |
objectClass: organization | |
objectClass: dcObject | |
o: example | |
dc: example | |
structuralObjectClass: organization | |
entryUUID: 7af18f4a-f72a-1038-8e73-5b8b73457ee1 | |
creatorsName: cn=manager,dc=example,dc=com | |
createTimestamp: 20190419200719Z |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dn: cn=config | |
objectClass: olcGlobal | |
cn: config | |
olcLogLevel: sync | |
olcLogLevel: stats | |
olcPidFile: /var/run/slapd/slapd.pid | |
olcArgsFile: /var/run/slapd/slapd.args | |
olcToolThreads: 2 | |
olcAuthzRegexp: {0}gidNumber=0\+uidNumber=0,cn=peercred,cn=external,cn=auth cn | |
=config |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dn: cn=config | |
objectClass: olcGlobal | |
cn: config | |
olcLogLevel: Sync | |
olcLogLevel: Stats | |
olcPidFile: /var/log/slapd.pid | |
olcArgsFile: /var/log/slapd.args | |
olcServerID: 1 | |
dn: cn=schema,cn=config |