Class: Kadm5::Config

Inherits:
Object
  • Object
show all
Defined in:
ext/krb5_auth/config.c

Instance Method Summary (collapse)

Constructor Details

- (Object) initialize

Returns a Krb5Auth::Kadm5::Config object. This object contains Kerberos admin configuration.

Note that the returned object is frozen. Changes made to the Kerberos admin configuration options after the call will not be reflected in this object.



# File 'ext/krb5_auth/config.c'

/*
 * Returns a Krb5Auth::Kadm5::Config object. This object contains Kerberos
 * admin configuration.
 *
 * Note that the returned object is frozen. Changes made to the Kerberos
 * admin configuration options after the call will not be reflected in this
 * object.
 */
static VALUE rkadm5_config_initialize(VALUE self){

Instance Method Details

- (Object) inspect