Searched defs:substituted (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/aaa/
H A Dmod_authnz_ldap.c415 char *substituted = ap_pregsub(r->pool, sec->bind_subst, user, AP_MAX_REG_MATCH, regm); local
416 if (NULL != substituted) {
417 result = substituted;

Completed in 22 milliseconds