sig
type user_name_format = [ `Exported_name | `Plain_name | `Prefixed_name ]
val server_auth_method :
?require_privacy:bool ->
?require_integrity:bool ->
?shared_context:bool ->
?acceptor_cred:Netsys_gssapi.credential ->
?user_name_format:Rpc_auth_gssapi.user_name_format ->
?seq_number_window:int ->
Netsys_gssapi.gss_api -> Netsys_gssapi.oid -> Rpc_server.auth_method
type support_level = [ `If_possible | `None | `Required ]
type user_name_interpretation =
[ `Exported_name | `Plain_name of Netsys_gssapi.oid | `Prefixed_name ]
val client_auth_method :
?privacy:Rpc_auth_gssapi.support_level ->
?integrity:Rpc_auth_gssapi.support_level ->
?user_name_interpretation:Rpc_auth_gssapi.user_name_interpretation ->
Netsys_gssapi.gss_api -> Netsys_gssapi.oid -> Rpc_client.auth_method
module Debug : sig val enable : bool Pervasives.ref end
end