Searched refs:mechfilter (Results 1 – 1 of 1) sorted by relevance
473 char *mechfilter; in ldap_attr_mod() local483 mechfilter = (char *)malloc(strlen(mechname) + 3); in ldap_attr_mod()484 if (mechfilter == NULL) in ldap_attr_mod()486 sprintf(mechfilter, "{%s}", mechname); in ldap_attr_mod()487 mechfilterlen = strlen(mechfilter); in ldap_attr_mod()507 if (strncasecmp(val, mechfilter, in ldap_attr_mod()