hoangduit / openmeetings

Automatically exported from code.google.com/p/openmeetings
0 stars 0 forks source link

Put LDAP search filter in config #665

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Version 0.7RC2

Would it be possible to put the ldap search filter in config ?

Actually this is hard coded in the LdapLoginManagement.java
String ldap_search_filter = "(userPrincipalName=" + user + ")";

It would more easier to modify it , if it was in the config.

Many Thanks 

Original issue reported on code.google.com by obin...@gmail.com on 25 Mar 2009 at 4:50

GoogleCodeExporter commented 9 years ago
its already done by solving issue
http://code.google.com/p/openmeetings/issues/detail?id=653

see ya

Smoeker

Original comment by i...@oliver-becherer.name on 26 Mar 2009 at 7:29

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 29 Aug 2011 at 8:03