summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2/files/patch-plugins::ldapdb.c
blob: 23a7df8b3a5762fb8ead056d5fba5d5a644f19c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: plugins/ldapdb.c
diff -u -p plugins/ldapdb.c.orig plugins/ldapdb.c
--- plugins/ldapdb.c.orig	2011-05-12 04:25:55.000000000 +0900
+++ plugins/ldapdb.c	2011-09-24 17:25:23.465329876 +0900
@@ -251,6 +251,8 @@ static int ldapdb_auxprop_lookup(void *g
 
 #if defined(LDAP_PROXY_AUTHZ_FAILURE)
 	case LDAP_PROXY_AUTHZ_FAILURE:
+#else
+	case LDAP_X_PROXY_AUTHZ_FAILURE:
 #endif
 	case LDAP_INAPPROPRIATE_AUTH:
 	case LDAP_INVALID_CREDENTIALS: