Monotone-Parent: 9bd966b224328d78fb14df7e0b5cca2b4e4e4bfb

Monotone-Revision: a50a00c29b39452223260cb5d3ac233446726285

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-03-16T13:34:14
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-03-16 13:34:14 +00:00
parent 1b4dca76f9
commit f9d1fda833
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ Index: sope-ldap/NGLdap/NGLdapConnection.m
+ // policy control
+ if (ctrls)
+ {
+ ctrl = ldap_control_find(LDAP_CONTROL_PASSWORDPOLICYRESPONSE, ctrls, NULL);
+ ctrl = ldap_find_control(LDAP_CONTROL_PASSWORDPOLICYRESPONSE, ctrls);
+ if (ctrl)
+ {
+ rc = ldap_parse_passwordpolicy_control(self->handle, ctrl, _expire, _grace, _perr);