auth: Remove support for plaintext auth on systems that use getprpwnam()
authorAndrew Bartlett <abartlet@samba.org>
Wed, 22 Jan 2014 02:42:33 +0000 (15:42 +1300)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 15 Apr 2014 08:13:12 +0000 (10:13 +0200)
commite731655f09d7b4bb87cac33738a5f286d453610e
tree3fa617e84a8ec00166b6c2b6d4bd3a2a1eeec1a1
parentcec833063e4fa5911ae1cf0c53d38f1d6735ee02
auth: Remove support for plaintext auth on systems that use getprpwnam()

The WAF build does not have the code to detect getprpwnam, so this is
dead code.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/auth/pass_check.c
source4/auth/ntlm/auth_unix.c