This installation guide is only valid for iF.SVNAdmin version from 1.0 to 1.3!
Note: The authentication against “passwd” file currently only works if the passwords has a MD5 salt. (Apache default)
The authentication is turned off by default, but you can switch it on very quick.
1. Grant access
Before you activate the authentication you should grant access to a user that he can login. Create a group named “_ISVNADMIN” (don’t forget the leading underscore) and assign a user to it. All users who should have access to the application must belong to this group.
2. Activate authentication
Open your “include/config.inc.php” and set the value of the responsible configuration variable to “basic”.
$appConfig["authentication_status"] = "basic";