Class
Specinfra::Command::Freebsd::Base::User
In:
lib/specinfra/command/freebsd/base/user.rb
Parent:
Specinfra::Command::Base::User
Methods
add
create
get_encrypted_password
get_maximum_days_between_password_change
get_minimum_days_between_password_change
update_encrypted_password
update_gid
update_home_directory
update_login_shell
update_uid
Public Class methods
add
(user, options)
create
(os_info=nil)
get_encrypted_password
(user)
get_maximum_days_between_password_change
(user)
get_minimum_days_between_password_change
(user)
update_encrypted_password
(user, encrypted_password)
update_gid
(user, gid)
update_home_directory
(user, directory)
update_login_shell
(user, shell)
update_uid
(user, uid)
[Validate]