Class: Kadm5::Config
- Inherits:
-
Object
- Object
- Kadm5::Config
- Defined in:
- ext/krb5_auth/config.c
Instance Method Summary (collapse)
-
- (Object) initialize
constructor
Returns a Krb5Auth::Kadm5::Config object.
- - (Object) inspect
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){
|