Hi list, I have been configuring back-sql and so far everything works to my liking.
However, when I have a upper case letter in a cn value, OpenLDAP can't find the whole entry. It makes a query like this: SELECT id,keyval,oc_map_id,dn FROM ldap_entries WHERE dn='cn=benedikt help,ou=users,ou=employees,dc=rhino-tde,dc=net' However it should be 'Benedikt', not 'benedikt' (because in ldap_entries it's with upper case). slapd.conf sql part: database sql suffix "ou=employees,dc=rhino-tde,dc=net" dbname MySQL dbuser ***** dbpasswd ***** subtree_cond "ldap_entries.dn LIKE CONCAT('%',?)" insentry_query "INSERT INTO ldap_entries (dn,oc_map_id,parent,keyval) VALUES (?,?,?,?)" has_ldapinfo_dn_ru no subordinate Is it possible to change that? Thanks for your help :). Cheers, - Benedikt This message is digitally signed by a PGP key, to verify it's authenticity. If you received this message without key the message may not be authentic. www.relamp.tk
signature.asc
Description: This is a digitally signed message part
--- You are currently subscribed to [EMAIL PROTECTED] as: [EMAIL PROTECTED] To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the SUBJECT of the message.