From ff290281a49ddf9959896a2751ed52a1fe1bcacb Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 19 Jan 2025 14:28:19 -0500 Subject: [PATCH] overlays/patches: add ldap3 patch --- overlays/patches/ldap3.patch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 overlays/patches/ldap3.patch diff --git a/overlays/patches/ldap3.patch b/overlays/patches/ldap3.patch new file mode 100644 index 0000000..7cc4962 --- /dev/null +++ b/overlays/patches/ldap3.patch @@ -0,0 +1,25 @@ +From aeccfa8e7291a1cf15064a1fd4ff2da433c8cc9d Mon Sep 17 00:00:00 2001 +From: Infinidoge +Date: Wed, 15 Jan 2025 12:53:56 -0500 +Subject: [PATCH] remove createTimestamp and modifyTimestamp from search + +--- + ldap3/core/server.py | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/ldap3/core/server.py b/ldap3/core/server.py +index 41ff2afa..bcc13412 100644 +--- a/ldap3/core/server.py ++++ b/ldap3/core/server.py +@@ -483,8 +483,6 @@ class Server(object): + 'dITContentRules', + 'dITStructureRules', + 'nameForms', +- 'createTimestamp', +- 'modifyTimestamp', + '*'], # requests all remaining attributes (other) + get_operational_attributes=True + ) +-- +2.47.0 +