Searched refs:mechfilter (Results 1 – 1 of 1) sorted by relevance
477 char *mechfilter; in ldap_attr_mod() local487 mechfilter = (char *)malloc(strlen(mechname) + 3); in ldap_attr_mod()488 if (mechfilter == NULL) in ldap_attr_mod()490 sprintf(mechfilter, "{%s}", mechname); in ldap_attr_mod()491 mechfilterlen = strlen(mechfilter); in ldap_attr_mod()511 if (strncasecmp(val, mechfilter, in ldap_attr_mod()