Installation

Webwork ldap - active directory settings

Re: Webwork ldap - active directory settings

by Andrew Calcutt -
Number of replies: 0
You seem to be correct. My main issue was I did not add this user to the course.

However my ldap config did need to be changed a little


(it didn't seem to want to use ldap, but based on an error message I made this change)
sql_ldap => "WeBWorK::Authen::LDAP"
has been changed to
sql_single => "WeBWorK::Authen::LDAP",

Once I did that it also complained about that "NULL" i added... so I changed that from
net_ldap_base => "NULL",
to
net_ldap_base => "",


Once I did that it is now authenticating. Thanks for the help