diff --git a/conf/config.php b/conf/config.php index 4e4fdd3..03b79e6 100644 --- a/conf/config.php +++ b/conf/config.php @@ -105,7 +105,7 @@ define('DB_ODBC_DSN', 'kanboard'); define('LDAP_AUTH', false); // LDAP server protocol, hostname and port URL (ldap[s]://hostname:port) -define('LDAP_SERVER', ''); +define('LDAP_SERVER', 'ldap://127.0.0.1:389'); // LDAP server port (389 by default) define('LDAP_PORT', 389);