Pavel ''Blaze'' Vinogradov
2006-Oct-17 05:42 UTC
[Fedora-directory-users] Ldap api for moving entries
Hello,
I write LdapManager on java, and use FDS 1.0.2 as Ldap-server and
Novell jLDAP library to work with LDAP-server.
All work good, except entry moving. I try to make LdapModifyDNRequest
to server, but get answer:
Error: LDAPException: Unwilling To Perform (53) Unwilling To Perform
LDAPException: Server Message: server does not support moving of entries
LDAPException: Matched DN:
I don''t find any information about features of moving entryes in FDS.
Can you help me with this question?
Richard Megginson
2006-Oct-17 13:51 UTC
Re: [Fedora-directory-users] Ldap api for moving entries
Pavel ''Blaze'' Vinogradov wrote:> Hello, > > I write LdapManager on java, and use FDS 1.0.2 as Ldap-server and > Novell jLDAP library to work with LDAP-server. > All work good, except entry moving. I try to make LdapModifyDNRequest > to server, but get answer: > > Error: LDAPException: Unwilling To Perform (53) Unwilling To Perform > LDAPException: Server Message: server does not support moving of > entries > LDAPException: Matched DN: > > I don''t find any information about features of moving entryes in > FDS. Can you help me with this question?ModifyDN with new superior is not supported by Fedora DS.> > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users
Pavel ''Blaze'' Vinogradov
2006-Oct-20 07:35 UTC
Re: [Fedora-directory-users] Ldap api for moving entries
Richard Megginson wrote:>> All work good, except entry moving. I try to make >> LdapModifyDNRequest to server, but get answer: >> >> Error: LDAPException: Unwilling To Perform (53) Unwilling To Perform >> LDAPException: Server Message: server does not support moving of >> entries >> LDAPException: Matched DN: > > ModifyDN with new superior is not supported by Fedora DS.How can i move/rename entry? Is entry coping the best choise in this situation?
Richard Megginson
2006-Oct-20 14:25 UTC
Re: [Fedora-directory-users] Ldap api for moving entries
Pavel ''Blaze'' Vinogradov wrote:> Richard Megginson wrote: > >>> All work good, except entry moving. I try to make >>> LdapModifyDNRequest to server, but get answer: >>> >>> Error: LDAPException: Unwilling To Perform (53) Unwilling To Perform >>> LDAPException: Server Message: server does not support moving of >>> entries >>> LDAPException: Matched DN: >> >> ModifyDN with new superior is not supported by Fedora DS. > > How can i move/rename entry? Is entry coping the best choise in this > situation?Yes, that''s how the directory server console does it - copy/add new/delete old.> > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users