ITS#9596 Request only DN for now

This commit is contained in:
Ondřej Kuzník 2024-10-24 16:08:26 +01:00
parent 0d6e0ead6a
commit 33fc2478dd
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ class Database:
conn.simple_bind_s("cn=config", server.secret)
# We're just after the generated DN, no other attributes at the moment
control = PostReadControl(True, [])
control = PostReadControl(True, ["1.1"])
_, _, _, ctrls = conn.add_ext_s(
f"olcDatabase={backend},cn=config", list(self._entry().items()),

View file

@ -51,7 +51,7 @@ class Overlay:
server.load_module(overlay)
# We're just after the generated DN, no other attributes at the moment
control = PostReadControl(True, [])
control = PostReadControl(True, ["1.1"])
_, _, _, ctrls = conn.add_ext_s(
f"olcOverlay={overlay_name},{database.dn}",