Documentation
¶
Overview ¶
Package types provides types for the users package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupEntry ¶
GroupEntry is the group information sent to the NSS service.
type ShadowEntry ¶
type ShadowEntry struct {
Name string
LastPwdChange int
MaxPwdAge int
PwdWarnPeriod int
PwdInactivity int
MinPwdAge int
ExpirationDate int
}
ShadowEntry is the shadow information sent to the NSS service.
Click to show internal directories.
Click to hide internal directories.