Skip to content
Snippets Groups Projects
Commit fa856463 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

now I remember why I introduced the 'has_ldapinfo_dn_ru' flag

parent 5c48d65b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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 "?||?"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment