Skip to content

Commit

Permalink
because takserver and LDAP Reasons:tm: do not suffix the tak-client s…
Browse files Browse the repository at this point in the history
…pecific cert CN
  • Loading branch information
rambo committed Nov 16, 2024
1 parent a9cbab6 commit 8188d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/takrmapi/tak_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def callsign(self) -> str:
@property
def certcn(self) -> str:
"""return CN for the special cert"""
return f"{self.user.callsign}_tak"
return self.user.callsign

@property
def rm_certpem(self) -> str:
Expand Down

0 comments on commit 8188d8d

Please sign in to comment.