overlays/patches: add ldap3 patch

This commit is contained in:
Infinidoge 2025-01-19 14:28:19 -05:00
parent 669c698f4d
commit ff290281a4
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -0,0 +1,25 @@
From aeccfa8e7291a1cf15064a1fd4ff2da433c8cc9d Mon Sep 17 00:00:00 2001
From: Infinidoge <infinidoge@inx.moe>
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