1
Web_Migration_.htaccess Page 1 of 1 10/24/12 WEB MIGRATION: .HTACCESS INSTRUCTIONS Content owners who use .htaccess and LDAP to control who can access their content will need to make some changes to these files. Your settings should look as follows: AuthLDAPURL "ldap://odir.csun.edu:389/o=csun?mailLocalAddress" AuthName "Enter your CSUN email address" AuthType Basic AuthBasicProvider ldap AuthzLDAPAuthoritative Off Require ldap-dn uid=jd12345,ou=People,ou=Auth,o=CSUN Require ldap-dn uid=john,ou=People,ou=Auth,o=CSUN Changing the LDAP URL is optional but the one shown above is more accurate. You will need to add these two lines: AuthBasicProvider ldap AuthzLDAPAuthoritative Off Change the "Require" lines to use: ldap-dn NEED HELP? Please email [email protected].

WEB MIGRATION: .HTACCESS - csun. · PDF fileWeb_Migration_.htaccess Page 1 of 1 10/24/12. WEB MIGRATION: .HTACCESS . INSTRUCTIONS . Content owners who use .htaccess and

Embed Size (px)

Citation preview

Page 1: WEB MIGRATION: .HTACCESS - csun. · PDF fileWeb_Migration_.htaccess Page 1 of 1 10/24/12. WEB MIGRATION: .HTACCESS . INSTRUCTIONS . Content owners who use .htaccess and

Web_Migration_.htaccess Page 1 of 1 10/24/12

WEB MIGRATION: .HTACCESS

INSTRUCTIONS

Content owners who use .htaccess and LDAP to control who can access their content will need to make some changes to these files. Your settings should look as follows:

• AuthLDAPURL "ldap://odir.csun.edu:389/o=csun?mailLocalAddress" • AuthName "Enter your CSUN email address" • AuthType Basic • AuthBasicProvider ldap • AuthzLDAPAuthoritative Off • Require ldap-dn uid=jd12345,ou=People,ou=Auth,o=CSUN • Require ldap-dn uid=john,ou=People,ou=Auth,o=CSUN

Changing the LDAP URL is optional but the one shown above is more accurate. You will need to add these two lines:

• AuthBasicProvider ldap • AuthzLDAPAuthoritative Off

Change the "Require" lines to use:

• ldap-dn

NEED HELP?

Please email [email protected].