apple / ccs-pykerberos

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

Adding support for delegation of credentials to pyKerberos #32

Closed macosforgebot closed 10 years ago

macosforgebot commented 10 years ago

j.warburton@… originally submitted this as ticket:842


I have added the functions authGSSServerStoreDelegate() and authGSSServerCacheName() to allow kerberos to save and access forwarded tickets so that it can authenticate to other services on behalf of the client.

macosforgebot commented 10 years ago

j.warburton@… originally submitted this as attachment:delgation.diff:⁠ticket:842

macosforgebot commented 10 years ago

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


Committed on trunk in r12830.

Thanks!

macosforgebot commented 10 years ago

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

macosforgebot commented 10 years ago

j.warburton@… originally submitted this as comment:3:⁠ticket:842


Replying to wsanchez@…:

Committed on trunk in r12830.

Thanks!

No problem, hope it will be useful to other people.