[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: (ITS#5805) Problem when modifying access control
emmanuel.duru@atosorigin.com skrev:
> OK, my mistake, here follows a completely detailed description.
> * I perform the ldap modifications with this LDIF file:
[cut]
> * I try to bind :
> ldapsearch.exe -x -D cn=manager,c=fr -w secret -s base -b "" objectclass=* +
> I get:
> ldap_bind: Invalid credentials (49)
> * I stop slapd
[cut]
> * I restart slapd
> * I try to bind :
> ldapsearch.exe -x -D cn=manager,c=fr -w secret -s base -b "" objectclass=* +
> It works fine.
Dynamic updates to the frontend ACL doesn't take place until slapd is
restarted, ref ITS#5572. A fix is included in CVS HEAD and RE24, and
will be included in the upcoming 2.4.13 release.
Rein