Major rework of the script will be made during 2020 right now it is very messy but working, (a lot of parts that are uneccessary repeated in the script
Major rework of the script will be made during 2020 right now it is very messy but working, (a lot of parts that are uneccessary parts are repeated in the script
Added Password encryption to generate encrypted password for automated joining with readfile
encryption will genetate encrypted.dat > (your password encrypted) and private_key.pem public_key.pem
all tree files are needed to decrypt the password. Find a way to get private_key.pem from outside source.
Please do NOT store your private_key.pem with the other files untill the joining process. encrypt a password with sudo sh ADconnection.sh -p
Added Password encryption to generate encrypted password for automated joining with readfile
encryption will genetate encrypted.dat > (your password encrypted) and private_key.pem public_key.pem
all tree files are needed to decrypt the password. Find a way to get private_key.pem from outside source.
Please do NOT store your private_key.pem with the other files untill the joining process. encrypt a password with sudo sh ADconnection.sh -p
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.