1pam_krb5_cchelper(8)     System Administrator's Manual    pam_krb5_cchelper(8)
2
3
4

NAME

6       //usr/$LIB/security/pam_krb5/pam_krb5_cchelper   -   Credential   cache
7       helper
8
9

SYNOPSIS

11       pam_krb5_cchelper [-c|-u|-d] [ccname] [uid] [gid]
12
13

DESCRIPTION

15       The pam_krb5.so module uses pam_krb5_cchelper to  create,  update,  and
16       remove credential caches.
17
18

ARGUMENTS

20       -c|-u|-d
21              A  flag  indicating  whether  the  helper is expected to create,
22              update, or destroy a ccache.  When creating a ccache, the ccname
23              argument  should  be a name or a pattern ending in XXXXXX.  When
24              updating or deleting a ccache, the ccname argument should be the
25              name of an extant ccache.
26
27
28       ccname A   credential   cache   name   or  name  pattern  of  the  form
29              TYPE:/tmp/foo or TYPE:/tmp/fooXXXXXX.
30
31
32       uid    An optional numeric UID which the helper will attempt to  switch
33              to  before  creating a ccache.  The helper continues in its task
34              if the attempt fails.
35
36
37       gid    An optional numeric GID which the helper will attempt to  switch
38              to  before  creating a ccache.  The helper continues in its task
39              if the attempt fails.
40
41

OPERATION

43       The helper will read contents from its standard input.
44       If input of suitable length is not read, the specified credential cache
45       is deleted.
46       If  input  of  suitable length is read, a temporary file is created and
47       the input is stored to the file.  If TYPE is FILE, the file's name will
48       be  based on the pattern and the name of this new credential cache will
49       be printed.  If TYPE is not FILE, a new credential cache will  be  cre‐
50       ated  and  the contents of the temporary file will be treated as a cre‐
51       dential cache whose contents will be copied  into  the  new  credential
52       cache, whose name will be printed.
53
54

FILES

56       //usr/$LIB/security/pam_krb5.so
57
58

SEE ALSO

60       mkstemp(3) pam_krb5(5) pam_krb5(8)
61
62

BUGS

64       Probably, but let's hope not.  If you find any, please file them in the
65       bug database at http://bugzilla.redhat.com/ against the "pam_krb5" com‐
66       ponent.
67
68

AUTHOR

70       Nalin Dahyabhai <nalin@redhat.com>
71
72
73
74Red Hat Linux                     2013/04/16              pam_krb5_cchelper(8)
Impressum