ispman/install-data/templates vhosts.acl.template, 1.1, 1.2
Joerg Delker <[email protected]> Fri, 25 May 2007 14:18:08 +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-serv8825/install-data/templates Modified Files: vhosts.acl.template Log Message: fixed bug [ 1725624 ] vhosts.acl.template and mod_authnz_ldap.c fails to auth Index: vhosts.acl.template =================================================================== RCS file: /cvsroot/ispman/ispman/install-data/templates/vhosts.acl.template,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- vhosts.acl.template 18 Feb 2007 13:57:45 -0000 1.1 +++ vhosts.acl.template 25 May 2007 14:18:05 -0000 1.2 @@ -6,7 +6,7 @@ <Location $location> AuthType Basic AuthName $vhost.$domain - AuthLDAPURL ldap://$ldapHost/$ldapBaseDN?ispmanUserId?sub?$filter + AuthLDAPURL ldap://$ldapHost/ispmanDomain=$ispmanDomain,$ldapBaseDN?ispmanUserId?sub?$filter require valid-user </Location> </IfModule> @@ -17,7 +17,7 @@ AuthType Basic AuthName $vhost.$domain AuthBasicProvider ldap - AuthLDAPURL ldap://$ldapHost/$ldapBaseDN?ispmanUserId?sub?$filter + AuthLDAPURL ldap://$ldapHost/ispmanDomain=$ispmanDomain,$ldapBaseDN?ispmanUserId?sub?$filter require valid-user </Location> </IfModule> ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/