cc957526ed9ef515848963d27893cd37a0355697
[openafs-wiki.git] / AFSLore / AuthCommands.mdwn
1 [[KaServer]]
2
3 - klog -- authentication with [[KaServer]] by getting AFS service tickets and sending them to the (kernel) [[CacheManager]]. Can save the TGT in a file compatible with kinit (V4) as a non-default option.
4 - kpasswd -- change password in [[KaServer]]
5 - kas -- administrative interface to [[KaServer]]
6
7 [[KerberosIV]]
8
9 - kinit -- authenticates using standard UDP port 750. Also works with [[KaServer]] but doesn't get AFS service tickets (tokens).
10
11 [[KerberosV]]
12
13 - kinit -- authenticates using standard UDP port 88. Works with DCE, [[HeimdalKTH]] and [[ActiveDirectory]] (maybe?).
14
15 [[KerberosDCE]]
16
17 - kinit -- authenticates to DCE Security Server and also obtains authorization informaion (groups) from the DCE Privilege Server.
18 - chpass -- change password
19 - dcecp -- admin suite
20
21 [[ActiveDirectory]]
22
23 - uses its own authorization data format. Big flamefest on this issue.
24
25 Others
26
27 - aklog -- converts V5 TGT to AFS service tickets and gives them to the [[CacheManager]].
28
29 -- [[TedAnderson]] - 23 Jan 2002