I set my config.php as follows :
$ldapservers->SetValue($i,'server','base',array('ou=addressBooks,dc=mydomain,dc=local'));
$ldapservers->SetValue($i,'login','attr','uid');
$ldapservers->SetValue($i,'login','class','posixAccount');
I want the users login with their uid and only see the addressBooks
tree. The users are stored in ou=people,dc=mydomain,dc=local (not in
the addressBooks subtree) and are member of
cn=addressbooks,ou=groups,dc=mydomain,dc=local which has the
permissions to edit the addressBooks,dc=mydomain,dc=local subtree.
With this config, the users are not able to login unless I change the
server:base to the LDAP root. I also get that the
cn=admin,dc=mydomain,dc=local can't login anymore because it has no
uid attribute. Can I add an uid attribute
cn=admin,dc=mydomain,dc=local ? It is the right thing to do ? How can
I config PLA to avoid those two problems ?
Thanks for you help !
Bruneel Michael
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
phpldapadmin-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users