Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dmap.c3932 # define ph_map_dequote ldapmap_dequote
3935 static char *ldapmap_dequote __P((char *));
3938 ldapmap_dequote(str) in ldapmap_dequote() function
5057 map->map_app = newstr(ldapmap_dequote(map->map_app));
5059 map->map_tapp = newstr(ldapmap_dequote(map->map_tapp));
5070 lmap->ldap_host = newstr(ldapmap_dequote(lmap->ldap_host));
5077 lmap->ldap_uri = newstr(ldapmap_dequote(lmap->ldap_uri));
5084 lmap->ldap_binddn = newstr(ldapmap_dequote(lmap->ldap_binddn));
5115 sfd = safefopen(ldapmap_dequote(lmap->ldap_secret),
5120 ldapmap_dequote(lmap->ldap_secret));
[all …]