summaryrefslogtreecommitdiff
path: root/security/heimdal/files/patch-cr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--security/heimdal/files/patch-cr13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/heimdal/files/patch-cr b/security/heimdal/files/patch-cr
new file mode 100644
index 000000000000..4568237f3a60
--- /dev/null
+++ b/security/heimdal/files/patch-cr
@@ -0,0 +1,13 @@
+--- lib/hdb/hdb-ldap.c.orig Wed Nov 8 14:42:11 2000
++++ lib/hdb/hdb-ldap.c Wed Nov 8 15:39:50 2000
+@@ -583,8 +583,8 @@
+ rc = 1;
+ (void) ldap_set_option((LDAP *) db->db, LDAP_OPT_SIZELIMIT, (void *) &rc);
+
+- rc = ldap_search_s((LDAP *) db->db, db->name,
+- LDAP_SCOPE_ONELEVEL, filter, NULL, 0, msg);
++ rc = ldap_search_s((LDAP *) db->db, db->name, LDAP_SCOPE_ONELEVEL, filter,
++ krb5kdcentry_attrs, 0, msg);
+ if (rc != LDAP_SUCCESS) {
+ ret = HDB_ERR_NOENTRY;
+ goto out;