prof_solaris.h revision 5861
/*
*/
/*
* Solaris Kerberos
* This is a private header file, therefore the interfaces that this file
* declares are subject to change without prior notice.
*/
#ifndef _PROF_SOLARIS_H
#define _PROF_SOLARIS_H
#include <profile.h>
#define K5_PROFILE_VAL_SUCCESS 0
#define K5_PROFILE_VAL_DEF_REALM_CASE 1
#define K5_PROFILE_VAL_REALM_CASE 2
#define K5_PROFILE_VAL_NO_DEF_IN_REALM 3
#define K5_PROFILE_VAL_NO_DEF_REALM 4
#define K5_PROFILE_VAL_NULL_REALM 5
#define K5_PROFILE_VAL_NO_DOM_REALM_MAP 6
#define K5_PROFILE_VAL_KDC_NO_REALM 7
#define K5_PROFILE_VAL_ADMIN_NO_REALM 8
#define K5_PROFILE_VAL_DOM_REALM_CASE 9
#define K5_PROFILE_VAL_NO_REALM 10
typedef struct _profile_options {
char *name;
int *value;
int found;
typedef struct _profile_times {
char *name;
char **value;
int found;
char *realm);
char ***ret_value);
char **values);
char **ret_value);
char *value);
char **err_msg);
#endif /* _PROF_SOLARIS_H */