]> jfr.im git - vpn-prov.git/commitdiff
config.php.example - add LDAP_BASE
authorJohn Runyon <redacted>
Mon, 23 Oct 2023 16:44:07 +0000 (10:44 -0600)
committerJohn Runyon <redacted>
Mon, 23 Oct 2023 16:44:07 +0000 (10:44 -0600)
config.php.example

index 032109f5ae12e94365b9aead60b81bffd0f1199e..e5532c3861209dcc9a825000a40e1d213a1364c9 100644 (file)
@@ -3,3 +3,4 @@ define('DEBUG', (isset($_GET['d']) ? $_GET['d'] : 0));
 define('LDAP_URL', 'ldaps://example.com');
 define('LDAP_USER', 'cn=ldap-vpnprov,cn=Users,dc=example,dc=com');
 define('LDAP_PASS', 'password');
+define('LDAP_BASE', 'dc=example,dc=com');