]> git.ipfire.org Git - thirdparty/samba.git/commit
Fix bug 8314] - smbd crash with unknown user.
authorJeremy Allison <jra@samba.org>
Fri, 22 Jul 2011 23:42:51 +0000 (16:42 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 26 Jul 2011 19:22:49 +0000 (21:22 +0200)
commite173f04a822944e96171866d9fbf43301cd611a4
treee0cc96d8254a14b6d79ecd8dcf90fef7fa3b5a9b
parent589bc35590aebfdd20fe786c08005bb43ef47d94
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.
source3/auth/auth_server.c