blob: 962b2ebf4cee9087d4bbd4201acd29dd3ca91b61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#define HAVE_LIMITS 1
#define HAVE_ENV 1
#define HAVE_ACCESS 1
#define HAVE_SHELLS 1
#define HAVE_LOGINUID 1
#define SUPPORT_UNIX_SESSION 1
#define SUPPORT_NOLOGIN_ACCOUNT 1
#define SUPPORT_NOLOGIN_AUTH 1
#if !MINIMAL
# define HAVE_MOTD 1
# define HAVE_MAIL 1
# define HAVE_LASTLOG 1
# define HAVE_FAILLOCK 1
#endif
#if WANT_SHA512
# define UNIX_EXTENDED_ENCRYPTION sha512 shadow
#else
# define UNIX_EXTENDED_ENCRYPTION md5 shadow
#endif
#define LIKEAUTH likeauth
#define DEBUG_NOLOGIN
|