obtaining adressless tickets

Tsach Moshkovits tsach.moshkovits at exlibris.co.il
Wed Jul 14 08:36:25 EDT 2004


I'm quite new to krb development and failing to obtain addressless ticket
using krb5 API:


I'm using 
krb5_get_in_tkt_with_password(context, KRB5_DEFAULT_OPTIONS, 0, 0, 0,
password, 0, &in_cred, 0);

to get a "krbtgt", and then 
krb5_cc_store_cred(context, ccdef, &in_cred);

even though my krb5.ini has
[libdefaults]
	noaddresses = true

the ticket is assigned to my ip address as oppose to using "kinit" from 
the command like returns desired tgt (without assigning ip address 
to the ticket).

any help/explanation will be appreciated,
TIA
Tsach M


More information about the krbdev mailing list