Hi all,

I've recently installed phpldapadmin on a machine with a fresh installation 
of slapd (debian lenny) with TLS support.

After conecting to the server, I cannot expand the root node, although it 
has the default "admin" entry... (I also tried to add some organizational 
units, but no expands...).

These are the contents of the DB (the dn's and userPassword have been
conveniently modified)

    $ ldapsearch -x -D "cn=admin,dc=a,dc=b,dc=c,dc=d" -W
    Enter LDAP Password:
    # extended LDIF
    #
    # LDAPv3
    # base <> with scope subtree
    # filter: (objectclass=*)
    # requesting: ALL
    #

    # a.b.c.d
    dn: dc=a,dc=b,dc=c,dc=d
    objectClass: top
    objectClass: dcObject
    objectClass: organization
    o: abcd
    dc: gso

    # admin, a.b.c.d
    dn: cn=admin,dc=a,dc=b,dc=c,dc=d
    objectClass: simpleSecurityObject
    objectClass: organizationalRole
    cn: admin
    description: LDAP administrator
    userPassword:: ....

    # search result
    search: 2
    result: 0 Success

    # numResponses: 3
    # numEntries: 2

I tried with debian's package (0.9.8.4) as well as version 1.0.2 with the 
same result.

Do you have any idea why is it not expanding?

Thanks,
  Lluis

-- 
 "And it's much the same thing with knowledge, for whenever you learn
 something new, the whole world becomes that much richer."
 -- The Princess of Pure Reason, as told by Norton Juster in The Phantom
 Tollbooth

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
phpldapadmin-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to