enum

Libcrown::PasswordState

Inherits Enum < Comparable < Value < Object

Reprents a password field. Only /etc/shadow is supported to store encrypted password.

Constants

Hashed = 0
LoginDisabled = 1
NISServer = 2

Instance methods

hashed?

Returns true if this enum value equals Hashed

Source
login_disabled?

Returns true if this enum value equals LoginDisabled

Source
nis_server?

Returns true if this enum value equals NISServer

Source