Searched defs:identity (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_token_xdr.c128 smb_posix_grps_helper_xdr(XDR *xdrs, char **identity) argument
147 if (*identity == NULL)
149 cnt = ((smb_posix_grps_t *)(uintptr_t)*identity)->pg_ngrps;
154 if (!xdr_pointer(xdrs, identity, len, (xdrproc_t)smb_posix_grps_xdr))
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetr_logon.c426 netr_setup_identity(heap, user_info, &info1.identity);
437 netr_setup_identity(heap, user_info, &info2.identity);
663 * Set up the client identity information. All of this information is
672 netr_logon_id_t *identity)
692 identity->parameter_control =
695 identity->logon_id.LowPart = logon_id;
696 identity->logon_id.HighPart = 0;
699 (ndr_vcstr_t *)&identity->domain_name);
702 (ndr_vcstr_t *)&identity->username);
710 (ndr_vcstr_t *)&identity
671 netr_setup_identity(ndr_heap_t *heap, smb_logon_t *user_info, netr_logon_id_t *identity) argument
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit.h116 * both the plugin level and request level. the identity context (that
119 * (the kdc's identity is at the plugin level, the client's identity
121 * the identity context is meant to have the entity's cert,
142 * identity context should keep information about credentials
176 * information about identity from config file or command line
187 char *identity; member in struct:_pkinit_identity_opts
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c91 char *identity; member in struct:__anon646
460 "idmap show [-c] [-v] identity [targettype]\n"
702 * paste idmap output to a shell commandline, there is the identity
2339 /* Convert string like sid or winname to the identity type code */
2347 if (strcasecmp(identity2code[i].identity, str) == 0) {
2355 gettext("Error: invalid identity type \"%s\"\n"), str);
2365 * Split argument to its identity code and a name part
2367 * TYPE_INVALID for unknown identity
2368 * TYPE_AUTO for no identity (to be autodetected)
2369 * <TYPE_XXX> for known identity
[all...]
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c248 static char identity[MAX_ID_LEN]; variable
481 (uflag && strlen(identity))) {
485 krb5_data.principal = identity;
1422 SCPYL(identity, optarg);
1529 "\t[-t terminal] [-u identity] [-U ruser]\n"

Completed in 221 milliseconds