#48915 DNA: magicRegen set to '0' causes uidNumber to be -2
Closed: wontfix Opened by firstyear.

dn: cn=uids,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config
dnaScope: ou=People,dc=example,dc=com
dnaThreshold: 2
cn: uids
objectClass: top
objectClass: dnaPluginConfig
dnaNextValue: 61
dnaRangeRequestTimeout: 60
dnaMagicRegen: 0
dnaFilter: (objectclass=posixAccount)
dnaMaxValue: 70
dnaType: uidNumber
dnaType: gidNumber
dnaRemoteBindDN: uid=dnaAdmin,ou=People,dc=example,dc=com
dnaSharedCfgDN: ou=Ranges,dc=example,dc=com
dnaRemoteBindCred: secret123
creatorsName: cn=directory manager
modifiersName: cn=directory manager
createTimestamp: 20160708021110Z
modifyTimestamp: 20160708021110Z
# user1, People, example.com
dn: uid=user1,ou=People,dc=example,dc=com
cn: user
objectClass: top
objectClass: account
objectClass: posixAccount
loginShell: /bin/nologin
homeDirectory: /home/user1
uid: user1
uidNumber: -2
gidNumber: -2

Test case that causes the fault.
ticketbz1353629_test.py

Was a bug I introduced during tracing another issues.

Metadata Update from @firstyear:
- Issue set to the milestone: 1.3.5.10

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/1974

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Invalid)

Metadata