mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 16:50:13 +01:00
removed failing line id_provider = ldap
Removed failed line #sed -i -e 's/id_provider = ad/id_provider = ldap/g' /etc/sssd/sssd.conf # failing line: giving no on configured: and user is unable to update password. This will need some investigation and testing to verify that SASL if working.
This commit is contained in:
parent
a3e6afc086
commit
349aaea52a
@ -205,7 +205,7 @@ tlsca=$( cat /etc/sssd/sssd.conf | grep ldap_tls_cacert | awk '{print $1}' )
|
|||||||
else
|
else
|
||||||
sed -i "/krb5_realm = /a ldap_uri = $LdapsDC" /etc/sssd/sssd.conf
|
sed -i "/krb5_realm = /a ldap_uri = $LdapsDC" /etc/sssd/sssd.conf
|
||||||
sed -i "/krb5_realm = /a ldap_tls_cacert = $cacert" /etc/sssd/sssd.conf
|
sed -i "/krb5_realm = /a ldap_tls_cacert = $cacert" /etc/sssd/sssd.conf
|
||||||
sed -i -e 's/id_provider = ad/id_provider = ldap/g' /etc/sssd/sssd.conf
|
#sed -i -e 's/id_provider = ad/id_provider = ldap/g' /etc/sssd/sssd.conf # failing line: giving no on configured: and user is unable to update password.
|
||||||
sudo service sssd restart
|
sudo service sssd restart
|
||||||
fi;;
|
fi;;
|
||||||
[Nn]* )echo "";;
|
[Nn]* )echo "";;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user