⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 krb_set_tkt_string.3

📁 早期freebsd实现
💻 3
字号:
.\" $Source: /usr/src/kerberosIV/man/RCS/krb_set_tkt_string.3,v $.\" $Author: kfall $.\" $Header: /usr/src/kerberosIV/man/RCS/krb_set_tkt_string.3,v 4.2 90/06/25 21:12:29 kfall Exp $.\" Copyright 1989 by the Massachusetts Institute of Technology..\".\" For copying and distribution information,.\" please see the file <mit-copyright.h>..\".TH KRB_SET_TKT_STRING 3 "Kerberos Version 4.0" "MIT Project Athena".SH NAMEkrb_set_tkt_string \- set Kerberos ticket cache file name.SH SYNOPSIS.nf.nj.ft B#include <kerberosIV/krb.h>.PP.ft Bvoid krb_set_tkt_string(filename)char *filename;.fi.ft R.SH DESCRIPTION.I krb_set_tkt_stringsets the name of the file that holds the user'scache of Kerberos server tickets and associated session keys..PPThe string .I filenamepassed in is copied into local storage.Only MAXPATHLEN-1 (see <sys/param.h>) characters of the filename arecopied in for use as the cache file name..PPThis routine should be called during initialization, before otherKerberos routines are called; otherwise the routines which fetch theticket cache file name may be called and return an undesired ticket filename until this routine is called..SH FILES.TP 20n/tmp/tkt[uid]default ticket file name, unless the environment variable KRBTKFILE is set.[uid] denotes the user's uid, in decimal..SH SEE ALSOkerberos(3), setenv(3)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -