On Wed, 2004-02-18 at 23:42, Beast wrote: > I think that machine trust account did not access any resources, > is there any way to avoid using posix account for machine trust? > or at least using only one shared posix id?
Machine trust accounts are users, in exactly the same way all other accounts are. They can own files, and in the future, we need to seteuid() to them. In particular, they must have independent sids, which means they must have independent UIDs. You cannot do a normal NTLM login as a machine trust account, but you can use Kerberos, in an Active Directory environment. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http://hawkerc.net
signature.asc
Description: This is a digitally signed message part
-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
