summaryrefslogtreecommitdiffstats
path: root/testing/openldap/openldap-2.4-ppolicy.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-03-18 14:02:17 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-03-18 14:02:17 +0000
commitfde27b59c9fef51bdd66ff3f453f9a2678ab0024 (patch)
tree96fa14fcb39b1562498440a7b36c76bd9420e482 /testing/openldap/openldap-2.4-ppolicy.patch
parent70f6b7df72309a8270470877ceda9805415a4224 (diff)
testing/openldap: new aport
LDAP Server http://www.openldap.org/
Diffstat (limited to 'testing/openldap/openldap-2.4-ppolicy.patch')
-rw-r--r--testing/openldap/openldap-2.4-ppolicy.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/openldap/openldap-2.4-ppolicy.patch b/testing/openldap/openldap-2.4-ppolicy.patch
new file mode 100644
index 00000000000..c05790e3e29
--- /dev/null
+++ b/testing/openldap/openldap-2.4-ppolicy.patch
@@ -0,0 +1,13 @@
+diff -urN ./clients.orig/tools/common.c ./clients/tools/common.c
+--- ./clients.orig/tools/common.c 2007-09-01 01:13:50.000000000 +0200
++++ ./clients/tools/common.c 2008-01-13 21:50:06.000000000 +0100
+@@ -1262,8 +1262,8 @@
+ int nsctrls = 0;
+
+ #ifdef LDAP_CONTROL_PASSWORDPOLICYREQUEST
++ LDAPControl c;
+ if ( ppolicy ) {
+- LDAPControl c;
+ c.ldctl_oid = LDAP_CONTROL_PASSWORDPOLICYREQUEST;
+ c.ldctl_value.bv_val = NULL;
+ c.ldctl_value.bv_len = 0;