Hi guys,
I'm using MRBS with LDAP here, and I have a parameters what I would like to change.
How I use the parameter "$ldap_dn_search_attrib = "sAMAccountName";", then after login in,the session PHP is set to "Array ( [userName] => 9999999 )".
The "9999999" is the "sAMAccountName" that "MRBS" defines in the session "Array ( [userName] => 9999999 )", and MRBS set the "sAMAccountName" in mysql in field "create_by";
Is there a way to change the "sAMAccountName" to "givenname" after login, and mysql make the insertion of "givenname" instead of "sAMAccountName"?
Thanks!!!