Hi,
say, is there anyone who uses LDAP authentication with RoundCube 0.3*?
I'm having this little issue here of not being able to map LDAP attributes to RoundCube user attributes. For example, I'm using (in the config file plugins/ldap_authentication/config.inc.php)
================= *snip* ================= $rcmail_config['ldapauth']['attr_name'] = 'cn'; $rcmail_config['ldapauth']['attr_mail'] = 'mail'; $rcmail_config['ldapauth']['attr_user'] = 'sAMAccountName'; ================= *snap* =================
which I *thought* makes sure that the "E-Mail" entry in the standard identity that RoundCube creates would be the 'mail' attribute from LDAP. -- Well, it isn't here.
Any hints, anyone?
Cheers, Nico _______________________________________________ List info: http://lists.roundcube.net/users/
On lør 22 aug 2009 00:51:11 CEST, Nico Schlömer wrote
Any hints, anyone?
is your imap server using ldap auth backend ?
(no kidding), why would you make roundcube auth outside imap ?
is your imap server using ldap auth backend ?
Nah, my university uses Microsoft servers (sheesh..) which means Active Directory everywhere. They do have an LDAP interface though, and provide mail access through and IMAP interface.
I could authenticate against IMAP only I guess, but I wouldn't know how to gather any such info as the real user name from there.
On Saturday 22 August 2009 10:26:13 Benny Pedersen wrote:
On lør 22 aug 2009 00:51:11 CEST, Nico Schlömer wrote
Any hints, anyone?
is your imap server using ldap auth backend ?
(no kidding), why would you make roundcube auth outside imap ?
List info: http://lists.roundcube.net/users/
On Saturday 22 August 2009 18:36:51 Nico Schlömer wrote:
is your imap server using ldap auth backend ?
Nah, my university uses Microsoft servers (sheesh..) which means Active Directory everywhere. They do have an LDAP interface though, and provide mail access through and IMAP interface.
I could authenticate against IMAP only I guess, but I wouldn't know how to gather any such info as the real user name from there.
A plugin with hook here perhaps: http://trac.roundcube.net/wiki/Plugin_Hooks#create_user