Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

krb5_pac_verify(3) [freebsd man page]

Heimdal Kerberos 5 PAC handling functions(3)		      HeimdalKerberos5library		      Heimdal Kerberos 5 PAC handling functions(3)

NAME
Heimdal Kerberos 5 PAC handling functions - Functions KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_pac_get_buffer (krb5_context context, krb5_pac p, uint32_t type, krb5_data *data) KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_pac_verify (krb5_context context, const krb5_pac pac, time_t authtime, krb5_const_principal principal, const krb5_keyblock *server, const krb5_keyblock *privsvr) Detailed Description Function Documentation KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_pac_get_buffer (krb5_context context, krb5_pac p, uint32_t type, krb5_data * data) Get the PAC buffer of specific type from the pac. Parameters: context Kerberos 5 context. p the pac structure returned by krb5_pac_parse(). type type of buffer to get data return data, free with krb5_data_free(). Returns: Returns 0 to indicate success. Otherwise an kerberos et error code is returned, see krb5_get_error_message(). KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_pac_verify (krb5_context context, const krb5_pac pac, time_t authtime, krb5_const_principal principal, const krb5_keyblock * server, const krb5_keyblock * privsvr) Verify the PAC. Parameters: context Kerberos 5 context. pac the pac structure returned by krb5_pac_parse(). authtime The time of the ticket the PAC belongs to. principal the principal to verify. server The service key, most always be given. privsvr The KDC key, may be given. Returns: Returns 0 to indicate success. Otherwise an kerberos et error code is returned, see krb5_get_error_message(). Version 1.5.2 11 Jan 2012 Heimdal Kerberos 5 PAC handling functions(3)

Check Out this Related Man Page

Heimdal Kerberos 5 PAC handling functions(3)		      HeimdalKerberos5library		      Heimdal Kerberos 5 PAC handling functions(3)

NAME
Heimdal Kerberos 5 PAC handling functions - Functions KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_pac_get_buffer (krb5_context context, krb5_pac p, uint32_t type, krb5_data *data) KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_pac_verify (krb5_context context, const krb5_pac pac, time_t authtime, krb5_const_principal principal, const krb5_keyblock *server, const krb5_keyblock *privsvr) Detailed Description Function Documentation KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_pac_get_buffer (krb5_context context, krb5_pac p, uint32_t type, krb5_data * data) Get the PAC buffer of specific type from the pac. Parameters: context Kerberos 5 context. p the pac structure returned by krb5_pac_parse(). type type of buffer to get data return data, free with krb5_data_free(). Returns: Returns 0 to indicate success. Otherwise an kerberos et error code is returned, see krb5_get_error_message(). KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_pac_verify (krb5_context context, const krb5_pac pac, time_t authtime, krb5_const_principal principal, const krb5_keyblock * server, const krb5_keyblock * privsvr) Verify the PAC. Parameters: context Kerberos 5 context. pac the pac structure returned by krb5_pac_parse(). authtime The time of the ticket the PAC belongs to. principal the principal to verify. server The service key, most always be given. privsvr The KDC key, may be given. Returns: Returns 0 to indicate success. Otherwise an kerberos et error code is returned, see krb5_get_error_message(). Version 1.5.2 11 Jan 2012 Heimdal Kerberos 5 PAC handling functions(3)
Man Page

4 More Discussions You Might Find Interesting

1. Programming

X Windows Libraries Required

Hi, I tried to compile a code referencing XWindows Programming Functions, i found out that i have no XWindows Header files present. But XWindows is running on my System.Is the XWindows Development package different from the XWindows running on my system? if so, can you instruct me how to... (0 Replies)
Discussion started by: prabhu.pravin
0 Replies

2. Programming

Javascript PAC file and variables

Guys i'm new to javascript but have pulled together a PAC file based on requirements. Problem is i'm not sure how javascript handles variables. I'm proficient with shell script, and a bit of perl. I can't find any examples on the net of what i'm trying to do. I want to return proxies which... (1 Reply)
Discussion started by: lavascript
1 Replies

3. Red Hat

WPAD Issue

Hi I am using wpad ( PAC file),to access internet with out changing settings every time either when I am at office/home. I use myIpAddress() function to find my active network, and decide the route based on that. It doesn't seem to work all the time. I also tried to debug pac file using... (0 Replies)
Discussion started by: cutechaps
0 Replies

4. IP Networking

Help with PAC file

Hello All , I need hello all , i need help in creating a pac file (to use in IE ). I browsed and wrote something , which is not meeting my conditions 1. in office i have to use one proxy , say PROXY1:7070 to access internet and to use client network need to add in exclusion list (advanced... (2 Replies)
Discussion started by: radha254
2 Replies