Update ad-join-script.sh
remove DNS auto registration because of some bugs
This commit is contained in:
parent
a8ab187f20
commit
24c91e32e0
@ -42,7 +42,7 @@ realm discover $domain_name
|
|||||||
|
|
||||||
# Join the domain using the provided information
|
# Join the domain using the provided information
|
||||||
echo "Joining the domain and registering DNS..."
|
echo "Joining the domain and registering DNS..."
|
||||||
echo $admin_password | realm join --user=$admin_user --computer-ou=OU=Computers,DC=$domain_name --os-name=AlmaLinux --os-version=8 $domain_name
|
echo $admin_password | realm join --user=$admin_user $domain_name
|
||||||
|
|
||||||
|
|
||||||
# Modify the sssd.conf configuration
|
# Modify the sssd.conf configuration
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user