]> git.sur5r.net Git - openldap/commitdiff
Remove olcModuleLoad directives
authorGavin Henry <ghenry@openldap.org>
Sat, 9 Feb 2008 21:43:31 +0000 (21:43 +0000)
committerGavin Henry <ghenry@openldap.org>
Sat, 9 Feb 2008 21:43:31 +0000 (21:43 +0000)
doc/guide/admin/overlays.sdf

index 61c5e884c8caa2de3856a86453b4ad21a579aedc..209be6177ab170a8fa4c3c58e561fb3d5ef0ece3 100644 (file)
@@ -172,11 +172,6 @@ H3: Audit Logging Configuration
 If the directory is running vi {{F:slapd.d}}, then the following LDIF could be used to add the overlay to the overlay list 
 in {{B:cn=config}} and set what file the {{TERM:LDIF}} gets logged to (adjust to suit)
 
->       dn: cn=module{0},cn=config
->       changetype: modify
->       add: olcModuleLoad
->       olcModuleLoad: {2}auditlog.la
-> 
 >       dn: olcOverlay=auditlog,olcDatabase={1}hdb,cn=config
 >       changetype: add
 >       objectClass: olcOverlayConfig
@@ -338,11 +333,6 @@ title attribute of any {{titleCatalog}} entries in the given scope.
 
 An example for use with {{cn=config}}:
 
->       dn: cn=module{0},cn=config
->       changetype: modify
->       add: olcModuleLoad
->       olcModuleLoad: {1}constraint.la
-> 
 >       dn: olcOverlay=constraint,olcDatabase={1}hdb,cn=config
 >       changetype: add
 >       objectClass: olcOverlayConfig