mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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:
|
||||
host: 'ldap://ldap.forumsys.com'
|
||||
dnObj: 'uid'
|
||||
dnSuffix: 'dc=example,dc=com'
|
||||
failMessage: 'LDAP User Fail'
|
||||
fieldName: 'LDAP User'
|
||||
placeholder: 'LDAP User ID'
|
||||
emailAtt: 'mail'
|
||||
# ldap:
|
||||
# host: 'ldap://ldap.forumsys.com'
|
||||
# dnObj: 'uid'
|
||||
# dnSuffix: 'dc=example,dc=com'
|
||||
# failMessage: 'LDAP User Fail'
|
||||
# fieldName: 'LDAP User'
|
||||
# placeholder: 'LDAP User ID'
|
||||
# emailAtt: 'mail'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue