ispman/install-data/templates vhosts.acl.template, 1.2, 1.3
Joerg Delker <[email protected]> Wed, 01 Aug 2007 11:15:35 +0000
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/install-data/templates In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv30422/install-data/templates Modified Files: vhosts.acl.template Log Message: fixed bug [ 1765210 ] vhost ACLs are buggy Index: vhosts.acl.template =================================================================== RCS file: /cvsroot/ispman/ispman/install-data/templates/vhosts.acl.template,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- vhosts.acl.template 25 May 2007 14:18:05 -0000 1.2 +++ vhosts.acl.template 1 Aug 2007 11:15:32 -0000 1.3 @@ -5,7 +5,7 @@ <IfModule mod_auth_ldap.c> <Location $location> AuthType Basic - AuthName $vhost.$domain + AuthName $vhost.$ispmanDomain AuthLDAPURL ldap://$ldapHost/ispmanDomain=$ispmanDomain,$ldapBaseDN?ispmanUserId?sub?$filter require valid-user </Location> @@ -15,10 +15,11 @@ <IfModule mod_authnz_ldap.c> <Location $location> AuthType Basic - AuthName $vhost.$domain + AuthName $vhost.$ispmanDomain AuthBasicProvider ldap - AuthLDAPURL ldap://$ldapHost/ispmanDomain=$ispmanDomain,$ldapBaseDN?ispmanUserId?sub?$filter - require valid-user + AuthzLDAPAuthoritative Off + AuthLDAPURL ldap://$ldapHost/ispmanDomain=$ispmanDomain,$ldapBaseDN?ispmanUserId + require ldap-filter \|$filter </Location> </IfModule> |; ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/