[CalendarServer-dev] [CalendarServer] #314: Custom keytab file location for Kerberos

CalendarServer trac at macosforge.org
Tue Jan 6 13:04:51 PST 2009


#314: Custom keytab file location for Kerberos
-------------------------------+--------------------------------------------
 Reporter:  rahul@…            |       Owner:  wsanchez@…        
     Type:  Feature            |      Status:  new               
 Priority:  4: Nice to have    |   Milestone:                    
Component:  Calendar Server    |    Severity:  Other             
 Keywords:                     |  
-------------------------------+--------------------------------------------
 Could a feature be added for adding a custom location for the keytab file?
 This could be specified as a configuration parameter as below.

     <!-- Kerberos/SPNEGO -->
     <key>Kerberos</key>
     <dict>
       <key>Enabled</key>
       <true/>
       <key>ServicePrincipal</key>
       <string>HTTP/synovel103.synovel.pvt at SYNOVEL.COM</string>
       <key>KeytabLocation</key>
       <string>/etc/keytabs/caldav.keytab</string>
     </dict>

 Alternatively if this could be achieved by setting the environment
 variable KRB5_KTNAME, that would be fine as well.

-- 
Ticket URL: <http://trac.calendarserver.org/ticket/314>
CalendarServer </>
HTTP/WebDAV/CalDAV Server


More information about the calendarserver-dev mailing list