Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enable
authorAndrew Bartlett <abartlet@samba.org>
Sat, 15 Feb 2003 00:29:21 +0000 (00:29 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 15 Feb 2003 00:29:21 +0000 (00:29 +0000)
commite4202a9fe70785a0a5b47c90df696a880294d310
tree452600615827b27c95820d184ee495e476f57618
parent3b2693f1ae3b1e06d3015843d2933177fcb97a87
Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enable
users w/o full administrative access on computer accounts to join a
computer into AD domain.

The patch and detailed changelog is available at:
http://www.itcollege.ee/~aandreim/samba

This is a list of changes in general:

1. When creating machine account do not fail if SD cannot be changed.
   setting SD is not mandatory and join will work perfectly without it.
2. Implement KPASSWD CHANGEPW protocol for changing trust password so
   machine account does not need to have reset password right for itself.
3. Command line utilities no longer interfere with user's existing
   kerberos ticket cache.
4. Command line utilities can do kerberos authentication even if
   username is specified (-U). Initial TGT will be requested in this case.

I've modified the patch to share the kinit code, rather than copying it,
and updated it to current CVS.  The other change included in the original patch
(local realms) has been left out for now.

Andrew Bartlett
(This used to be commit ce52f1c2ed4d3ddafe8ae6258c90b90fa434fe43)
13 files changed:
source3/Makefile.in
source3/client/client.c
source3/client/smbmount.c
source3/include/ads.h
source3/libads/krb5_setpw.c
source3/libads/ldap.c
source3/libads/sasl.c
source3/libads/util.c
source3/libsmb/cliconnect.c
source3/libsmb/clikrb5.c
source3/torture/locktest.c
source3/torture/torture.c
source3/utils/net_ads.c