Hi,
We've set up an ldap proxy using OpenLDAP (2.4.7) to acces our AD server,
but no way to have it browsable with PLA (1.1.0.5)
No problem browsing/administrating through ldapbrowser.

There was troubles with subshema, thanks to FAQ it goes a little further.
But still not display at all in web browser and looking at the logs, it
seems PLA is in infinite loop.

If any help, the relevant part of slapd.conf:

------------------------------
access to dn.base="" by * read
access to dn.base="cn=Subschema" by * read
access to dn="cn=subschema" by * read
access to *
        by self write
        by users read
        by anonymous auth

database        ldap
uri             "ldap://10.33.4.79";
suffix          "dc=our,dc=domain"
chase-referrals no

acl-bind
        bindmethod=simple
        binddn="cn=Administrator,cn=users,dc=our,dc=domain"
        credentials="hardpassword"
idassert-authzFrom "dn.regex:.*"
idassert-bind   bindmethod=simple
                binddn="cn=Administrator,cn=users,dc=our,dc=domain"
                credentials="hardpassword"
                mode=none
------------------------------------------------------------
We tried with and without:
- acl-bind
- idassert-authzFrom

More (useful?) infos:
- Openldap acts:
    # as proxy for AD for dc=domain,dc=test
    # as local DB for dc=domain2,dc=test2
- PLA logs available on demand (~4 MB each time we try to bind through PLA)
- openldap log available on demand as well

Any help/idea would be great.

Thanks

-- 
Thibaud GUERIN
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
phpldapadmin-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to