1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
https://gitlab.com/samba-team/samba is the Official GitLab mirror of https://git.samba.org/samba.git -- Merge requests should be made on GitLab (not on GitHub)
Go to file
Andrew Bartlett a5e7c17c34 r12892: Add a 'Migrate from Windows' page to our installation section in SWAT.
Doing this required reworking ejsnet, particularly so it could take a
set of credentials, not just a username and password argument.

This required fixing the ejsnet.js test script, which now adds and
deletes a user, and is run from 'make test'.  This should prevent it
being broken again.

Deleting a user from ejsnet required that the matching backend be
added to libnet, hooking fortunetly onto already existing code for the
actual deletion.

The js credentials interface now handles the 'set machine account' flag.

New functions have been added to provision.js to wrap the basic
operations (so we can write a command line version, as well as the web
based version).

Andrew Bartlett
2007-10-10 13:50:59 -05:00
packaging/debian r12568: Fix rename (noted by Steinar Gunderson) 2007-10-10 13:48:51 -05:00
source r12892: Add a 'Migrate from Windows' page to our installation section in SWAT. 2007-10-10 13:50:59 -05:00
swat r12892: Add a 'Migrate from Windows' page to our installation section in SWAT. 2007-10-10 13:50:59 -05:00
testdata/samba3 r9899: Be more conservative about what is sent to the remote server in ldb_map. 2007-10-10 13:36:21 -05:00
testprogs r12892: Add a 'Migrate from Windows' page to our installation section in SWAT. 2007-10-10 13:50:59 -05:00
10kcommit.txt r10000: Congratulations to me for getting the 10,000th commit. 2007-10-10 13:36:28 -05:00
COPYING r1662: add a copy of the GPL text to the samba4 svn tree 2007-10-10 12:57:47 -05:00
howto.txt r10216: Chris Samuel pointed out that we should note the need to run provision 2007-10-10 13:38:09 -05:00
NEWS r12869: I have removed this hack. We now just do the lookups (netbios for now). 2007-10-10 13:50:56 -05:00
prog_guide.txt r6226: A couple of small typos ... 2007-10-10 13:11:28 -05:00
README r12659: Add some more information for potential users. Please supplement / amend 2007-10-10 13:49:35 -05:00
STATUS r12659: Add some more information for potential users. Please supplement / amend 2007-10-10 13:49:35 -05:00
swat2.txt r1273: An initial doc about what I'd like to see in the swat for samba4. Please 2007-10-10 12:56:48 -05:00
TODO r12706: Add list of parameters that need work 2007-10-10 13:49:43 -05:00

Samba 4 is the ambitious next version of the Samba suite that is being 
developed in parallel to the stable 3.0 series. The main emphasis in 
this branch is full support for being a Active Directory domain controller.

Samba 4 is currently not yet in a state where it is usable in production 
environments. The STATUS file aims to document what should and should not 
work.

Those familiar with Samba 3 can find a list of user-visible changes 
since that release series in the NEWS file. A short guide to setting up 
Samba 4 can be found in the howto.txt file in this directory.

Bugs can be filed at https://bugzilla.samba.org/. Please
look at the STATUS file before filing a bug to see if a particular 
is supposed to work yet.

Development and general discussion about Samba 4 happens mainly on 
the #samba-technical IRC channel (on irc.freenode.net) and 
the samba-technical mailing list (see http://lists.samba.org/ for 
details).