aboutsummaryrefslogtreecommitdiffstats
path: root/extra/openldap/openldap-2.4-ppolicy.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-04-23 12:14:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-04-23 12:14:49 +0000
commit1701a043c87af2f9aa0a0d8822142162455c6cd8 (patch)
tree39866fc83c619322a53711f3da7d24bcec0f7ed0 /extra/openldap/openldap-2.4-ppolicy.patch
parente7518be1013cb7c0a942cc3ebb0a0faa2acadf19 (diff)
downloadaports-1701a043c87af2f9aa0a0d8822142162455c6cd8.tar.bz2
aports-1701a043c87af2f9aa0a0d8822142162455c6cd8.tar.xz
extra/openldap: moved from testing
Diffstat (limited to 'extra/openldap/openldap-2.4-ppolicy.patch')
-rw-r--r--extra/openldap/openldap-2.4-ppolicy.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/openldap/openldap-2.4-ppolicy.patch b/extra/openldap/openldap-2.4-ppolicy.patch
new file mode 100644
index 0000000000..c05790e3e2
--- /dev/null
+++ b/extra/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;