Hi, I'm trying to install kerberos with AD through Ambari. With the cvs file create by ambari, I launch the kerberos-setup.sh script with sudo command (because I don't have root access to the machines) and after that I can't use sudo anymore because it shows the next message:
"sudo: effective uid is not 0, is sudo installed setuid root?" This happens because the script change the permission to the sudo executable, and I don't know how to solve this problem. Do I need root account to perform this operation or I'm doing something wrong? Thanks in advance.
