Imported Upstream version 4.6.2
This commit is contained in:
24
install/share/dna.ldif
Normal file
24
install/share/dna.ldif
Normal file
@@ -0,0 +1,24 @@
|
||||
# add plugin configuration for user private groups
|
||||
|
||||
dn: cn=Posix IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config
|
||||
changetype: add
|
||||
objectclass: top
|
||||
objectclass: extensibleObject
|
||||
cn: Posix IDs
|
||||
dnaType: uidNumber
|
||||
dnaType: gidNumber
|
||||
dnaNextValue: eval($IDSTART)
|
||||
dnaMaxValue: eval($IDMAX)
|
||||
dnaMagicRegen: -1
|
||||
dnaFilter: (|(objectClass=posixAccount)(objectClass=posixGroup)(objectClass=ipaIDobject))
|
||||
dnaScope: $SUFFIX
|
||||
dnaThreshold: 500
|
||||
dnaSharedCfgDN: cn=posix-ids,cn=dna,cn=ipa,cn=etc,$SUFFIX
|
||||
dnaExcludeScope: cn=provisioning,$SUFFIX
|
||||
|
||||
# Enable the DNA plugin
|
||||
dn: cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config
|
||||
changetype: modify
|
||||
replace: nsslapd-pluginEnabled
|
||||
nsslapd-pluginEnabled: on
|
||||
|
||||
Reference in New Issue
Block a user