OpenLDAP 2.3 Change Log
OpenLDAP 2.3.26 Engineering
+ Fixed libldap dnssrv bug with "not present" positive statement (ITS#4610)
Fixed slapd incorrect rebuilding of replica URI (ITS#4633)
+ Fixed slapo-ppolicy handling of default policy (ITS#4610)
Fixed back-monitor operations order via callbacks (ITS#4631)
- Fixed libldap dnssrv bug with "not present" positive statement (ITS#4610)
OpenLDAP 2.3.25 Release
Fixed liblber ber_bvreplace_x argument checks
memset( pp, 0, sizeof(PassPolicy) );
+ pp->ad = slap_schema.si_ad_userPassword;
+
/* Users can change their own password by default */
pp->pwdAllowUserChange = 1;
#if 0 /* Only worry about userPassword for now */
if ((a = attr_find( pe->e_attrs, ad_pwdAttribute )))
slap_bv2ad( &a->a_vals[0], &pp->ad, &text );
-#else
- pp->ad = slap_schema.si_ad_userPassword;
#endif
if ( ( a = attr_find( pe->e_attrs, ad_pwdMinAge ) )
return;
defaultpol:
- Debug( LDAP_DEBUG_ANY,
+ Debug( LDAP_DEBUG_TRACE,
"ppolicy_get: using default policy\n", 0, 0, 0 );
return;
}