1pam_krb5_storetmp(8) System Administrator's Manual pam_krb5_storetmp(8)
2
3
4
6 /$LIB/security/pam_krb5/pam_krb5_storetmp - Temporary file helper
7
8
10 pam_krb5_storetmp pattern [uid] [gid]
11
12
14 The pam_krb5.so module uses pam_krb5_storetmp to create and remove tem‐
15 porary files. It is not intended for any other use.
16
17
19 pattern
20 A filename pattern of the form /tmp/fooXXXXXX. A temporary file
21 will be created using mkstemp(3) and any data provided to stan‐
22 dard input will be piped to the file. Upon reading an end-of-
23 file, the helper will print the name of the created file.
24 If the pattern does not end with the distinctive patterh XXXXXX,
25 then the file is simply deleted.
26
27
28 uid An optional numeric UID which the helper will attempt to switch
29 to before creating the file. The helper continues in its task
30 if the attempt fails.
31
32
33 gid An optional numeric GID which the helper will attempt to switch
34 to before creating the file. The helper continues in its task
35 if the attempt fails.
36
37
39 /$LIB/security/pam_krb5.so
40
41
43 mkstemp(3) pam_krb5(5) pam_krb5(8)
44
45
47 Probably, but let's hope not. If you find any, please file them in the
48 bug database at http://bugzilla.redhat.com/ against the "pam_krb5" com‐
49 ponent.
50
51
53 Nalin Dahyabhai <nalin@redhat.com>
54
55
56
57Red Hat Linux 2005/10/05 pam_krb5_storetmp(8)