Hello,
I am using: OpenLDAP 2.3.38 on RHEL 4 Back-sql with MySQL
Quick question. In the ldap_attr_mappings table there is a column called param_order. I have discovered that if I set it to the default of 3, that the information is passed to my stored procedures as attribute value, keyval (id). What are the other possible settings for this column and which setting will give me keyvalue (id), attribute value ?
Thanks for creating a great product!
Kevin Burnett
Kevin Burnett wrote:
Quick question. In the ldap_attr_mappings table there is a column called param_order. I have discovered that if I set it to the default of 3, that the information is passed to my stored procedures as attribute value, keyval (id). What are the other possible settings for this column and which setting will give me keyvalue (id), attribute value ?
I think it's written somewhere, but I can't find it right now. However, that's a bitmask; the first bit refers to ADD, the second to DELETE; if the bit is set, the value comes second, and the return value comes first.
p.
Ing. Pierangelo Masarati OpenLDAP Core Team
SysNet s.r.l. via Dossi, 8 - 27100 Pavia - ITALIA http://www.sys-net.it --------------------------------------- Office: +39 02 23998309 Mobile: +39 333 4963172 Email: pierangelo.masarati@sys-net.it ---------------------------------------
Pierangelo,
Thanks for the information. Just what I needed. Thanks for making OpenLDAP the best!
Kevin Burnett
On Nov 17, 2007 1:13 AM, Pierangelo Masarati ando@sys-net.it wrote:
Kevin Burnett wrote:
Quick question. In the ldap_attr_mappings table there is a column called param_order. I have discovered that if I set it to the default of 3, that the information is passed to my stored procedures as attribute value, keyval (id). What are the other possible settings for this column and which setting will give me keyvalue (id), attribute value ?
I think it's written somewhere, but I can't find it right now. However, that's a bitmask; the first bit refers to ADD, the second to DELETE; if the bit is set, the value comes second, and the return value comes first.
p.
Ing. Pierangelo Masarati OpenLDAP Core Team
SysNet s.r.l. via Dossi, 8 - 27100 Pavia - ITALIA http://www.sys-net.it
Office: +39 02 23998309 Mobile: +39 333 4963172 Email: pierangelo.masarati@sys-net.it
openldap-software@openldap.org