Line 197... |
Line 197... |
197 |
// $config->useAuthenticationFile('/path/to/accessfile'); // Global access file |
197 |
// $config->useAuthenticationFile('/path/to/accessfile'); // Global access file |
198 |
|
198 |
|
199 |
// You may also specify a per repository access file by uncommenting and copying the following |
199 |
// You may also specify a per repository access file by uncommenting and copying the following |
200 |
// line as necessary. Use the convention 'groupname.myrep' if your repository is in a group. |
200 |
// line as necessary. Use the convention 'groupname.myrep' if your repository is in a group. |
201 |
|
201 |
|
202 |
//$config->useAuthenticationFile('/home/MLAB/conf/authz', 'MLAB'); // Access file for myrep |
202 |
$config->useAuthenticationFile('/home/MLAB/conf/authz', 'MLAB'); // Access file for MLAB |
203 |
$config->useAuthenticationFile('/home/svnkaklik/conf/authz', 'svnkaklik'); // Access file for myrep |
203 |
$config->useAuthenticationFile('/home/svnkaklik/conf/authz', 'svnkaklik'); // Access file for svnkaklik |
204 |
|
204 |
|
205 |
// }}} |
205 |
// }}} |
206 |
|
206 |
|
207 |
// {{{ FILE CONTENT --- |
207 |
// {{{ FILE CONTENT --- |
208 |
// |
208 |
// |