mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 15:10:22 -05:00
ITS#9480 - Update example configurations to include monitor db
This commit is contained in:
parent
805cc450d9
commit
05b1b4688c
2 changed files with 11 additions and 0 deletions
|
|
@ -63,3 +63,8 @@ rootpw secret
|
|||
directory %LOCALSTATEDIR%/openldap-data
|
||||
# Indices to maintain
|
||||
index objectClass eq
|
||||
|
||||
#######################################################################
|
||||
# monitor database definitions
|
||||
#######################################################################
|
||||
database monitor
|
||||
|
|
|
|||
|
|
@ -93,3 +93,9 @@ olcRootPW: secret
|
|||
olcDbDirectory: %LOCALSTATEDIR%/openldap-data
|
||||
# Indices to maintain
|
||||
olcDbIndex: objectClass eq
|
||||
|
||||
dn: olcDatabase=monitor,cn=config
|
||||
objectClass: olcDatabaseConfig
|
||||
olcDatabase: monitor
|
||||
olcRootDN: cn=config
|
||||
olcMonitoring: FALSE
|
||||
|
|
|
|||
Loading…
Reference in a new issue