now I remember why I introduced the 'has_ldapinfo_dn_ru' flag

This commit is contained in:
Pierangelo Masarati 2004-01-17 11:33:13 +00:00
parent 5c48d65bd7
commit fa856463fe
2 changed files with 1 additions and 2 deletions

View file

@ -29,4 +29,4 @@ dbuser root
dbpasswd
subtree_cond "ldap_entries.dn LIKE CONCAT('%',?)"
insentry_query "INSERT INTO ldap_entries (dn,oc_map_id,parent,keyval) VALUES (?,?,?,?)"
at_query "SELECT name,sel_expr,from_tbls,join_where,add_proc,delete_proc,param_order,expect_return FROM ldap_attr_mappings WHERE oc_map_id=?"
has_ldapinfo_dn_ru no

View file

@ -28,7 +28,6 @@ dbname PostgreSQL
dbuser postgres
dbpasswd postgres
insentry_query "insert into ldap_entries (id,dn,oc_map_id,parent,keyval) values ((select max(id)+1 from ldap_entries),?,?,?,?)"
at_query "SELECT name,sel_expr,from_tbls,join_where,add_proc,delete_proc,param_order,expect_return FROM ldap_attr_mappings WHERE oc_map_id=?"
upper_func "upper"
strcast_func "text"
concat_pattern "?||?"