Python CSC Electronic Office
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include <krb5.h>
|
|
|
|
extern krb5_context context;
|
|
|
|
void ceo_krb5_init();
|
|
void ceo_krb5_cleanup();
|
|
|
|
void ceo_krb5_auth(char *, char *);
|
|
void ceo_krb5_deauth();
|
|
|
|
int ceo_read_password(char *, unsigned int, int);
|
|
|