Add these files, used with TDB.
[mpls-ppp.git] / pppd / plugins / radius / radiusclient / include / messages.h
blobd20ce291c35d776cee4dfaaa7d0177aac3f2bb89
1 /*
2 * $Id: messages.h,v 1.2 2002/02/27 15:51:19 dfs Exp $
4 * Copyright (C) 1995,1996 Lars Fenneberg
6 * Copyright 1992 Livingston Enterprises, Inc.
8 * Copyright 1992,1993, 1994,1995 The Regents of the University of Michigan
9 * and Merit Network, Inc. All Rights Reserved
11 * See the file COPYRIGHT for the respective terms and conditions.
12 * If the file is missing contact me at lf@elemental.net
13 * and I'll send you a copy.
18 * Only messages that the user gets under normal use are in here.
19 * Error messages and such are still in the source code.
22 #ifndef MESSAGES_H
23 #define MESSAGES_H
25 /* radlogin.c */
27 #define SC_LOGIN "login: "
28 #define SC_PASSWORD "Password: "
30 #define SC_TIMEOUT "\r\nlogin timed out after %d seconds. Bye.\r\n"
31 #define SC_EXCEEDED "Maximum login tries exceeded. Go away!\r\n"
33 #define SC_RADIUS_OK "RADIUS: Authentication OK\r\n"
34 #define SC_RADIUS_FAILED "RADIUS: Authentication failure\r\n"
36 #define SC_LOCAL_OK "local: Authentication OK\r\n"
37 #define SC_LOCAL_FAILED "local: Authentication failure\r\n"
38 #define SC_NOLOGIN "\r\nSystem closed for maintenance. Try again later...\r\n"
40 #define SC_SERVER_REPLY "RADIUS: %s"
42 #define SC_DEFAULT_ISSUE "(\\I)\r\n\r\n\\S \\R (\\N) (port \\L)\r\n\r\n"
44 /* radacct.c */
46 #define SC_ACCT_OK "RADIUS accounting OK\r\n"
47 #define SC_ACCT_FAILED "RADIUS accounting failed (RC=%i)\r\n"
49 /* radstatus.c */
51 #define SC_STATUS_FAILED "RADIUS: Status failure\r\n"
53 #endif /* MESSAGES_H */