Searched refs:ldapmap_dequote (Results 1 – 1 of 1) sorted by relevance
3333 # define ph_map_dequote ldapmap_dequote3336 static char *ldapmap_dequote __P((char *));3339 ldapmap_dequote(str) in ldapmap_dequote() function4378 map->map_app = newstr(ldapmap_dequote(map->map_app));4380 map->map_tapp = newstr(ldapmap_dequote(map->map_tapp));4391 lmap->ldap_host = newstr(ldapmap_dequote(lmap->ldap_host));4398 lmap->ldap_uri = newstr(ldapmap_dequote(lmap->ldap_uri));4405 lmap->ldap_binddn = newstr(ldapmap_dequote(lmap->ldap_binddn));4436 sfd = safefopen(ldapmap_dequote(lmap->ldap_secret),4441 ldapmap_dequote(lmap->ldap_secret));[all …]