Could you try doing

   strace -f -o/tmp/strace.out ldapadduser <user> <group>

and see where it it hangs?  Assuming it is the server and not the client
which hangs, then you'll probably want to do

    p=`pidof slapd`
    strace -f -o/tmp/strace2.out -p $p

and leave that running while you do the ldapadduser command in another
terminal.  (Please make sure there is no sensitive information before
posting that, but I assume this is all test data?)


** Changed in: openldap (Ubuntu)
       Status: Confirmed => Incomplete

-- 
"ldapadduser" adds the user and hangs
https://bugs.launchpad.net/bugs/602540
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to