mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-27 01:02:42 +01:00
Provide an LDAPS example in LDAP auth
Summary: Fixes T4148. LDAPS works with "ldaps://", it just isn't documented or clear. Test Plan: {F84893} Reviewers: btrahan Reviewed By: btrahan CC: aran Maniphest Tasks: T4148 Differential Revision: https://secure.phabricator.com/D7652
This commit is contained in:
parent
3d9f656cfc
commit
e4920cdf86
1 changed files with 4 additions and 2 deletions
|
@ -253,8 +253,10 @@ final class PhabricatorAuthProviderLDAP
|
|||
|
||||
$captions = array(
|
||||
self::KEY_HOSTNAME =>
|
||||
pht('Example: %s',
|
||||
phutil_tag('tt', array(), pht('ldap.example.com'))),
|
||||
pht('Example: %s%sFor LDAPS, use: %s',
|
||||
phutil_tag('tt', array(), pht('ldap.example.com')),
|
||||
phutil_tag('br'),
|
||||
phutil_tag('tt', array(), pht('ldaps://ldaps.example.com/'))),
|
||||
self::KEY_DISTINGUISHED_NAME =>
|
||||
pht('Example: %s',
|
||||
phutil_tag('tt', array(), pht('ou=People, dc=example, dc=com'))),
|
||||
|
|
Loading…
Reference in a new issue