Page MenuHomePhabricator

D7652.diff

diff --git a/src/applications/auth/provider/PhabricatorAuthProviderLDAP.php b/src/applications/auth/provider/PhabricatorAuthProviderLDAP.php
--- a/src/applications/auth/provider/PhabricatorAuthProviderLDAP.php
+++ b/src/applications/auth/provider/PhabricatorAuthProviderLDAP.php
@@ -253,8 +253,10 @@
$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'))),

File Metadata

Mime Type
text/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/pa/2j/kpex7ldpdrj6knqc
Default Alt Text
D7652.diff (806 B)

Event Timeline