Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14046826
D7652.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
798 B
Referenced Files
None
Subscribers
None
D7652.diff
View Options
Index: src/applications/auth/provider/PhabricatorAuthProviderLDAP.php
===================================================================
--- src/applications/auth/provider/PhabricatorAuthProviderLDAP.php
+++ 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/plain
Expires
Fri, Nov 15, 12:05 AM (5 d, 14 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6717043
Default Alt Text
D7652.diff (798 B)
Attached To
Mode
D7652: Provide an LDAPS example in LDAP auth
Attached
Detach File
Event Timeline
Log In to Comment