Fix bug #6647 - get_root_nt_token: getpwnam("root") failed!
commit8c347ed1775acc124ff7887e2f14776529e40298
authorJeremy Allison <jra@samba.org>
Wed, 19 Aug 2009 23:55:26 +0000 (19 16:55 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 19 Aug 2009 23:55:26 +0000 (19 16:55 -0700)
tree9c8b4b13c1769d067be6a12abb1c85827247ea51
parent33d27797d3ae9ab3ff7e1aa940941cc450f5ad1d
Fix bug #6647 - get_root_nt_token: getpwnam("root") failed!
Not all systems may have a "root" user, but all must have a passwd
entry for a uid of zero.
Jeremy.
source3/auth/token_util.c