这正是Apple对其Calendar
Server所做的工作。为了实现SPNEGO,他们为过程的kerberos部分提供了一个python
gssapi库。
在CalendarServer / twistedcaldav /
authkerb.py中查找服务器身份验证部分。kerberos模块(它是ac模块)没有任何有用的文档字符串,但是PyKerberos / pysrc /kerberos.py具有所有函数定义。
- 这是svn中继的URL:
- http
- //svn.calendarserver.org/repository/calendarserver/CalendarServer/trunkhttp://svn.calendarserver.org/repository/calendarserver/PyKerberos/trunk



