[Fedora-directory-users] error while using migrate-ds-admin.pl from 1.04 to 1.1.0

2008-04-18 Thread Tony
Hi, I'm trying to upgrade from 1.0.4 to 1.1.0 on a CentOS 5 system. I tested everything in a vm and all went fine, but come to the real live server and when I try to migrate the data, this happens: [EMAIL PROTECTED] ~]# migrate-ds-admin.pl -f temp.inf Beginning migration of Directory and Adminis

Re: [Fedora-directory-users] Question on hierarchy tree deletion

2008-04-18 Thread Chun Tat David Chu
Joona, Do you mind to show me how to sort by DN length? and execute the ldapdelete? I looked at it a bit but I couldn't figure out. Thanks! David On Fri, Apr 18, 2008 at 6:41 AM, J. Hartman <[EMAIL PROTECTED]> wrote: > Hi, > > I've done subtree deletion sometimes by sorting based on DN length.

[Fedora-directory-users] Group membership

2008-04-18 Thread Kronsteiner Bernhard
Hi all! I have two installations of the fedora directory server, A and B. Now I have users which are located on the server B who should have to be in groups auf server A. Is this possible in a way or do I have to replicate those users who should have permissions on server A? Thanks in advan

Re: [Fedora-directory-users] Question on hierarchy tree deletion

2008-04-18 Thread Michael Ströder
HI! In web2ldap I've implemented in Python the recursive tree deletion also based on various operational attributes like hasSubordinates, numSubordinates etc. It also catches the exception ldap.NOT_ALLOWED_ON_NONLEAF and starts a new search then. Also exceptions ldap.SIZELIMIT_EXCEEDED and ld

Re: [Fedora-directory-users] Question on hierarchy tree deletion

2008-04-18 Thread J. Hartman
Hi, I've done subtree deletion sometimes by sorting based on DN length. Delete longest DNs first and it's certain that they are the leafs. The whole thing can be done in a one-liner. -Joona On Thu, Apr 17, 2008 at 9:32 PM, Chun Tat David Chu < [EMAIL PROTECTED]> wrote: > Hi group, > > I figured