Class AutomateIt::AccountManager::Etc
In: lib/automateit/account_manager/etc.rb
Parent: ::AutomateIt::AccountManager::BaseDriver

AccountManager::Etc

An AccountManager driver for Unix-like OSes that have the Ruby Etc module. It is only suitable for doing queries and lacks methods that perform modifications, such as add_user. Platform-specific drivers inherit from this class and provide methods that perform modifications.

Methods

Classes and Modules

Class AutomateIt::AccountManager::Etc::GroupQuery
Class AutomateIt::AccountManager::Etc::UserQuery

Public Instance methods

See AccountManager#has_group?

See AccountManager#has_user?

[Validate]