Module Krb_internal_public.Config_genSource
include Config_gen_intf.Config_gen
Sourcetype t = {pre_v5_assumed_realm : string option;host_keytab_path : string option;user_keytab_dir_template : string option;default_domain : string option option;debug_log_config : Debug_log_config.t option;verbose_errors : bool option;sandboxing_state : [ `None | `Sandboxed | `Exempted ] option;
} Sourceval environment_variable : string Sourceval username_template : string Sourceval make :
default:t ->
help_message:
(default:t ->
environment_variable:string ->
field_descriptions:string ->
string) ->
(module S)