1
0
Fork 0
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:
epriestley 2013-11-25 14:55:44 -08:00
parent 3d9f656cfc
commit e4920cdf86

View file

@ -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'))),