source: trunk/third/kpasswd/krbports.h @ 11543

Revision 11543, 680 bytes checked in by ghudson, 26 years ago (diff)
CNS krbports include file, for building the CNS kpasswd.
Line 
1/* krbports.h -- fallback port numbers in case /etc/services isn't changed */
2/* used by: appl/bsd/rcp.c, rlogin.c, rsh.c, knetd.c
3            kadmin/kadm_ser_wrap.c, lib/kadm/kadm_cli_wrap.c
4            lib/krb/send_to_kdc.c
5            movemail/movemail.c, pfrom/popmail.c
6            server/kerberos.c, slave/kprop.c, kpropd.c
7*/
8
9#define KRB_SHELL_PORT 544
10#define UCB_SHELL_PORT 514
11
12#define KLOGIN_PORT 543
13#define EKLOGIN_PORT 2105
14#define UCB_LOGIN_PORT 513
15
16#define KADM_PORT 751
17#define KERBEROS_PORT 750
18#define KERBEROS_SEC_PORT 88
19#define KRB_PROP_PORT 754
20
21#define KPOP_PORT 1109
22#define POP3_PORT 110
23
24#define KNETD_PORT 2053
25
26/* already in rkinit_private.h */
27#define RKINIT_PORT 2108
Note: See TracBrowser for help on using the repository browser.