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)
a5e7c17c34
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 |
||
---|---|---|
packaging/debian | ||
source | ||
swat | ||
testdata/samba3 | ||
testprogs | ||
10kcommit.txt | ||
COPYING | ||
howto.txt | ||
NEWS | ||
prog_guide.txt | ||
README | ||
STATUS | ||
swat2.txt | ||
TODO |
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).