Idra, your privileges patch allowed login only with tdbsam. The problem is
authorVolker Lendecke <vlendec@samba.org>
Tue, 2 Mar 2004 14:19:44 +0000 (14:19 +0000)
committerVolker Lendecke <vlendec@samba.org>
Tue, 2 Mar 2004 14:19:44 +0000 (14:19 +0000)
commit4faa480a4a5662b73012680d3f3f2284fdc7af60
tree4a8c333772ef619f65c2293c0e1ed39968498780
parent41951ea78bb24a8aa9e24f36ccb27b639ec37dd5
Idra, your privileges patch allowed login only with tdbsam. The problem is
that pdb_default_get_privilege_set returns NOT_IMPLEMENTED and not a privilege
set that does not grant anything. I don't really understand privileges yet, so
work around that by not failing if pdb_get_privilege_set fails.

Volker
(This used to be commit b790753f443092a65eeef7b146a18d4c5ffcb323)
source3/auth/auth_util.c