summaryrefslogtreecommitdiffstats
path: root/lib/replace
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-01-22 15:40:19 +1300
committerAndreas Schneider <asn@cryptomilk.org>2014-04-15 10:13:12 +0200
commitcec833063e4fa5911ae1cf0c53d38f1d6735ee02 (patch)
treefcaa84f6af4c16d447af5bddaac6b4fc379be3a3 /lib/replace
parent3fa67e634696ac5b01a3de34892f4c0f978ff9e3 (diff)
downloadsamba-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 'lib/replace')
-rw-r--r--lib/replace/system/passwd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/replace/system/passwd.h b/lib/replace/system/passwd.h
index 8257e066ac0..e5c16a0429b 100644
--- a/lib/replace/system/passwd.h
+++ b/lib/replace/system/passwd.h
@@ -77,9 +77,6 @@
#define PASSWORD_LENGTH 8
#endif
-#if defined(HAVE_PUTPRPWNAM) && defined(AUTH_CLEARTEXT_SEG_CHARS)
-#define OSF1_ENH_SEC 1
-#endif
#ifndef ALLOW_CHANGE_PASSWORD
#if (defined(HAVE_TERMIOS_H) && defined(HAVE_DUP2) && defined(HAVE_SETSID))