Searched defs:authpp (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c96 ns_auth_t **authpp = NULL; local
130 ldaprc = __ns_ldap_getServiceAuthMethods("pam_ldap", &authpp, &errorp);
135 * if authpp is null, there is no serviceAuthenticationMethod
138 if (authpp == NULL) {
139 ldaprc = __ns_ldap_getParam(NS_LDAP_AUTH_P, (void ***)&authpp,
146 * if authpp is still null, then can not authenticate, syslog
149 if (authpp == NULL) {
160 for (app = authpp; *app; app++) {
272 if (authpp)
273 (void) __ns_ldap_freeParam((void ***)&authpp);
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Drd_req_dec.c533 krb5_authenticator **authpp, int is_ap_req)
559 *authpp = local_auth;
532 decrypt_authenticator(krb5_context context, const krb5_ap_req *request, krb5_authenticator **authpp, int is_ap_req) argument
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c438 ns_auth_t **authpp = NULL, **authp = NULL; local
441 (void ***)&authpp,
442 &errorp) != NS_LDAP_SUCCESS || authpp == NULL) {
444 (void) __ns_ldap_freeParam((void ***)&authpp);
452 for (authp = authpp; *authp; authp++) {
H A Dldapaddent.c4273 ns_auth_t **authpp = NULL; local
4427 ldaprc = __ns_ldap_getParam(NS_LDAP_AUTH_P, (void ***)&authpp,
4430 (authpp == NULL && op != OP_DUMP)) {
4441 for (app = authpp; *app; app++) {
/illumos-gate/usr/src/lib/passwdutil/
H A Dldap_attr.c990 ns_auth_t **authpp = NULL; local
1019 ldaprc = __ns_ldap_getServiceAuthMethods("passwd-cmd", &authpp,
1026 * if authpp is null, there is no serviceAuthenticationMethod
1029 if (authpp == NULL) {
1030 ldaprc = __ns_ldap_getParam(NS_LDAP_AUTH_P, (void ***)&authpp,
1037 * if authpp is still null, then can not authenticate, syslog
1040 if (authpp == NULL) {
1051 for (app = authpp; *app; app++) {
1121 if (authpp)
1122 (void) __ns_ldap_freeParam((void ***)&authpp);
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c585 ns_auth_t **authpp = NULL; local
642 if (__ns_ldap_getServiceAuthMethods("keyserv", &authpp, &errorp) !=
647 * if authpp is null, there is no serviceAuthenticationMethod
650 if (authpp == NULL) {
651 if (__ns_ldap_getParam(NS_LDAP_AUTH_P, (void ***)&authpp,
657 * if authpp is still null, then can not authenticate, log
660 if (authpp == NULL) {
670 for (app = authpp; *app; app++) {
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1595 ns_auth_t **authpp = NULL; local
1668 rc = __ns_ldap_getServiceAuthMethods("passwd-cmd", &authpp,
1677 * if authpp is null, there is no serviceAuthenticationMethod
1680 if (authpp == NULL) {
1681 rc = __ns_ldap_getParam(NS_LDAP_AUTH_P, (void ***)&authpp,
1688 * if authpp is still null, then can not authenticate, syslog
1691 if (authpp == NULL) {
1702 for (app = authpp; *app; app++) {
1780 if (authpp != NULL)
1781 (void) __ns_ldap_freeParam((void ***)&authpp);
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c4431 ns_auth_t **authpp = NULL, *ap; local
4468 authpp = (ns_auth_t **)calloc(++max, sizeof (ns_auth_t *));
4469 if (authpp == NULL) {
4497 authpp[cnt++] = ap;
4505 *auth = authpp;

Completed in 70 milliseconds