Re: [SOGo] LDAP auth when login is not cn (but uid)

2014-11-25 Thread Yannick Barbeaux
Thank you for the quick answers. I had already tried what Thierry suggested but that does not work in my case. What worked for me was: bindFields = (uid, cn, mail); and the possibility to identify by various means (email, uid, ...) is great! Best regards, Yannick On 25 November 2014 at 1

Re: [SOGo] LDAP auth when login is not cn (but uid)

2014-11-25 Thread Christian Mack
Am 2014-11-25 um 16:35 schrieb ybarbe...@gmail.com: > Hello, > > I want to authenticate with SOGO by an external LDAP server. > The problem I face is that the login of a user is not the cn field but the > uid. > > For example, a user named John SMITH should identify with login johnsmit > (first 4

[SOGo] LDAP auth when login is not cn (but uid)

2014-11-25 Thread ybarbeaux
Hello, I want to authenticate with SOGO by an external LDAP server. The problem I face is that the login of a user is not the cn field but the uid. For example, a user named John SMITH should identify with login johnsmit (first 4 letters of first name followed by first 4 letters of last name). My