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.
13 lines
336 B
ApacheConf
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
|