mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
cosmetic changes
This commit is contained in:
parent
e559e61b4f
commit
ea4c51b78f
@ -64,16 +64,16 @@ dbpasswd secret
|
|||||||
#ibmdb2#concat_pattern "?||?"
|
#ibmdb2#concat_pattern "?||?"
|
||||||
#ibmdb2#children_cond "ucase(ldap_entries.dn)=ucase(cast(? as varchar(255)))"
|
#ibmdb2#children_cond "ucase(ldap_entries.dn)=ucase(cast(? as varchar(255)))"
|
||||||
#ibmdb2#create_needs_select "yes"
|
#ibmdb2#create_needs_select "yes"
|
||||||
#ibmdb2#insentry_query "insert into ldap_entries (id,dn,oc_map_id,parent,keyval) values ((select case when max(id) is null then 1 else max(id) + 1 end from ldap_entries),?,?,?,?)"
|
#ibmdb2#insentry_stmt "insert into ldap_entries (id,dn,oc_map_id,parent,keyval) values ((select case when max(id) is null then 1 else max(id) + 1 end from ldap_entries),?,?,?,?)"
|
||||||
#
|
#
|
||||||
# PostgreSQL
|
# PostgreSQL
|
||||||
#postgres#insentry_query "insert into ldap_entries (id,dn,oc_map_id,parent,keyval) values ((select case when max(id) is null then 1 else max(id) + 1 end from ldap_entries),?,?,?,?)"
|
#postgres#insentry_stmt "insert into ldap_entries (id,dn,oc_map_id,parent,keyval) values ((select case when max(id) is null then 1 else max(id) + 1 end from ldap_entries),?,?,?,?)"
|
||||||
#postgres#upper_func "upper"
|
#postgres#upper_func "upper"
|
||||||
#postgres#strcast_func "text"
|
#postgres#strcast_func "text"
|
||||||
#postgres#concat_pattern "?||?"
|
#postgres#concat_pattern "?||?"
|
||||||
#
|
#
|
||||||
# MySQL
|
# MySQL
|
||||||
#mysql#concat_pattern "concat(?,?)"
|
#mysql#concat_pattern "concat(?,?)"
|
||||||
|
|
||||||
has_ldapinfo_dn_ru no
|
has_ldapinfo_dn_ru no
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user