> Is it currently possible to have a dynamically generated baseDN, bindDN, > and > bind password in squirrelmail's address book configuration? > > I have personal address books set up in my ldap directory for users to add > their entries and stuff to and I want them to be able to access them from > squirrelmail. The credentials that would need to be generated go > something > like this: > > baseDN: ou=USERNAME,ou=Personal,dc=example,dc=com > bindDN: cn=USERNAME,ou=People,dc=example,dc=com > password: whatever password they used to log in. > where "USERNAME" is the username they logged in with. > > So, if I were to log in with username "larry" and a password of "frankluv" > the > credentials would look as so: > baseDN: ou=larry,ou=Personal,dc=example,dc=com > bindDN: cn=larry,ou=Personal,dc=example,dc=com > password: frankluv > > If this is possible, it would be great if someone could tell me how. If > it's > not possible, I will make it possible. :)
Check ldap_abook plugin ftp://datanom.net/pub/squirrelmail/ Or you can write custom address book backend based on functions/abook_ldap_server.php class. http://www.squirrelmail.org/plugin_view.php?id=230 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
