Jump to content

atnetsolutions

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by atnetsolutions

  1. Woohoo!!! Thank you so much Geoff. I used the tool to get the correct LDAP values and I didn't have the search stuff in there. It's working beautifully now! Thanks again. ~Andrew
  2. Hi Geoff, thanks for the reply! I don't know if the base dn is right...I am pretty new to LDAP. I changed the user attribute, but no change, I still receive the Unknown User error. Thanks. ~Andrew
  3. 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
×
×
  • Create New...