[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Easiest way to get service ticket after obtaining tgt
- To: heimdal-discuss@sics.se
- Subject: Easiest way to get service ticket after obtaining tgt
- From: Jeremiah Martell <inlovewithgod@gmail.com>
- Date: Wed, 12 Oct 2005 15:32:20 -0400
- DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Tg0oHJzBUarTqEQRFw/Xosyuy///zydv9c/YuvgiImEXfhoCH4c9bFdNg8hWj7/SIxsR73+ItY+roFf3OlOcS28ClIeuw5Lhcw0mIp8T1eG1MSWDjIIoeQOFuHlwzsw/OGDJ9rdUBpWk5PEle/D6AnqRxfETVrLYhamC+/JkhV8=
- Sender: owner-heimdal-discuss@sics.se
Hello,
I currently use krb5_make_principal() and
krb5_get_init_creds_password() to obtain a tgt, and then
krb5_cc_default(), krb5_cc_initialize, and krb5_cc_store_cred() to
store the tgt in the cache. So far this is easy. :-)
Now, if I wanted to obtain a service ticket for ldap, in
domain someDomain.com (which is in SOMEDOMAIN.COM realm), what's the
easiest way to do this with the heimdal api function calls? I've looked
at krb5_get_credentials, but I'm unsure what to put in the *increds or
**outcreds variables.
Thanks in advance,
- Jeremiah
inlovewithGod@gmail.com