Lines Matching defs:authpp
990 ns_auth_t **authpp = NULL;
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);