Libcrown::Group
Inherits Struct < Value < Object
Represents a password line of /etc/group.
Constructors
new(name : String, users : Set(String) = Set(String).new, password : PasswordState = PasswordState::Hashed)
Creates a new group.
Instance methods
password=(password : PasswordState)
Generally unused empty/blank password (set to PasswordState::Hashed).