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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccdefault.c86 kim_identity identity = KIM_IDENTITY_ANY; local
94 err = kim_ccache_get_client_identity (kimccache, &identity);
103 * tickets. Use the identity in the ccache if there was one. */
106 identity, KIM_OPTIONS_DEFAULT);
117 kim_identity_free (&identity);
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c127 opts->identity = NULL;
163 if (src_opts->identity != NULL) {
164 newopts->identity = strdup(src_opts->identity);
165 if (newopts->identity == NULL)
241 if (idopts->identity != NULL)
242 free(idopts->identity);
529 * If identity was specified, use that. (For the kdc, this
532 * If a user did not specify identity on the command line,
536 if (idopts->identity !
[all...]
H A Dpkinit.h134 * both the plugin level and request level. the identity context (that
137 * (the kdc's identity is at the plugin level, the client's identity
139 * the identity context is meant to have the entity's cert,
160 * identity context should keep information about credentials
194 * information about identity from config file or command line
198 char *identity; member in struct:_pkinit_identity_opts
H A Dpkinit_clnt.c1415 if (plgctx->idopts->identity != NULL) {
1420 plgctx->idopts->identity = strdup(value);
1421 if (plgctx->idopts->identity == NULL) {
H A Dpkinit_srv.c1113 &plgctx->idopts->identity);
1114 if (retval != 0 || NULL == plgctx->idopts->identity) {
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dnetr_clnt.c1097 netr_setup_identity(heap, authreq, &info1.identity);
1103 netr_setup_identity(heap, authreq, &info2.identity);
1286 * Set up the client identity information. All of this information is
1295 netr_logon_id_t *identity)
1310 identity->parameter_control = (NETR_LOGON_FLG_SERVER_TRUST_ACCT |
1312 identity->logon_id.LowPart = logon_id;
1313 identity->logon_id.HighPart = 0;
1316 (ndr_vcstr_t *)&identity->domain_name);
1319 (ndr_vcstr_t *)&identity->username);
1327 (ndr_vcstr_t *)&identity
1294 netr_setup_identity(ndr_heap_t *heap, smb_authreq_t *authreq, netr_logon_id_t *identity) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dacquire_cred.c276 kim_identity identity = NULL; local
279 err = kim_identity_create_from_krb5_principal (&identity,
284 err = kim_ccache_create_from_client_identity (&kimccache, identity);
302 err = kim_ccache_create_new (&kimccache, identity,
311 kim_identity_free (&identity);
/osnet-11/usr/src/lib/brand/labeled/zone/
H A Dcommon.ksh301 printf "$fmtsvc" system/identity node
357 # possible values are "system,identity,network,location,users"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm1610 the identity for real numbers is called the I<conjugate>, and is noted
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh474 The setup will add an administrator identity/credential
479 as the administrator identity.
488 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}"
2675 MSG="Add the administrator identity (y/n/h)?"
2689 ${ECHO} " No administrator identity specifie
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm3378 # Return the identity of the remote user
5311 time of day or the identity of the user.

Completed in 51 milliseconds