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)
commitce52f1c2ed4d3ddafe8ae6258c90b90fa434fe43
tree09d5935a892c9697d74140e706288d911d2ba4b5
parentb5ec7efa80478187124c1cfa8c7fcc4036506a37
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
13 files changed:
source/Makefile.in
source/client/client.c
source/client/smbmount.c
source/include/ads.h
source/libads/krb5_setpw.c
source/libads/ldap.c
source/libads/sasl.c
source/libads/util.c
source/libsmb/cliconnect.c
source/libsmb/clikrb5.c
source/torture/locktest.c
source/torture/torture.c
source/utils/net_ads.c