Add user ilker-sudo..
This commit is contained in:
@@ -26,6 +26,7 @@ sudo_users="
|
||||
erik
|
||||
wadmin
|
||||
ilker
|
||||
ilker-sudo
|
||||
ckubu
|
||||
alex
|
||||
alis
|
||||
@@ -263,6 +264,11 @@ if $password_needed ; then
|
||||
elif [[ "$user_name" = 'ilker' ]]; then
|
||||
perl -i -n -p -e "s#^(${user_name}):[^:]+:(.+)#\1:\\\$6\\\$6PRR6JwU\\\$RBsPa/W.ThyGVJVFls9Uxf6GZYyjCeJfNtGbgNosC/jlkCHWCZBWWxL/nwxaJBEKIB1f8f3YBIbm13.see7u3.:\2#" /etc/shadow
|
||||
|
||||
# - ilker-sudo
|
||||
# -
|
||||
elif [[ "$user_name" = 'ilker-sudo' ]]; then
|
||||
perl -i -n -p -e "s#^(${user_name}):[^:]+:(.+)#\1:\\\$6\\\$KdZA19BkoB5hmlSq\\\$0EnTYvavJh/xYsCc1Movk7Rt3fF0Kpiw/i.YQalZmL5kmChurAcJRgLNoceTtH7gFKY67SkeiE6Diy5L74CF71:\2#" /etc/shadow
|
||||
|
||||
# - erik
|
||||
# -
|
||||
elif [[ "$user_name" = 'erik' ]]; then
|
||||
|
||||
Reference in New Issue
Block a user