Skip to content

Commit

Permalink
fix ldap-port
Browse files Browse the repository at this point in the history
Signed-off-by: zime <anon@mail.com>
  • Loading branch information
anonlinux777 committed Nov 11, 2024
1 parent e1f4e1e commit c191c17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions certipy/lib/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ def from_options(

if options.ldap_port is not None:
ldap_port = options.ldap_port
else:
ldap_port = None

self.domain = domain
self.username = username
Expand Down

0 comments on commit c191c17

Please sign in to comment.