|
|
1.1 ! root 1: /* ! 2: * $Source: /mit/kerberos/src/include/RCS/passwd_server.h,v $ ! 3: * $Author: steiner $ ! 4: * $Header: passwd_server.h,v 4.6 89/01/11 15:12:22 steiner Exp $ ! 5: * ! 6: * Copyright 1987, 1988 by the Massachusetts Institute of Technology. ! 7: * ! 8: * For copying and distribution information, please see the file ! 9: * <mit-copyright.h>. ! 10: * ! 11: * Include file for password server ! 12: */ ! 13: ! 14: #include <mit-copyright.h> ! 15: ! 16: #ifndef PASSWD_SERVER_DEFS ! 17: #define PASSWD_SERVER_DEFS ! 18: ! 19: #define PW_SRV_VERSION 2 /* version number */ ! 20: #define RETRY_LIMIT 1 ! 21: #define TIME_OUT 30 ! 22: #define USER_TIMEOUT 90 ! 23: #define MAX_KPW_LEN 40 /* hey, seems like a good number */ ! 24: ! 25: #define INSTALL_NEW_PW (1<<0) /* ! 26: * ver, cmd, name, password, old_pass, ! 27: * crypt_pass, uid ! 28: */ ! 29: ! 30: #define INSTALL_REPLY (1<<1) /* ver, cmd, name, password */ ! 31: ! 32: #endif /* PASSWD_SERVER_DEFS */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.