Try and fix the buildfarm by using getpwnam(root) instead
authorJeremy Allison <jra@samba.org>
Sat, 22 Aug 2009 04:08:02 +0000 (21:08 -0700)
committerJeremy Allison <jra@samba.org>
Sat, 22 Aug 2009 04:08:02 +0000 (21:08 -0700)
commit47c7063dc62dc06d0cdd50e1946c088f8bf1ee1d
treec29a251ebc5751caa64967df720c97d72e33f11b
parent497234c1cbded9855b817114a6517c58daa25805
Try and fix the buildfarm by using getpwnam(root) instead
of getpwuid(0) if DEVELOPER is defined. I'm hoping the
build farm defines DEVELOPER...
Jeremy.
source3/auth/token_util.c