Skip to content

Commit

Permalink
Update plugins/modules/ldap_inc.py
Browse files Browse the repository at this point in the history
Fully aligned with that

Co-authored-by: Alexei Znamensky <[email protected]>
  • Loading branch information
pduveau and russoz authored Dec 20, 2024
1 parent dd52313 commit a2d88c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/ldap_inc.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def main():
changed = True

if not module.check_mode:
i0, i1, i2, resp_ctrls = mod.connection.modify_ext_s(
dummy, dummy, dummy, resp_ctrls = mod.connection.modify_ext_s(
dn=mod.dn,
modlist=mod.inc(),
serverctrls=mod.serverControls(),
Expand Down

0 comments on commit a2d88c1

Please sign in to comment.