Non-directory Kerberos authentication broken
@cyrusdaboo originally submitted this as ticket:245
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()
@wsanchez originally submitted this as comment:1:ticket:245
- Reporter changed from @wsanchez to @cyrusdaboo
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.
@wsanchez originally submitted this as comment:2:ticket:245
- Owner changed from @cyrusdaboo to @glyph
- Milestone changed from CalendarServer-2.x to CalendarServer-3.x
@wsanchez originally submitted this as comment:3:ticket:245
- Milestone changed from CalendarServer-3.x to Later
@wsanchez originally submitted this as comment:6:ticket:245
- Owner changed from @glyph to @cyrusdaboo