LDAPext has agreed that the specs should updated to call for this
behavior in RFC2252bis. Hopefully this won't break any existing
clients.
Fixed lutil/password bogus crypt password bug (ITS#423)
Fixed slapd/back-ldbm indexing bug (ITS#402)
Added UD support for creators/modifiers attributes (ITS#422)
+ Added modify* attributes on add to workaround client issue (ITS#424)
Build Environment
Rebuild configure
Added support for db1 vs db2 with glibc 2.1
bv.bv_len = strlen( bv.bv_val );
}
attr_merge( e, "creatorsname", bvals );
+ attr_merge( e, "modifiersname", bvals );
ldap_pvt_thread_mutex_lock( ¤ttime_mutex );
#ifndef LDAP_LOCALTIME
bv.bv_val = buf;
bv.bv_len = strlen( bv.bv_val );
attr_merge( e, "createtimestamp", bvals );
+ attr_merge( e, "modifytimestamp", bvals );
}