More ldap configuration settings for demo ldap environment.
Should help when working on #10, #89, #287.
This commit is contained in:
7
tests/server/openldap/schema/modify/00-config.ldif
Normal file
7
tests/server/openldap/schema/modify/00-config.ldif
Normal file
@@ -0,0 +1,7 @@
|
||||
dn: olcDatabase={0}config,cn=config
|
||||
changetype: modify
|
||||
add: olcRootPW
|
||||
olcRootPW:: c2VjcmV0
|
||||
|
||||
add: olcRootDN
|
||||
olcRootDN: cn=config
|
25
tests/server/openldap/schema/modify/00-mapsize.ldif
Normal file
25
tests/server/openldap/schema/modify/00-mapsize.ldif
Normal file
@@ -0,0 +1,25 @@
|
||||
dn: olcDatabase={3}mdb,cn=config
|
||||
changetype: modify
|
||||
add: olcDbMaxSize
|
||||
olcDbMaxSize: 1073741824
|
||||
|
||||
dn: olcDatabase={4}mdb,cn=config
|
||||
changetype: modify
|
||||
add: olcDbMaxSize
|
||||
olcDbMaxSize: 1073741824
|
||||
|
||||
dn: olcDatabase={5}mdb,cn=config
|
||||
changetype: modify
|
||||
add: olcDbMaxSize
|
||||
olcDbMaxSize: 1073741824
|
||||
|
||||
dn: olcDatabase={6}mdb,cn=config
|
||||
changetype: modify
|
||||
add: olcDbMaxSize
|
||||
olcDbMaxSize: 1073741824
|
||||
|
||||
dn: olcDatabase={7}mdb,cn=config
|
||||
changetype: modify
|
||||
add: olcDbMaxSize
|
||||
olcDbMaxSize: 1073741824
|
||||
|
4
tests/server/openldap/schema/modify/00-sizelimit.ldif
Normal file
4
tests/server/openldap/schema/modify/00-sizelimit.ldif
Normal file
@@ -0,0 +1,4 @@
|
||||
dn: olcDatabase={4}mdb,cn=config
|
||||
changetype: modify
|
||||
add: olcSizeLimit
|
||||
olcSizeLimit: 2000
|
11
tests/server/openldap/schema/modify/40-dynlist-options.ldif
Normal file
11
tests/server/openldap/schema/modify/40-dynlist-options.ldif
Normal file
@@ -0,0 +1,11 @@
|
||||
dn: olcOverlay=dynlist,olcDatabase={4}mdb,cn=config
|
||||
changetype: add
|
||||
objectClass: olcOverlayConfig
|
||||
objectClass: olcDynListConfig
|
||||
olcOverlay: dynlist
|
||||
olcDynListAttrSet: nisMailAlias labeledURI
|
||||
#olcDynListAttrSet: groupOfURLs memberURL memberOf
|
||||
#olcDynListAttrSet: groupOfURLs memberURL member+dgMemberOf
|
||||
#olcDynListAttrSet: groupOfURLs memberURL member
|
||||
#olcDynListAttrSet: groupOfURLs memberURL member
|
||||
#olcDynListAttrSet: groupOfURLs labeledURI member
|
Reference in New Issue
Block a user