members(group) Instance Public methods Retrieve the list of members from group
flush(output=nil) Instance Public methods Flush the group database. If output is given the database will be written there instead of to the original path.
add(group, members) Instance Public methods Add an Array of members to group
new(path) Class Public methods Open a group database at path
set_passwd(realm, user, pass) Instance Public methods Sets a password in the database for user in realm to pass.
reload() Instance Public methods Reloads passwords from the database
get_passwd(realm, user, reload_db) Instance Public methods Retrieves a password from the database for user in realm. If reload_db is true the database will be reloaded first.
flush(output=nil) Instance Public methods Flush the password database. If output is given the database will be written there instead of to the original path.
each() Instance Public methods Iterate passwords in the database.
delete_passwd(realm, user) Instance Public methods Removes a password from the database for user in realm.
Page 474 of 2275