Fix bug 8314] - smbd crash with unknown user.
commitc352832e2fadf1207cadef525bf21068f1d1ee1b
authorJeremy Allison <jra@samba.org>
Fri, 22 Jul 2011 23:40:54 +0000 (22 16:40 -0700)
committerKarolin Seeger <kseeger@samba.org>
Sat, 24 Mar 2012 16:26:24 +0000 (24 17:26 +0100)
tree97e9e4098b3d35c8092770a786384948508e9f32
parent4898de8a5e2f715c4672c75fa44408e756724627
Fix bug 8314] - smbd crash with unknown user.

All other auth modules code with being called with
auth_method->private_data being NULL, make the auth_server
module cope with this too.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Sat Jul 23 02:55:01 CEST 2011 on sn-devel-104
(cherry picked from commit 1832c9591099be941ef3afe7b0381c4af61f4728)
source3/auth/auth_server.c