Fix bug 8314] - smbd crash with unknown user.
commit1bb400c280cb984930c62b901348ed73140369d2
authorJeremy Allison <jra@samba.org>
Fri, 22 Jul 2011 23:42:51 +0000 (22 16:42 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 26 Jul 2011 19:55:28 +0000 (26 21:55 +0200)
treecaa118cac68b7e6bee58b078bb21da8f5c8a00f3
parent21d43b8594f9ea1eb204f2716bdd34581bb01ccf
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.
(cherry picked from commit e173f04a822944e96171866d9fbf43301cd611a4)
source3/auth/auth_server.c