diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2014-01-22 15:40:19 +1300 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2014-04-15 10:13:12 +0200 |
| commit | cec833063e4fa5911ae1cf0c53d38f1d6735ee02 (patch) | |
| tree | fcaa84f6af4c16d447af5bddaac6b4fc379be3a3 /source3/include/includes.h | |
| parent | 3fa67e634696ac5b01a3de34892f4c0f978ff9e3 (diff) | |
| download | samba-cec833063e4fa5911ae1cf0c53d38f1d6735ee02.tar.gz samba-cec833063e4fa5911ae1cf0c53d38f1d6735ee02.tar.xz samba-cec833063e4fa5911ae1cf0c53d38f1d6735ee02.zip | |
auth: Remove plaintext OSF1 password support
The WAF build does not have the code to detect getprpwnam on which
this is based, and so this is dead code.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/include/includes.h')
| -rw-r--r-- | source3/include/includes.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index d18496ac6e..de44fd2d99 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -419,9 +419,6 @@ typedef char fstring[FSTRING_LEN]; #define SIGRTMIN NSIG #endif -#if defined(HAVE_PUTPRPWNAM) && defined(AUTH_CLEARTEXT_SEG_CHARS) -#define OSF1_ENH_SEC 1 -#endif #if defined(HAVE_CRYPT16) && defined(HAVE_GETAUTHUID) #define ULTRIX_AUTH 1 |
