pam_krb5_storetmp (8) Linux Manual Page
/$LIB/security/pam_krb5/pam_krb5_storetmp – Temporary file helper
Synopsis
pam_krb5_storetmp pattern [uid] [gid]
Description
The pam_krb5.so module uses pam_krb5_storetmp to create and remove temporary files. It is not intended for any other use.
Arguments
- pattern
- A filename pattern of the form /tmp/fooXXXXXX. A temporary file will be created using mkstemp(3) and any data provided to standard input will be piped to the file. Upon reading an end-of-file, the helper will print the name of the created file.
If the pattern does not end with the distinctive patterh XXXXXX, then the file is simply deleted. - uid
- An optional numeric UID which the helper will attempt to switch to before creating the file. The helper continues in its task if the attempt fails.
- gid
- An optional numeric GID which the helper will attempt to switch to before creating the file. The helper continues in its task if the attempt fails.
Files
/$LIB/security/pam_krb5.so
See Also
mkstemp(3) pam_krb5(5) pam_krb5(8)
Bugs
Probably, but let’s hope not. If you find any, please file them in the bug database at http://bugzilla.redhat.com/ against the "pam_krb5" component.
Author
Nalin Dahyabhai <nalin [at] redhat.com>
