-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
89 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -163,9 +163,15 @@ An FTP authentication session using the UPN as username looks like:: | |
Name: [email protected] | ||
Password: ***** | ||
|
||
With this method, only usernames in UPN format ([email protected]) | ||
are supported. | ||
Down-Level Logon Name (USER\DOMAIN) is not supported. | ||
Down-Level Logon Name / Security Account Manager (SAM) names are also supported, | ||
as long as the domain is separated using a backslash. | ||
Authentications should employ usernames in the format `DOMAIN\USER` or `USER`. | ||
Configuration is done via the sAMAccountName LDAP attribute, for example:: | ||
|
||
[authentications/f691a41b-0eca-4135-8369-5b9f2600ebd6] | ||
bind_dn_type = direct-username | ||
bind_dn = cn=Users,dc=ad,dc=example,dc=com | ||
username_attribute = sAMAccountName | ||
|
||
.. warning:: | ||
The Active Directory user logon name can be found inside the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ This list provides maximum compatibility with existing | |
deployments and does not contain ciphers which are considered weak. | ||
|
||
SFTPPlus uses the OpenSSL library provided by the operating system, | ||
with some exceptions, most notably Windows and generic Linux. | ||
with some exceptions, most notably Windows, macOS, AIX, and generic Linux. | ||
The OpenSSL version included in your operating system might not provide | ||
all the ciphers which are required by older SSL/TLS versions of the standard. | ||
This is valid especially for cryptographic methods which in recent years were | ||
|
@@ -114,10 +114,15 @@ On macOS, SFTPPlus uses embedded OpenSSL 1.1.1 libraries. | |
Please keep your SFTPPlus deployments on macOS always updated, to benefit | ||
from upstream security updates for the bundled OpenSSL libraries. | ||
|
||
The AIX version of SFTPPlus uses embedded OpenSSL 1.0.2 libraries, | ||
patched with latest security updates beyond the publicly-available fixes. | ||
Please keep your SFTPPlus deployments on AIX always updated, to benefit | ||
from upstream security updates for the bundled OpenSSL libraries. | ||
|
||
The above list is not comprehensive and comes with no guarantee. Please check | ||
with [email protected] for further info. | ||
|
||
Last updated for release 4.11.0 on April 6, 2021. | ||
Last updated for release 4.17.0 on February 22, 2022. | ||
|
||
|
||
File formats | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters