1KDIGEST(8)                BSD System Manager's Manual               KDIGEST(8)
2

NAME

4     kdigest — userland tool to access digest interface in the KDC
5

SYNOPSIS

7     kdigest [--ccache=string] [--version] [--help] command [arguments]
8

DESCRIPTION

10     Supported options:
11
12     --ccache=string
13             credential cache
14
15     --version
16             print version
17
18     --help
19
20     Available commands are:
21
22     digest-probe [--realm=string] [-h | --help]
23
24             --realm=string
25                     Kerberos realm to communicate with
26
27     digest-server-init [--type=string] [--kerberos-realm=realm]
28             [--digest=digest-type] [--cb-type=type] [--cb-value=value]
29             [--hostname=hostname] [--realm=string]
30
31             --type=string
32                     digest type
33
34             --kerberos-realm=realm
35
36             --digest=digest-type
37                     digest type to use in the algorithm
38
39             --cb-type=type
40                     type of channel bindings
41
42             --cb-value=value
43                     value of channel bindings
44
45             --hostname=hostname
46                     hostname of the server
47
48             --realm=string
49                     Kerberos realm to communicate with
50
51     digest-server-request [--type=string] [--kerberos-realm=realm]
52             [--username=name] [--server-nonce=nonce]
53             [--server-identifier=nonce] [--client-nonce=nonce]
54             [--client-response=response] [--opaque=string]
55             [--authentication-name=name] [--realm=realm] [--method=method]
56             [--uri=uri] [--nounce-count=count] [--qop=qop] [--ccache=ccache]
57
58             --type=string
59                     digest type
60
61             --kerberos-realm=realm
62
63             --username=name
64                     digest type
65
66             --server-nonce=nonce
67
68             --server-identifier=nonce
69
70             --client-nonce=nonce
71
72             --client-response=response
73
74             --opaque=string
75
76             --authentication-name=name
77
78             --realm=realm
79
80             --method=method
81
82             --uri=uri
83
84             --nounce-count=count
85
86             --qop=qop
87
88             --ccache=ccache
89                     Where the the credential cache is created when the KDC
90                     returns tickets
91
92     digest-client-request [--type=string] [--username=name]
93             [--password=password] [--server-nonce=nonce]
94             [--server-identifier=nonce] [--client-nonce=nonce]
95             [--opaque=string] [--realm=realm] [--method=method] [--uri=uri]
96             [--nounce-count=count] [--qop=qop]
97
98             --type=string
99                     digest type
100
101             --username=name
102                     digest type
103
104             --password=password
105
106             --server-nonce=nonce
107
108             --server-identifier=nonce
109
110             --client-nonce=nonce
111
112             --opaque=string
113
114             --realm=realm
115
116             --method=method
117
118             --uri=uri
119
120             --nounce-count=count
121
122             --qop=qop
123
124     ntlm-server-init [--version=integer] [--kerberos-realm=string]
125
126             --version=integer
127                     ntlm version
128
129             --kerberos-realm=string
130                     Kerberos realm to communicate with
131
132HEIMDAL                       September 25, 2008                       HEIMDAL
Impressum