Refactored the code that adds Domain Users to BUILTIN\Users to use the new helper...
authorTim Prouty <tim.prouty@isilon.com>
Thu, 24 Jul 2008 03:33:15 +0000 (20:33 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 30 Jul 2008 21:06:00 +0000 (14:06 -0700)
commit8d75d40b9f6d22bae7430211f8a1fe99051b756c
tree1016124afbcebad3897f42a1e00e5c89a4d74ece
parent668ef314559df40f1b8aa0991539adcd8d35ffe3
Refactored the code that adds Domain Users to BUILTIN\Users to use the new helper functions.

- Modified create_builtin_users to take in the domain sid to reduce the number
of times it needs to be looked up.
- Changed create_builtin_users to call the new helper functions.
- Changed create_local_nt_token to call the new version of create_builtin_users
and handle the new error that can be returned.
source/auth/token_util.c