c7dc9357ac
Resolves: RHEL-44324 - unauthenticated user can trigger a DoS by sending a specific extended search request Resolves: RHEL-40946 - Malformed userPassword hash may cause Denial of Service Resolves: RHEL-33087 - dsconf schema does not show inChain matching rule Resolves: RHEL-28177 - Malformed userPassword may cause crash at do_modify in slapd/modify.c Resolves: RHEL-25070 - nsslapd-haproxy-trusted-ip is not in schema
32 lines
1.6 KiB
Diff
32 lines
1.6 KiB
Diff
From 6c7047ad75016a7b767d70813a86b9a7b03ea49b Mon Sep 17 00:00:00 2001
|
|
From: Simon Pichugin <spichugi@redhat.com>
|
|
Date: Wed, 5 Jun 2024 17:24:00 -0700
|
|
Subject: [PATCH] Issue 6188 - Add nsslapd-haproxy-trusted-ip to cn=schema
|
|
(#6201)
|
|
|
|
Description: Add HAProxy trusted IP address multi-valued attribute
|
|
to cn=schema in 01core389.ldif
|
|
|
|
Related: https://github.com/389ds/389-ds-base/issues/6188
|
|
|
|
Reviewed by: @progier389 (Thanks!)
|
|
---
|
|
ldap/schema/01core389.ldif | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/ldap/schema/01core389.ldif b/ldap/schema/01core389.ldif
|
|
index fad8bc2f9..c98e5b34b 100644
|
|
--- a/ldap/schema/01core389.ldif
|
|
+++ b/ldap/schema/01core389.ldif
|
|
@@ -331,6 +331,7 @@ attributeTypes: ( 2.16.840.1.113730.3.1.2390 NAME 'nsds5ReplicaKeepAliveUpdateIn
|
|
attributeTypes: ( 2.16.840.1.113730.3.1.2391 NAME 'dsEntryDN' DESC '389 Directory Server defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 NO-USER-MODIFICATION SINGLE-VALUE USAGE directoryOperation X-ORIGIN '389 Directory Server' )
|
|
attributeTypes: ( 2.16.840.1.113730.3.1.2392 NAME 'nsslapd-return-original-entrydn' DESC '389 Directory Server defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN '389 Directory Server' )
|
|
attributeTypes: ( 2.16.840.1.113730.3.1.2393 NAME 'nsslapd-auditlog-display-attrs' DESC '389 Directory Server defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN '389 Directory Server' )
|
|
+attributeTypes: ( 2.16.840.1.113730.3.1.2398 NAME 'nsslapd-haproxy-trusted-ip' DESC '389 Directory Server defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN '389 Directory Server' )
|
|
#
|
|
# objectclasses
|
|
#
|
|
--
|
|
2.45.2
|
|
|