apple / ccs-pykerberos

Python Kerberos library used by CalendarServer
https://www.calendarserver.org
Apache License 2.0
117 stars 65 forks source link

Added credential delegation #33

Closed macosforgebot closed 10 years ago

macosforgebot commented 10 years ago

message.adams@… originally submitted this as ticket:847


Important functionality currently missing from PyKerberos, is the ability for a middle tier server to reuse the client's credentials to authenticate against another server (credential delegation).

ticket #⁠481 (submitted by Daniel) kindly added a patch for this, but the patch also contained a number of other changes which may prevent the delegation work from being committed to trunk. This ticket contains just the delegation work submitted by Daniel, which I hope will expedite these changes into trunk - as I feel this is very valuable functionality.

macosforgebot commented 10 years ago

message.adams@… originally submitted this as _attachment:patch_forticket%23847.patch:⁠ticket:847_


Change patch

macosforgebot commented 10 years ago

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

macosforgebot commented 10 years ago

@cyrusdaboo originally submitted this as comment:2:⁠ticket:847


Patch applied in r13269.