Machines are people too!
authorAndrew Bartlett <abartlet@samba.org>
Wed, 7 Jan 2004 23:46:47 +0000 (23:46 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 7 Jan 2004 23:46:47 +0000 (23:46 +0000)
commit6a9bbd1da3bb961d24e74348fa0b68574022855f
treebc4c22310de7dcc9d8c2e665c290c8972b0886db
parentfac9e6d7125fb9edfade3c92a3cd9e1f2c60cefd
Machines are people too!

While machine accounts cannot use an NTLM login (NT4 style), they are
otherwise full and valid members of the domain, and expect to be able to
use kerberos to connect to CIFS servers.

This means that the LocalSystem account, used by various services, can
perform things like backups, without the admin needing to enter further
passwords.

This particular issue (bug 722) has started to come up a lot on the lists.

I have only enabled it for winbindd-based systems, as the macros use use
to call the 'add user script' will strip the $ from the username for
security reasons.

Andrew Bartlett
source/nsswitch/winbindd_ads.c
source/nsswitch/winbindd_group.c
source/nsswitch/winbindd_user.c
source/nsswitch/winbindd_util.c
source/param/loadparm.c