apple / ccs-calendarserver

The Calendar and Contacts Server.
https://www.calendarserver.org
Apache License 2.0
487 stars 136 forks source link

Non-directory Kerberos authentication broken #202

Open macosforgebot opened 16 years ago

macosforgebot commented 16 years ago

@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()

macosforgebot commented 16 years ago

@wsanchez originally submitted this as comment:1:⁠ticket:245


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.

macosforgebot commented 15 years ago

@wsanchez originally submitted this as comment:2:⁠ticket:245

macosforgebot commented 14 years ago

@wsanchez originally submitted this as comment:3:⁠ticket:245

macosforgebot commented 9 years ago

@wsanchez originally submitted this as comment:6:⁠ticket:245