Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F86117
D7652.diff
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
806 B
Referenced Files
None
Subscribers
None
D7652.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D7652: Provide an LDAPS example in LDAP auth
Attached
Detach File
Event Timeline
Log In to Comment