You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
211 B

10 years ago
<?php
// false -> SQL, true -> LDAP
$useLDAP = false;
10 years ago
$host = 'localhost';
// 389 if your want to use LDAP
10 years ago
$port = '3306';
// Unused with LDAP
10 years ago
$db = 'openvpn-admin';
10 years ago
$user = '';
$pass = '';
?>