author | Dan Fuhry <dan@fuhry.us> |
Fri, 11 Jan 2013 00:32:54 -0500 | |
changeset 3 | a044870a9d3d |
parent 0 | 3906ca745819 |
child 4 | 2212b2ded8bf |
permissions | -rw-r--r-- |
0 | 1 |
#AuthType Basic |
2 |
#AuthName "Accounts" |
|
3 |
#AuthUserFile /usr/local/share/ssoinabox/htdocs/.htpasswd |
|
4 |
AuthType WebAuth |
|
5 |
AuthDBMGroupFile /etc/apache2/ldap-groups |
|
6 |
Require group rtp |
|
7 |
||
3 | 8 |
<FilesMatch "^((webauth-)?logout|lostpw|pw-strength)(\.php)?$"> |
0 | 9 |
Require valid-user |
3 | 10 |
Satisfy Any |
11 |
AuthType None |
|
0 | 12 |
</FilesMatch> |
13 |
||
14 |
RewriteEngine on |
|
15 |
RewriteCond %{REQUEST_FILENAME} !-f |
|
16 |
RewriteCond %{REQUEST_FILENAME}.php -f |
|
17 |
RewriteRule ^([^/]*)(/.*)?$ $1.php$2 [L,QSA] |