Added a directory for selective authentication. It does not seem to work

when hosted on egr web space. It might be because it is trying to use
CSE's ldap server for authentication. We could explore using egr ldap
authentication as a means of select access. I'm not sure if we can
utilize egr ldap in that way though.
This commit is contained in:
Sean Joseph 2017-10-28 20:17:28 -04:00
parent 1c927a643b
commit b5aaafd494

12
secure/.htaccess Normal file
View File

@ -0,0 +1,12 @@
AuthType Basic
AuthBasicProvider ldap
AuthName "Roaming Access"
AuthLDAPURL ldap://ds.cse.msu.edu:389/ou=People,dc=cse,dc=msu,dc=edu?uid?sub
AuthLDAPGroupAttribute memberUid
AuthLDAPGroupAttributeIsDN off
Require user cse435
Require user joseph62
Require user alphastep
Require user arentlog
Require user coppers4
Require user murra203