Added support for SASL (LDAPS)

Perform a SASL (Negotiate/Kerberos/NTLM/Digest) LDAP bind with request signing (integrity verification) on-SSL-encrypted) LDAP connection.
This commit is contained in:
PierreGode 2020-02-06 15:45:12 +01:00 committed by GitHub
parent 100f469cf3
commit 9aa6e1708c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,11 @@ and is a result of a lot of small upgrades according as needs has emerged.
<p>Also see<a href="https://github.com/PierreGode/Linux-Active-Directory-join-script/wiki"> Wiki</a></p>
Future development: I will add support for an (answer file) in early 2020
: Focus on security and enable secure ldap (ldaps) in early 2020
: Add support for Elementary OS in early 2020
<p>Future development:</p>
<p>I will add support for an (answer file) in early 2020 checked # [checkbox:unchecked]</p>
<p>Focus on security and enable secure ldap (ldaps) in early 2020 checked # [checkbox:checked]</p>
<p>Add support for Elementary OS in early 2020 checked # [checkbox:checked]</p>
<H4>But why a script?</H4>
<p>Joining to a domain is fairly easy, but then you have all the configuration around it to get everything to work
as you expect, like: </p>