summaryrefslogtreecommitdiffstats
path: root/install/share/dna-upg.ldif
blob: c4edcfaa4181594036c2c8ff3a801936f8f1b8fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# add plugin configuration for user private groups

dn: cn=User Private Groups,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config
changetype: add
objectclass: top
objectclass: extensibleObject
cn: Posix Accounts
dnaType: uidNumber
dnaType: gidNumber
dnaNextValue: eval($UIDSTART+1)
dnaInterval: 1
dnaMaxValue: eval($UIDSTART+100000)
dnaMagicRegen: 999
dnaFilter: (|(objectclass=posixAccount)(objectClass=posixGroup))
dnaScope: $SUFFIX