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

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -