Guest User

Untitled

a guest
Jun 12th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. #
  2. # ACLs file for the plaintext module
  3. #
  4.  
  5. # Format
  6. # username:passwd:uid:gid[,gid...]
  7. #
  8. # Note: account is disabled if passwd is "*" or "!"
  9. #
  10. # Passwords can be hashed via SSHA, SMD5, SHA1, SHA or MD5
  11. # To do so specify
  12. # user:{ALGO}CRYPTEDPASSWORD:uid:gid
  13. # Example:
  14. # user:{SHA}lgJ11mVejyWMPhz9hL5y85+FdfY=:1:102
  15.  
  16. user:{SHA}lgJ11mVejyWMPhz9hL5y85+FdfY=:1:102
  17. # This entry is equivalent to the following one
  18. # user:imauser:1:102
  19. admin:iadmin:2:100,102
  20. suadmin:suroot:3:103
Add Comment
Please, Sign In to add comment