github.com/jcmturner/gokrb5/v8@v8.4.4/gokrb5.go (about)

     1  /*
     2  Package gokrb5 provides a Kerberos 5 implementation for Go.
     3  
     4  This is a pure Go implementation and does not have dependencies on native libraries.
     5  
     6  Feature include:
     7  
     8  Server Side
     9  
    10  HTTP handler wrapper implements SPNEGO Kerberos authentication.
    11  
    12  HTTP handler wrapper decodes Microsoft AD PAC authorization data.
    13  
    14  Client Side
    15  
    16  Client that can authenticate to an SPNEGO Kerberos authenticated web service.
    17  
    18  Ability to change client's password.
    19  
    20  General
    21  
    22  Kerberos libraries for custom integration.
    23  
    24  Parsing Keytab files.
    25  
    26  Parsing krb5.conf files.
    27  */
    28  package gokrb5