]> jfr.im git - vpn-prov.git/blame - config.php.example
misc updates
[vpn-prov.git] / config.php.example
CommitLineData
ac397a39
JR
1<?php
2define('DEBUG', (isset($_GET['d']) ? $_GET['d'] : 0));
3define('LDAP_URL', 'ldaps://example.com');
4define('LDAP_USER', 'cn=ldap-vpnprov,cn=Users,dc=example,dc=com');
5define('LDAP_PASS', 'password');
e036b75b 6define('LDAP_BASE', 'dc=example,dc=com');