Searched refs:identity (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/svc/milestone/
H A DMakefile76 identity.xml \
110 identity-domain \
111 identity-node \
/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/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c128 opts->identity = NULL;
165 if (src_opts->identity != NULL) {
166 newopts->identity = strdup(src_opts->identity);
167 if (newopts->identity == NULL)
248 if (idopts->identity != NULL)
249 free(idopts->identity);
599 * If identity was specified, use that. (For the kdc, this
602 * If a user did not specify identity on the command line,
606 if (idopts->identity !
[all...]
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
H A Dpkinit_clnt.c1459 if (plgctx->idopts->identity != NULL) {
1464 plgctx->idopts->identity = strdup(value);
1465 if (plgctx->idopts->identity == NULL) {
H A Dpkinit_srv.c1105 &plgctx->idopts->identity);
1106 if (retval != 0 || NULL == plgctx->idopts->identity) {
/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/uts/common/smbsrv/ndl/
H A Dnetlogon.ndl281 netr_logon_id_t identity;
291 netr_logon_id_t identity;
/illumos-gate/usr/src/uts/intel/amd64/ml/
H A Damd64.il60 / convert ipl to spl. This is the identity function for i86
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dia32.il62 / convert ipl to spl. This is the identity function for i86
/illumos-gate/usr/src/cmd/svc/seed/
H A DMakefile55 ../milestone/identity.xml \
/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"
/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/ldap/ns_ldap/
H A Didsconfig.sh473 The setup will add an administrator identity/credential
477 administrator identity.
486 HELP - Start the setup to add an administrator identity/credential
1462 _C_DN="cn=GSSAPI,cn=identity mapping,cn=config"
1464 dn: cn=GSSAPI,cn=identity mapping,cn=config
2469 ${ECHO} " ERROR: Adding administrator identity failed!"
2476 # Display message that the administrator identity is added.
2477 MSG="Administrator identity ${LDAP_ADMINDN}"
2652 MSG="Add the administrator identity (y/n/h)?"
2666 ${ECHO} " No administrator identity specifie
[all...]

Completed in 95 milliseconds