diff options
Diffstat (limited to 'app/constants.php')
-rw-r--r-- | app/constants.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/constants.php b/app/constants.php index 2266014d..6b260a4a 100644 --- a/app/constants.php +++ b/app/constants.php @@ -56,6 +56,7 @@ defined('DB_SSL_CA') or define('DB_SSL_CA', null); // Database backend group provider defined('DB_GROUP_PROVIDER') or define('DB_GROUP_PROVIDER', true); +defined('DB_USER_PROVIDER') or define('DB_USER_PROVIDER', true); // LDAP configuration defined('LDAP_AUTH') or define('LDAP_AUTH', false); |