Lines Matching refs:ldaprc
90 int ldaprc; in authenticate() local
108 ldaprc = __ns_ldap_uid2dn(usrname, &binddn, NULL, &errorp); in authenticate()
109 if ((result = __ldap_to_pamerror(ldaprc)) != PAM_SUCCESS) in authenticate()
121 ldaprc = __ns_ldap_getParam(NS_LDAP_HOST_CERTPATH_P, in authenticate()
123 if ((result = __ldap_to_pamerror(ldaprc)) != PAM_SUCCESS) in authenticate()
129 ldaprc = __ns_ldap_getServiceAuthMethods("pam_ldap", &authpp, &errorp); in authenticate()
130 if ((result = __ldap_to_pamerror(ldaprc)) != PAM_SUCCESS) in authenticate()
138 ldaprc = __ns_ldap_getParam(NS_LDAP_AUTH_P, (void ***)&authpp, in authenticate()
140 if ((result = __ldap_to_pamerror(ldaprc)) != PAM_SUCCESS) in authenticate()
169 ldaprc = __ns_ldap_auth(credp, 0, &errorp, NULL, NULL); in authenticate()
178 if (ldaprc == NS_LDAP_SUCCESS) { in authenticate()
185 } else if (ldaprc == NS_LDAP_SUCCESS_WITH_INFO) { in authenticate()
221 } else if (ldaprc == NS_LDAP_INTERNAL) { in authenticate()