Searched refs:ldapmap_dequote (Results 1 – 1 of 1) sorted by relevance
3321 # define ph_map_dequote ldapmap_dequote3324 static char *ldapmap_dequote __P((char *));3327 ldapmap_dequote(str) in ldapmap_dequote() function4366 map->map_app = newstr(ldapmap_dequote(map->map_app));4368 map->map_tapp = newstr(ldapmap_dequote(map->map_tapp));4379 lmap->ldap_host = newstr(ldapmap_dequote(lmap->ldap_host));4386 lmap->ldap_uri = newstr(ldapmap_dequote(lmap->ldap_uri));4393 lmap->ldap_binddn = newstr(ldapmap_dequote(lmap->ldap_binddn));4424 sfd = safefopen(ldapmap_dequote(lmap->ldap_secret),4429 ldapmap_dequote(lmap->ldap_secret));[all …]