Lines Matching +full:3 +full:- +full:cell
1 .\" Copyright (c) 1998 - 2006 Kungliga Tekniska Högskolan
16 .\" 3. Neither the name of the Institute nor the names of its contributors
54 AFS cache manager access library (libkafs, -lkafs)
58 .Fn k_afs_cell_of_file "const char *path" "char *cell" "int len"
72 .Fn kafs_settoken_rxkad "const char *cell" "struct ClearToken *token" "void *ticket" "size_t ticket…
74 .Fn kafs_settoken "const char *cell" "uid_t uid" "CREDENTIALS *c"
75 .Fn krb_afslog "char *cell" "char *realm"
77 .Fn krb_afslog_uid "char *cell" "char *realm" "uid_t uid"
79 .Fn krb5_afslog_uid "krb5_context context" "krb5_ccache id" "const char *cell" "krb5_const_realm re…
81 .Fn kafs_settoken5 "const char *cell" "uid_t uid" "krb5_creds *c"
83 .Fn krb5_afslog "krb5_context context" "krb5_ccache id" "const char *cell" "krb5_const_realm realm"
119 .Fa cell .
133 .Fa cell
137 .Fa cell
140 the local cell is used. If
144 the function tries to guess what realm to use. Unless you have some good knowledge of what cell or…
147 will use the real user-id for the
167 .Li afs-use-524
171 .Li afs-use-524
173 .Bl -tag -width local
177 use the Kerberos 5 ticket directly, can be used with if the afs cell
186 .Bd -literal
188 SU.SE = { afs-use-524 = local }
189 PDC.KTH.SE = { afs-use-524 = yes }
190 afs-use-524 = yes
199 The (uppercased) cell name is used as the realm to the
212 .Fa cell
213 return the cell of a specified file, no more than
216 .Fa cell .
245 .Bl -tag -width AFS_SYSCALL
257 will obtain a new PAG and tokens for the local cell and the cell of
259 .Bd -literal
261 char cell[64];
263 if(k_afs_cell_of_file(pwd->pw_dir, cell, sizeof(cell)) == 0)
264 krb_afslog(cell, NULL);
274 .Xr krb5_appdefault 3 ,
278 .%J AFS-3 Programmer's Reference