search for: compare_s

Displaying 2 results from an estimated 2 matches for "compare_s".

Did you mean: compare's
2003 Feb 12
2
rsync & ldap authentication
...uot;ldap: search_s failed\n"); + } else { + if (!(entry=ldap_first_entry(ld, result))) { + rprintf(FERROR,"ldap: first_entry failed or no user found\n"); + } else { + if (!(dn=ldap_get_dn(ld, entry))) { + rprintf(FERROR,"ldap: get_dn failed\n"); + } else { + if (ldap_compare_s(ld, group, lp_ldap_auth_users_attribute(module), dn) != LDAP_COMPARE_TRUE) { + rprintf(FERROR,"ldap: compare_s failed or \"%s\" is not member of \"%s\"\n", dn, group); + } else { + if (!(vals=ldap_get_values(ld, result, attrs[0])) || !vals[0] || vals[1]) { + rprin...
2003 May 03
0
Storing rsync secrets in LDAP
...(ld, result))) { + rprintf(FERROR,"ldap: first_entry failed or no user found\n"); + } else { + if (!(dn=ldap_get_dn(ld, entry))) { + rprintf(FERROR,"ldap: get_dn failed\n"); + } else { + if (ldap_compare_s(ld, group, lp_ldap_auth_users_attribute(module), +dn) != LDAP_COMPARE_TRUE) { + rprintf(FERROR,"ldap: compare_s failed or \"%s\" is not member +of \"%s\"\n", dn, group); + } else { + if (!(vals=ldap_get_values(ld, result, att...