Add directoryConfig feature flag

Fixes #704
This commit is contained in:
Girish Ramakrishnan
2020-07-09 21:50:58 -07:00
parent 6ea2aa4a54
commit bba9963b7c
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -2020,4 +2020,5 @@
* Add univention as LDAP provider
* Bump max_connection for postgres addon to 200
* mail: Add pagination to mailing list API
* Allow admin to lock email and display name of users
+2 -1
View File
@@ -47,7 +47,8 @@ let gFeatures = {
externalLdap: false,
privateDockerRegistry: false,
branding: false,
support: false
support: false,
directoryConfig: false
};
// attempt to load feature cache in case appstore would be down