Showing posts with label What is password shadowing?. Show all posts
Showing posts with label What is password shadowing?. Show all posts

Tuesday, November 4, 2008

What is password shadowing?

Question: What is password shadowing?
Answer: Password shadowing is a security system where the encrypted password field of /etc/passwd is replaced with a special token and the encrypted password is stored in a separate file (or files) which is not readable by normal system users

How to solve mysql ERROR 1118 (42000) Row size too large

  I had this issue with MYSQL 5.7 . The following worked althoug...