Home
last modified time | relevance | path

Searched refs:mechfilter (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c473 char *mechfilter; in ldap_attr_mod() local
483 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()