krb_set_tkt_string.3krb
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3KRB 代码 · 共 68 行
3KRB
68 行
.TH krb_set_tkt_string 3krb.SH Namekrb_set_tkt_string, krb_set_srvtab_string \- Environmental setup of the Kerberos libraries.SH Syntax.nf.nj \fB#include <krb.h>\fP.sp 1 \fBvoid krb_set_tkt_string\fP \fI(filename)\fP \fBchar\fP \fI*filename\fP.sp 1 \fBvoid krb_set_srvtab_string\fP \fI(filename)\fP \fBchar\fP \fI*filename\fP.sp 1.PP.fi.SH Arguments.TP 8.I filenameThe filename of the Kerberos ticket cache file or the name of the service table file..SH Description.NXR "Kerberos routines" "krb_set_tkt_string".NXR "Kerberos routines" "krb_set_srvtab_string"The.PN krb_set_tkt_stringroutine sets the default name of the file that holds a cache of servicetickets and associated session keys belonging to a Kerberos principal.The routine accepts afilename for the cache and copies this name into the local storage of.PN libkrb .The default before any calls to .PN krb_set_tkt_string ,is.PN /var/dss/kerberos/tkt/tkt[\fIuid\fP] \fRwhere .PN uidis the user ID of the process that calls.PN krb_set_tkt_string .\fP.PPYou should call \f(CWkrb_set_tkt_string\fP during Kerberosinitialization to assure that any routines called laterreceive the proper name if theyrequire the filename of the cache..PPThe.PN krb_set_srvtab_stringroutine sets the default name of the file that stores the keys of theKerberos applications running on the local host. The routine accepts afilename for the service table file and copies this name into the local storageof .PN libkrb ..PPYou should call \f(CWkrb_set_srvtab_string\fP during the Kerberosinitialization of a service to assure that any subsequently called routines thatrequire the filename of the service table receive the proper name. The default, before any calls tothe.PN krb_set_srvtabstring, is.PN /etc/srvtab ..SH Files.TP.PN /var/dss/kerberos/tkt/tkt[\fIuid\fP].TP.PN /etc/srvtab.SH See Alsokerberos(3krb), krb_sendauth(3krb), krb_sendmutual(3krb)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?