passwd: Authentication failure on redhat -


i have application (app1) can executed user root privileges not root.

hence have created user root1 :
adduser -u 0 -o -g 0 -g 0,1,2,3,4,6,10 -m root1

and when trying assign password user authentication failure.

[root]# passwd root1
changing password user root1.
new unix password:
bad password: based on dictionary word
retype new unix password:
passwd: authentication failure

i looked lot on google , tried lot of things suggested none of them resolved error.
please me in resolving above error, can login system using root1 execute application(app1).

thanks,

the problem password. cannot change super user password easy , guessable "qwerty".

also, red hat has a nice article password security.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -