Jump to content

Recommended Posts

Posted

Anyone done it?

 

I need to enter the contexts item which shows where in the active directory to look but I'm a bit confused what to write. Their example is below but how does this relate to my AD structure?

 

ldap_contexts = ou=moodleusers,dc=example,dc=com

 

Has anyone been through this?

Posted

It's the OU where your users live, usually cn=users. then the fully qualified domain eg dc=schoolname,dc=example,dc=com.

 

are you just looking for authentication , or full AD/SIMS integration?

Posted

My top OU for users is 'All Users' and my DNS domain name is carrhill.lancs.sch.uk. Thus my LDAP context is the following.

 

OU=All Users,DC=carrhill,DC=lancs,DC=sch,DC=uk

  • Thanks 1
Posted
My top OU for users is 'All Users' and my DNS domain name is carrhill.lancs.sch.uk. Thus my LDAP context is the following.

 

OU=All Users,DC=carrhill,DC=lancs,DC=sch,DC=uk

 

Perfect exactly what I was looking for! the sch.uk thing threw me but it makes perfect sense now.

 

I just want to authenticate users that's all.

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...