if [ $1 = 0 ]; then
	[ -f /etc/pam.d/sshd ] && sed -i '/^#account.*include.*\(system\|password\)-auth/s/#//; /account.*include.*yandex-account/d; s/session.*include.*yandex-session/d;' /etc/pam.d/sshd || :
	[ -h /etc/sssd/sssd.conf ] && rm -f /etc/sssd/sssd.conf; mv -f /etc/sssd/sssd.conf.bak /etc/sssd/sssd.conf || :
fi
exit 0

