Class: TargetIO::Shadow::Entry
- Inherits:
-
Struct
- Object
- Struct
- TargetIO::Shadow::Entry
- Defined in:
- lib/chef/target_io/shadow.rb
Overview
sp_namp - pointer to null-terminated user name. sp_pwdp - pointer to null-terminated password. sp_lstchg - days since Jan 1, 1970 password was last
changed.
sp_min - days before which password may not be changed. sp_max - days after which password must be changed. sp_warn - days before password is to expire that user is
warned of pending password expiration.
sp_inact - days after password expires that account is
considered inactive and disabled.
sp_expire - days since Jan 1, 1970 when account will be
disabled
sp_loginclass - pointer to null-terminated user login class.
Instance Attribute Summary collapse
-
#sp_expire ⇒ Object
Returns the value of attribute sp_expire.
-
#sp_inact ⇒ Object
Returns the value of attribute sp_inact.
-
#sp_loginclass ⇒ Object
Returns the value of attribute sp_loginclass.
-
#sp_lstchg ⇒ Object
Returns the value of attribute sp_lstchg.
-
#sp_max ⇒ Object
Returns the value of attribute sp_max.
-
#sp_min ⇒ Object
Returns the value of attribute sp_min.
-
#sp_namp ⇒ Object
Returns the value of attribute sp_namp.
-
#sp_pwdp ⇒ Object
Returns the value of attribute sp_pwdp.
-
#sp_warn ⇒ Object
Returns the value of attribute sp_warn.
Instance Attribute Details
#sp_expire ⇒ Object
Returns the value of attribute sp_expire
16 17 18 |
# File 'lib/chef/target_io/shadow.rb', line 16 def sp_expire @sp_expire end |
#sp_inact ⇒ Object
Returns the value of attribute sp_inact
16 17 18 |
# File 'lib/chef/target_io/shadow.rb', line 16 def sp_inact @sp_inact end |
#sp_loginclass ⇒ Object
Returns the value of attribute sp_loginclass
16 17 18 |
# File 'lib/chef/target_io/shadow.rb', line 16 def sp_loginclass @sp_loginclass end |
#sp_lstchg ⇒ Object
Returns the value of attribute sp_lstchg
16 17 18 |
# File 'lib/chef/target_io/shadow.rb', line 16 def sp_lstchg @sp_lstchg end |
#sp_max ⇒ Object
Returns the value of attribute sp_max
16 17 18 |
# File 'lib/chef/target_io/shadow.rb', line 16 def sp_max @sp_max end |
#sp_min ⇒ Object
Returns the value of attribute sp_min
16 17 18 |
# File 'lib/chef/target_io/shadow.rb', line 16 def sp_min @sp_min end |
#sp_namp ⇒ Object
Returns the value of attribute sp_namp
16 17 18 |
# File 'lib/chef/target_io/shadow.rb', line 16 def sp_namp @sp_namp end |
#sp_pwdp ⇒ Object
Returns the value of attribute sp_pwdp
16 17 18 |
# File 'lib/chef/target_io/shadow.rb', line 16 def sp_pwdp @sp_pwdp end |
#sp_warn ⇒ Object
Returns the value of attribute sp_warn
16 17 18 |
# File 'lib/chef/target_io/shadow.rb', line 16 def sp_warn @sp_warn end |