パッケージ: golang-github-dpotapov-go-spnego-dev (0.0~git20190506.c2c6091-2)
golang-github-dpotapov-go-spnego-dev に関するリンク
Trisquel の資源:
golang-github-dpotapov-go-spnego ソースパッケージをダウンロード:
- [golang-github-dpotapov-go-spnego_0.0~git20190506.c2c6091-2.dsc]
- [golang-github-dpotapov-go-spnego_0.0~git20190506.c2c6091.orig.tar.xz]
- [golang-github-dpotapov-go-spnego_0.0~git20190506.c2c6091-2.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Go Packaging Team
- Stephen Gelman
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Golang library to make HTTP calls with Kerberos authentication
The package extends Go's HTTP Transport allowing Kerberos authentication through Negotiate mechanism (see RFC4559 (https://tools.ietf.org/html/rfc4559)).
Internally it is implemented by wrapping 2 libraries: gokrb5 (https://github.com/jcmturner/gokrb5) on Linux and sspi (https://github.com/alexbrainman/sspi) on Windows.
There is no pre-authenticaion yet, so the library assumes you have Kerberos ticket obtained.
Linux implementation requires MIT or Heimdal Kerberos to be present. Windows implementation utilizes credentials of currently logged in user.
Currently it allows only to make HTTP calls, no server side support yet.
その他の golang-github-dpotapov-go-spnego-dev 関連パッケージ
|
|
|
-
- dep: golang-gopkg-jcmturner-gokrb5.v5-dev
- Pure Go Kerberos library for clients and services