Update ad-join-script.sh
bug correction
This commit is contained in:
parent
de0c26703c
commit
ad3ee4a856
@ -54,6 +54,10 @@ dyndns_update_ptr = true
|
||||
dyndns_ttl = 3600
|
||||
EOF
|
||||
|
||||
# Modify the sssd.conf configuration
|
||||
echo "Modifying sssd.conf..."
|
||||
sed -i 's/use_fully_qualified_names = True/use_fully_qualified_names = False/g' /etc/sssd/sssd.conf
|
||||
|
||||
# Restart the SSSD service
|
||||
echo "Restarting the SSSD service..."
|
||||
systemctl restart sssd
|
||||
|
||||
Loading…
Reference in New Issue
Block a user