Fix bug 8314] - smbd crash with unknown user.
authorJeremy Allison <jra@samba.org>
Fri, 22 Jul 2011 23:40:54 +0000 (16:40 -0700)
committerKarolin Seeger <kseeger@samba.org>
Sat, 30 Jun 2012 12:00:51 +0000 (14:00 +0200)
commitbbaf9ec54dc80c742a6327d0b037af297a62ef8e
treed2ef5b6dc968b308384477f3c24f0bd0d6dd9dfc
parent5c0531e2b84f6f401746493e0f4c36ab4eb03079
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)
(cherry picked from commit c352832e2fadf1207cadef525bf21068f1d1ee1b)
source3/auth/auth_server.c