blob: ee34768210e0ee633be4f14cc7b2661769dd7c1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#define HAVE_LIMITS 1
#define HAVE_ENV 1
#define HAVE_TALLY 1
#define HAVE_ACCESS 1
#define HAVE_SHELLS 1
#define HAVE_MOTD 1
#define HAVE_MAIL 1
#define SUPPORT_UNIX_SESSION 1
#define SUPPORT_NOLOGIN_ACCOUNT 1
#define SUPPORT_NOLOGIN_AUTH 1
#if WANT_SHA512
# define UNIX_EXTENDED_ENCRYPTION sha512 shadow
#else
# define UNIX_EXTENDED_ENCRYPTION md5 shadow
#endif
#define LIKEAUTH likeauth
#define DEBUG_NOLOGIN
|