s3: Remove smb_pam_accountcheck from the auth modules
authorVolker Lendecke <vl@samba.org>
Wed, 18 Aug 2010 16:16:24 +0000 (18:16 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 19 Aug 2010 09:54:36 +0000 (11:54 +0200)
commitba706d696b8fb14b8d449cd198d982eef18e4320
tree1763bbe11f5345a9998946e25f67b5998167b8b2
parent89899f55dc1fb137a0adfd734c87b65039f598a4
s3: Remove smb_pam_accountcheck from the auth modules

We go through the same check in auth/auth.c line 287 after the module has done
its job. So we don't have to do that check twice.
source3/auth/auth_domain.c
source3/auth/auth_server.c
source3/auth/auth_unix.c