mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
now I remember why I introduced the 'has_ldapinfo_dn_ru' flag
This commit is contained in:
parent
5c48d65bd7
commit
fa856463fe
2 changed files with 1 additions and 2 deletions
|
|
@ -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 "?||?"
|
||||
|
|
|
|||
Loading…
Reference in a new issue