Hello,
New poster...I have read all the MRBS/LDAP threads I can find, but I can't seem to get rid of the "Unknown User" error.
This is my ldap config:
$ldap_host = "xx.xx.xx.xx";
$ldap_v3 = true;
$ldap_tls = false;
$ldap_base_dn = "ou=ON,dc=xxxx-xxxx,dc=xxxxxxxxx,dc=gc,dc=ca";
$ldap_user_attrib = "uid";
$ldap_get_user_email = FALSE;
$ldap_email_attrib = 'mail';
$ldap_group_member_attrib = 'memberof';
$ldap_unbind_between_attempts = FALSE;
$ldap_debug = TRUE;
Should the above work?
Any assistance would be greatly appreciated!!
Thank you.
~Andrew