# ldapmodify -a -D "cn=directory manager" -W -h localhost -x
Enter LDAP Password:
dn: uid=user1,ou=Place1,ou=Place2,ou=Groups,dc=mydomain,dc=net
changetype: modify
replace: entryid
entryid: 412

modifying entry "uid=user1,ou=Place1,ou=Place2,ou=Groups,dc=mydomain,dc=net"
ldap_modify: Server is unwilling to perform (53)

# ldapmodify -a -D "cn=directory manager" -W -h localhost -x
Enter LDAP Password:
dn: uid=user1,ou=Place1,ou=Place2,ou=Groups,dc=mydomain,dc=net
changetype: modify
replace: parentid
parentid: 170

modifying entry "uid=user1,ou=Place1,ou=Place2,ou=Groups,dc=mydomain,dc=net"
ldap_modify: Server is unwilling to perform (53)

On Thu, Feb 4, 2016 at 12:39 PM, <[email protected]> wrote:

> This is interesting....
>
> Main source servers show the following:
>
> [root@server01 ~]# ldapsearch -h server01 -D "cn=directory manager" -w
> secret -xLLL -b "dc=mydomain,dc=net" uid=user1 parentid entryid
> dn: uid=user1,ou=Place1,ou=Place2,ou=Groups,dc=mydomain,dc=net
> parentid: 174
> entryid: 366
>
>
> [root@server02 ~]# ldapsearch -h server01 -D "cn=directory manager" -w
> secret -xLLL -b "dc=mydomain,dc=net" uid=user1 parentid entryid
> dn: uid=user1,ou=Place1,ou=Place2,ou=Groups,dc=mydomain,dc=net
> parentid: 156
> entryid: 346
> --
> 389 users mailing list
> 389-users@%(host_name)s
>
> http://lists.fedoraproject.org/admin/lists/[email protected]
>
--
389 users mailing list
389-users@%(host_name)s
http://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to