Neseek77 / openmeetings

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

Add optional ldap filters parameter #1517

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
revision 3822

It would be great to put the optional ldap filters parameter in config.

And line in LdapLoginManagement.java will look something like:
if (ldap_fieldname_addit_filter==null)
{
    String ldap_search_filter = "(userPrincipalName=" + user + ")";
}
else {
   String ldap_search_filter = "(&"+ldap_fieldname_addit_filter+"(userPrincipalName=" + user + "))";

Original issue reported on code.google.com by Andrew.K...@gmail.com on 19 Sep 2011 at 11:03

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 19 Sep 2011 at 12:05

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 31 Jan 2012 at 12:22

GoogleCodeExporter commented 9 years ago
OpenMeetings moves to Apache Foundation, update your bookmarks to the new 
project page:

http://incubator.apache.org/openmeetings/

New Issue tracker is located: https://issues.apache.org/jira/browse/OPENMEETINGS

New Mailing Lists located at: 
http://incubator.apache.org/openmeetings/mail-lists.html 

Original comment by seba.wag...@gmail.com on 31 Jan 2012 at 12:25