PAC API and PAC_LOGON_INFO?

Glenn Barry Glenn.Barry at sun.com
Tue Jul 7 04:19:30 EDT 2009


We've been experimenting with the new PAC API in 1.7 and noticed most
of the API is in krb5.h but the ulType constants are still in pac.c.

For example, we've needed to use PAC_LOGON_INFO like so

         krb5err = krb5_pac_get_buffer(krb5ctx, pac, PAC_LOGON_INFO,
                    &pac_logon_info);

So seems like PAC_LOGON_INFO should also be in krb5.h and be part of
the official krb5 API?

And if so, does the same go for the other ulType constants?

thx...glenn




More information about the krbdev mailing list