From b5aaafd494acbaab7578643c8633df3148eccfd5 Mon Sep 17 00:00:00 2001 From: Sean Joseph Date: Sat, 28 Oct 2017 20:17:28 -0400 Subject: [PATCH] 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. --- secure/.htaccess | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 secure/.htaccess diff --git a/secure/.htaccess b/secure/.htaccess new file mode 100644 index 0000000..59bc014 --- /dev/null +++ b/secure/.htaccess @@ -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