mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-29 01:52:45 +00:00
Monotone-Parent: 9bd966b224328d78fb14df7e0b5cca2b4e4e4bfb
Monotone-Revision: a50a00c29b39452223260cb5d3ac233446726285 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-03-16T13:34:14 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user