Jump to content

Jockl

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Jockl

  1. Hi! We are setting up a system for teachers at our old school and want to use MRBS as reservation system for rooms, laptops etc. As the school is a Windows 2003 Server network we want to authorize the users via LDAP. After weeks we got to work this on Joomla but it doesn't work with MRBS. This is the configuration of MRBS: // Where is the LDAP server $ldap_host = "ibc.ac.at"; // If you have a non-standard LDAP port, you can define it here $ldap_port = 389; // If you do not want to use LDAP v3, change the following to false $ldap_v3 = true; // If you want to use TLS, change the following to true $ldap_tls = false; // LDAP base distinguish name // See AUTHENTICATION for details of how check against multiple base dn's $ldap_base_dn = "OU=L,OU=Benutzer,DC=ibc,DC=ac,DC=at"; // Attribute within the base dn that contains the username $ldap_user_attrib = "sAMAccountName"; When I try to login it says: Unknown User Configuration of Joomla: Here a screenshot from the settings in Joomla: http://www.ibc.ac.at/pic1.jpg When doing an authentication test in Joomla we get some warnings but login works. http://www.ibc.ac.at/pic2.jpg This link doesn't work anymore. Thanks! Jockl
×
×
  • Create New...