[Bug 602540] Re: "ldapadduser" adds the user and hangs

Serge Hallyn 602540 at bugs.launchpad.net
Wed Jul 7 23:06:38 BST 2010


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
Server Team, which is subscribed to openldap in ubuntu.



More information about the Ubuntu-server-bugs mailing list