Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1517 by [email protected]: Add optional ldap filters parameter
http://code.google.com/p/openmeetings/issues/detail?id=1517
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 + "))";
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.