How to configure pam in linux such that the login id and password should not be same? -


How to configure Palm in Linux, like login ID and password should not be the same?

Forward the passwdqc module using Ubuntu:

  $ Sudo apt-get install libpam-passwdqc Then, after modifying the /etc/pam.d/common-password file, modifies it by adding the next line:  
  password expected pam_passwdqc.so Config = / Etc / passwdqc.conf  

and add it to the /etc/passwdqc.conf file:

  same = deny  

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -