mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 23:04:15 -05:00
comment out ldap in settings.defaults
This commit is contained in:
parent
40b30b957a
commit
8100f988b2
1 changed files with 8 additions and 8 deletions
|
@ -337,13 +337,13 @@ module.exports =
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ldap:
|
# ldap:
|
||||||
host: 'ldap://ldap.forumsys.com'
|
# host: 'ldap://ldap.forumsys.com'
|
||||||
dnObj: 'uid'
|
# dnObj: 'uid'
|
||||||
dnSuffix: 'dc=example,dc=com'
|
# dnSuffix: 'dc=example,dc=com'
|
||||||
failMessage: 'LDAP User Fail'
|
# failMessage: 'LDAP User Fail'
|
||||||
fieldName: 'LDAP User'
|
# fieldName: 'LDAP User'
|
||||||
placeholder: 'LDAP User ID'
|
# placeholder: 'LDAP User ID'
|
||||||
emailAtt: 'mail'
|
# emailAtt: 'mail'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue