cse435website/secure/.htaccess
Sean Joseph b5aaafd494 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.
2017-10-28 20:17:28 -04:00

13 lines
336 B
ApacheConf

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