mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 08:50:12 +01:00
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:
parent
650c92e161
commit
7e0e95d389
@ -180,6 +180,7 @@ entry_cache_timeout = 600
|
|||||||
entry_cache_nowait_percentage = 75" | sudo tee -a /etc/sssd/sssd.conf
|
entry_cache_nowait_percentage = 75" | sudo tee -a /etc/sssd/sssd.conf
|
||||||
sleep 1
|
sleep 1
|
||||||
clear
|
clear
|
||||||
|
echo "For SASL put you company root-ca.cer in /usr/share/ca-certificates/root/ folder"
|
||||||
read -r -p "Do you wish to use SASL (LDAPS) (y/n)?" yn
|
read -r -p "Do you wish to use SASL (LDAPS) (y/n)?" yn
|
||||||
case $yn in
|
case $yn in
|
||||||
[Yy]* )
|
[Yy]* )
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user