Jump to content

Recommended Posts

Guest Guest
Posted (edited)

I've got classroombookings installed and working fine, I've also got LDAP integration working. However, I don't seem to be able to get the LDAP filter work, I've currently got it set as below (tested as working in AD users and computers) and when this is set we're unable to login using AD accounts

 

(&(&(objectCategory=user)(memberOf=CN=Staff,OU=Security Groups,DC=school,DC=local)))

 

Any help is greatly appreciated

Edited by Guest
Posted

Hi kieran1990! LDAP can be tricky to get right but it looks like you're on the right lines.

 

Did you use the 'Test credentials' box on the right of the page, and if so, what errors does that show?

 

The filter setting should be constructed in such a way so that the LDAP search that is done using the filter returns one result only for the authenticating user.

 

You should look to include a section with a user identifier, e.g.:

 

(&(uid=:user)(memberOf=CN=Staff,OU=Security Groups,DC=school,DC=local))

 

Hope that helps! :)

Guest Guest
Posted

I got there in the end, the below seems to work

 

(&(sAMAccountName=:user)(memberOf=CN=Staff,OU=Security Groups,DC=school,DC=local))

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...