Commit 87c40179 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 408384: Set extern_id when using LDAP auth

Patch By Emmanuel Seyman <eseyman@linagora.com> r=mkanat, a=mkanat
parent 7cf69551
......@@ -114,6 +114,8 @@ sub check_credentials {
$params->{realname} ||= $user_entry->get_value("displayName");
$params->{realname} ||= $user_entry->get_value("cn");
$params->{extern_id} = $username;
return $params;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment