File: control

package info (click to toggle)
golang-github-jcmturner-gokrb5.v8 8.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,420 kB
  • sloc: makefile: 5
file content (56 lines) | stat: -rw-r--r-- 2,292 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: golang-github-jcmturner-gokrb5.v8
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Matthew Vernon <matthew@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-gorilla-sessions-dev,
               golang-github-hashicorp-go-uuid-dev,
               golang-github-jcmturner-aescts.v2-dev,
               golang-github-jcmturner-dnsutils.v2-dev,
               golang-github-jcmturner-gofork-dev,
	       golang-github-jcmturner-goidentity.v6-dev,
	       golang-github-jcmturner-rpc.v2-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-crypto-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jcmturner-gokrb5.v8
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jcmturner-gokrb5.v8.git
Homepage: https://github.com/jcmturner/gokrb5
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/jcmturner/gokrb5,
		   github.com/jcmturner/gokrb5/v8

Package: golang-github-jcmturner-gokrb5.v8-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-gorilla-sessions-dev,
         golang-github-hashicorp-go-uuid-dev,
         golang-github-jcmturner-aescts.v2-dev,
         golang-github-jcmturner-dnsutils.v2-dev,
         golang-github-jcmturner-gofork-dev,
	 golang-github-jcmturner-goidentity.v6-dev,
	 golang-github-jcmturner-rpc.v2-dev,
         golang-github-stretchr-testify-dev,
         golang-golang-x-crypto-dev,
         ${misc:Depends}
Description: Pure Go Kerberos library for clients and services
 Features:
  - Pure Go, no dependency on external libraries
  - No platform specific code
  - Server Side:
  -  HTTP handler wrapper implements SPNEGO Kerberos authentication
  -  HTTP handler wrapper decodes Microsoft AD PAC authorization data
  - Client Side:
  -  Client that can authenticate to an SPNEGO Kerberos authenticated
     web service
  -  Ability to change client's password
  - General:
  -  Kerberos libraries for custom integration
  -  Parsing Keytab files
  -  Parsing krb5.conf files
  -  Parsing client credentials cache files such as
     /tmp/krb5cc_$(id -u $(whoami))