fa84c42025
kerberos databases to slave servers. NOTE: This method was abandoned by MIT long ago, this code is close to garbage, but it is slightly more secure than using rdist. There is no documentation available on how to use it, and it should -not- be built by default. Obtained from: MIT Project Athena
34 lines
934 B
C
34 lines
934 B
C
/*
|
|
* Copyright 1987 by the Massachusetts Institute of Technology.
|
|
*
|
|
* For copying and distribution information,
|
|
* please see the file <mit-copyright.h>.
|
|
*
|
|
* $Revision: 4.1 $
|
|
* $Date: 92/10/23 15:45:13 $
|
|
* $State: Exp $
|
|
* $Source: /afs/net.mit.edu/project/krb4/src/slave/RCS/kprop.h,v $
|
|
* $Author: tytso $
|
|
* $Locker: $
|
|
*
|
|
* $Log: kprop.h,v $
|
|
* Revision 4.1 92/10/23 15:45:13 tytso
|
|
* Change the location of KPROP_KDBUTIL to be /kerberos/bin/kdb_util.
|
|
*
|
|
* Revision 4.0 89/01/24 18:44:46 wesommer
|
|
* Original version; programmer: wesommer
|
|
* auditor: jon
|
|
*
|
|
*/
|
|
|
|
#define KPROP_SERVICE_NAME "rcmd"
|
|
#define KPROP_SRVTAB "/etc/kerberosIV/srvtab"
|
|
#define TGT_SERVICE_NAME "krbtgt"
|
|
#define KPROP_PROT_VERSION_LEN 8
|
|
#define KPROP_PROT_VERSION "kprop01"
|
|
#define KPROP_TRANSFER_PRIVATE 1
|
|
#define KPROP_TRANSFER_SAFE 2
|
|
#define KPROP_TRANSFER_CLEAR 3
|
|
#define KPROP_BUFSIZ 32768
|
|
#define KPROP_KDB_UTIL "/usr/sbin/kdb_util"
|