packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/.htaccess
changeset 4 2212b2ded8bf
parent 3 a044870a9d3d
equal deleted inserted replaced
3:a044870a9d3d 4:2212b2ded8bf
     1 #AuthType Basic
       
     2 #AuthName "Accounts"
       
     3 #AuthUserFile /usr/local/share/ssoinabox/htdocs/.htpasswd
       
     4 AuthType WebAuth
     1 AuthType WebAuth
     5 AuthDBMGroupFile /etc/apache2/ldap-groups
     2 Require valid-user
     6 Require group rtp
       
     7 
     3 
     8 <FilesMatch "^((webauth-)?logout|lostpw|pw-strength)(\.php)?$">
     4 <FilesMatch "^((webauth-)?logout|lostpw|pw-strength)(\.php)?$">
     9 	Require valid-user
     5 	Require valid-user
    10 	Satisfy Any
     6 	Satisfy Any
    11 	AuthType None
     7 	AuthType None