make_passwd(realm, user, pass) Instance Public methods Creates an obscured password in realm with user and password using the #auth_type of this database.
get_passwd(realm, user, reload_db=false) Instance Public methods Retrieves a password in realm for user for the #auth_type of this database. reload_db is a dummy value.
set_passwd(realm, user, pass) Instance Public methods Sets a password in the database for user in realm to pass.
reload() Instance Public methods Reload 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.
new(path) Class Public methods Open a password database at path
reload() Instance Public methods Reload groups from the database
Page 473 of 2275