Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/keyserv/
H A Dchkey_common.c477 char *mechfilter; in ldap_attr_mod() local
487 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()