[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: modrdn on records under "" suffix (ITS#1173)



Pierangelo Masarati wrote:
> 
> Added a fix that allows renaming of a root entry by non-root user
> only if "" is a valid suffix (as in back-ldbm/add.c for add operations).
> 
> Please test.

it works for me now. Kick ass!

Actually I was using the rootdn before, but it was defined in the
directory and referenced by the config file.

slap.conf had something like:

rootdn uid=admin

and 

dn: uid=admin
objectClass: top
objectClass: account
objectClass: simpleSecurityObject
uid: admin
userPassword: {not telling}

existed in the directory. (this way, instead of having n different
rootdn passwords for n different servers, the rootpw is essentially
stored in the directory rather than the configs.)

d!