package krb
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  A library for using Kerberos for both Rpc and Tcp communication
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      krb-v0.16.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=353675621e4c5a888f2483dc1bb7281bd17ce4ed7dfd2f40142257f98db7c77d
    
    
  doc/krb.public/Krb_public/Private/Protocol/Make/Server/index.html
Module Make.ServerSource
Source
val handshake : 
  ?override_supported_versions:int list ->
  ?additional_magic_numbers:int list ->
  authorize:Authorize.t ->
  accepted_conn_types:Conn_type_preference.t ->
  principal:Principal.t ->
  peer:Async.Socket.Address.Inet.t ->
  [ `Service of Keytab.t
  | `User_to_user_via_tgt of Krb_internal_public.Std.Credentials.t ] ->
  protocol_backend ->
  (Connection.t,
    [ `Krb_error of Core.Error.t
    | `Handshake_error of Handshake_error.t
    | `Rejected_client ])
    Async.Deferred.Result.tPerform handshake as a server. Becomes determined when done, and ready for sending/receiving user data.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >