Mark Plaksin wrote: > We have the DNA plugin working fine in 1.2.5. In 1.2.6 we get a syntax > error when we try to create users with uidNumber set to 'magic'. We > configure and use the DNA plugin as described here: > > http://www.redhat.com/docs/manuals/dir-server/8.1/admin/dna.html > > If I turn on all the debugging it ends up complaining that uidNumber has > a syntax error. As if DNA failed to replace 'magic' with a number. > > We've reproduced this by installing both 1.2.5 and 1.2.6 from scratch > and configuring DNA using the same LDIF. 1.2.5 works, 1.2.6 gives the > syntax error. > > Do we need to do something extra in 1.2.6? > Yes. 1.2.6 by default enforces attribute syntax. The uidNumber attribute must be an integer - 'magic' is not an integer. Looks like this is wrong in the 8.2 docs as well - http://www.redhat.com/docs/manuals/dir-server/8.2/admin/html/dna.html - please file a documentation bug. In your DNA configuration entry, use dnaMagicRegen: 9999999, then instead of 'magic' use 9999999 as the magic value when adding entries. > Thanks! > -- > 389 users mailing list > 389-users at lists.fedoraproject.org > https://admin.fedoraproject.org/mailman/listinfo/389-users >