Changes reflecting new hdb library.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1391 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -10,22 +10,17 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <db.h>
|
|
||||||
#include <krb5.h>
|
#include <krb5.h>
|
||||||
|
#include <hdb_err.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
|
|
||||||
#include "kdc.h"
|
#include "kdc.h"
|
||||||
|
#include "hdb.h"
|
||||||
|
|
||||||
struct entry{
|
|
||||||
char *principal;
|
|
||||||
char *key;
|
|
||||||
char *kvno;
|
|
||||||
char *max_life;
|
|
||||||
char *max_renew;
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif /* __KDC_LOCL_H__ */
|
#endif /* __KDC_LOCL_H__ */
|
||||||
|
Reference in New Issue
Block a user