Searched refs:authp (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c93 ns_auth_t *authp = NULL; local
167 authp = *app;
169 if (authp->type == NS_LDAP_AUTH_NONE)
172 credp->auth.type = authp->type;
173 credp->auth.tlstype = authp->tlstype;
174 credp->auth.saslmech = authp->saslmech;
175 credp->auth.saslopt = authp->saslopt;
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connect.c1626 * not build a new authp.
1640 * authp authentication method to use.
1646 ns_cred_t **authp,
1674 *authp = (ns_cred_t *)calloc(1, sizeof (ns_cred_t));
1675 if ((*authp) == NULL)
1678 (*authp)->auth = *aMethod;
1693 (void) __ns_ldap_freeCred(authp);
1708 (void) __ns_ldap_freeCred(authp);
1726 (void) __ns_ldap_freeCred(authp);
1732 (void) __ns_ldap_freeCred(authp);
1643 __s_api_getDefaultAuth( int *cLevel, ns_auth_t *aMethod, ns_cred_t **authp, int getAdmin) argument
1871 ns_cred_t *authp = NULL; local
[all...]
H A Dns_common.c277 * RETURN VALUES: copy of authp or NULL on error
278 * INPUT: authp
281 __ns_ldap_dupAuth(const ns_cred_t *authp) argument
288 if (authp == NULL)
295 if (authp->hostcertpath) {
296 ap->hostcertpath = strdup(authp->hostcertpath);
302 if (authp->cred.unix_cred.userID) {
304 strdup(authp->cred.unix_cred.userID);
310 if (authp->cred.unix_cred.passwd) {
312 strdup(authp
[all...]
H A Dns_internal.h982 ns_cred_t *__ns_ldap_dupAuth(const ns_cred_t *authp);
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c447 ns_auth_t **authpp = NULL, **authp = NULL; local
461 for (authp = authpp; *authp; authp++) {
462 if ((*authp)->saslmech == NS_LDAP_SASL_GSSAPI) {
H A Dldapaddent.c4277 ns_auth_t *authp = NULL; local
4445 authp = *app;
4446 if (authp->type != NS_LDAP_AUTH_NONE) {
4448 authority.auth.type = authp->type;
4449 authority.auth.tlstype = authp->tlstype;
4450 authority.auth.saslmech = authp->saslmech;
4451 authority.auth.saslopt = authp->saslopt;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Drd_req_dec.c78 const krb5_authenticator *authp,
882 const krb5_authenticator *authp,
895 if (authp->authorization_data == NULL)
902 for (i = 0; authp->authorization_data[i] != NULL; i++) {
903 switch (authp->authorization_data[i]->ad_type) {
907 authp->authorization_data[i],
924 etype_adata = authp->authorization_data[i];
881 decode_etype_list(krb5_context context, const krb5_authenticator *authp, krb5_enctype **desired_etypes, int *desired_etypes_len) argument
/osnet-11/usr/src/lib/passwdutil/
H A Dldap_attr.c1061 ns_auth_t *authp = NULL; local
1122 authp = *app;
1124 if (authp->type == NS_LDAP_AUTH_NONE)
1127 credp->auth.type = authp->type;
1128 credp->auth.tlstype = authp->tlstype;
1129 credp->auth.saslmech = authp->saslmech;
1130 credp->auth.saslopt = authp->saslopt;
/osnet-11/usr/src/lib/libpam/
H A Dpam_framework.c1701 struct auth_module *authp; local
1730 authp = pam_entry->function_ptr;
1733 == 0) && authp && authp->pam_sm_authenticate) ||
1735 authp && authp->pam_sm_setcred))) {
1741 if (authp == NULL) {
1742 authp = calloc(1, sizeof (struct auth_module));
1743 if (authp == NULL)
1755 free(authp);
[all...]

Completed in 53 milliseconds