Projects
Wiki     Timeline     Roadmap     Browse Source     View Tickets     New Ticket     Search

Ticket #245 (new Defect)

Opened 3 years ago

Last modified 6 months ago

Non-directory Kerberos authentication broken

Reported by: cdaboo@… Owned by: glyph@…
Priority: 1: Blocker Milestone: Later
Component: Calendar Server Severity: Other
Keywords: Cc:

Description

authkerb.py uses authnURI and authzURI attributes in an IPrincipalCredentials object, but those attributes no longer exist. Instead it should use authnPrincipal.principalURL() and authzPrincipal.principalURL()

Change History

Changed 3 years ago by wsanchez@…

  • reporter changed from wsanchez@… to cdaboo@…

Note this is code is not used when configured for use with OD as the directory service requestAvatarId is used instead of the authkerb.py ones, and that one gets it right.

Changed 10 months ago by wsanchez@…

  • owner changed from cdaboo@… to glyph@…
  • milestone changed from CalendarServer-2.x to CalendarServer-3.x

Changed 6 months ago by wsanchez@…

  • milestone changed from CalendarServer-3.x to Later
Note: See TracTickets for help on using tickets.