Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-27 | Install spn_update_list to setup/ dir | Marcel Ritter | 1 | -0/+1 | |
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> | |||||
2010-04-27 | s4-dsdb: added samba_spnupdate | Andrew Tridgell | 1 | -0/+27 | |
this script adds all our required servicePrincipalName entries at runtime. The admin can add more entries to spn_update_list as needed | |||||
2010-04-27 | s4-dns: explain what the file is for | Andrew Tridgell | 1 | -0/+2 | |
2010-04-27 | s4-dns: fixed dc.dc duplication in DNS update list | Andrew Tridgell | 1 | -2/+2 | |
2010-04-22 | s4:provision Remove moduleload for 'hdb' (wrong name). | Andrew Bartlett | 1 | -1/+0 | |
The backends are not normally modules anyway | |||||
2010-04-22 | s4:provision Make OpenLDAP backend more robust | Andrew Bartlett | 1 | -1/+11 | |
With the extra moduleload lines (which succeed if it's already staticly linked), we now work with OpenLDAP overlays as modules. Andrew Bartlett | |||||
2010-04-22 | s4:provison Pass nosync in for the OpenLDAP cn=config too | Andrew Bartlett | 1 | -0/+1 | |
2010-04-22 | s4:OpenLDAP-backend Use the new rdnval module in OpenLDAP | Andrew Bartlett | 2 | -2/+7 | |
This is rather than rdn_name, which tries to do the job on the client side. We need to leave this module in the stack for Fedora DS (and of course the LDB backend). Andrew Bartlett | |||||
2010-04-22 | s4:provision Use more reasonable values for DB_CONFIG | Andrew Bartlett | 1 | -5/+13 | |
With the OpenLDAP backend, the old DB_CONFIG caused OpenLDAP to abort on startup, and was very inefficient. This new one, kindly supplied by Matthew Backes <mbackes@symas.com> uses a more reasonable set of buffer sizes. Andrew Bartlett | |||||
2010-04-21 | s4-upgradeprovision: fixed --realm option duplicate in upgrade_from_s3 | Andrew Tridgell | 1 | -1/+0 | |
2010-04-21 | s4-provision: cope with --realm being in getopt.py | Andrew Tridgell | 1 | -1/+2 | |
we still need to allow for interactive querying of the realm Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-15 | s4 provision: Remove hard coded ACL for GPO objects | Matthieu Patou | 1 | -2/+0 | |
It is no longer needed to hard code ACL for GPO object as we have now code that calculate ACL from defaultSecurityDescriptor and inheritance correctly. In fact the resulting ACL returned by this hard coded value is a bit wrong as some ACE are duplicated. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-04-15 | s4:setup/wscript_build: install dns_update_list into ${SETUPDIR} | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-04-08 | s4-python: More cleanups. | Jelmer Vernooij | 1 | -1/+2 | |
2010-04-08 | s4-python: Simplify code, improve formatting. | Jelmer Vernooij | 1 | -8/+5 | |
2010-04-08 | build: allow the waf build to work with python 3.0 and 3.1 | Thomas Nagy | 1 | -1/+2 | |
Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | s4-waf: install the rest of our python files | Andrew Tridgell | 1 | -8/+0 | |
2010-04-06 | s4-waf: forgot these files | Andrew Tridgell | 1 | -0/+20 | |
2010-04-04 | s4-python: Move dsdb constants to a separate python module. | Jelmer Vernooij | 1 | -2/+5 | |
2010-03-25 | python: use '#!/usr/bin/env python' to cope with varying install locations | Andrew Tridgell | 2 | -2/+2 | |
this should be much more portable | |||||
2010-03-18 | Fixed --ol-mmr-url helpline | Oliver Liebel | 1 | -1/+1 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-03-18 | Fixed OL-MMR make test | Oliver Liebel | 1 | -1/+1 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-03-14 | Reintroduce "s4:provision Improve the handling of provision errors"" | Matthias Dieter Wallnöfer | 1 | -18/+23 | |
This mainly reverts commit f0bc02d74c16bc013e9fdab46ef271cf45873453. Jelmer pointed out a way how we can achieve the same error handling with an older syntax also on Python 2.4+. | |||||
2010-03-13 | Revert "s4:provision Improve the handling of provision errors" | Matthias Dieter Wallnöfer | 1 | -25/+18 | |
This reverts partially commit 027123199e13cc02ae4edadd8f0dd0f0660e1193. Andrew, this is not Python 2.4+ compatible | |||||
2010-03-11 | s4:provision - Updated FDS schema mapping. | Endi S. Dewata | 1 | -6/+4 | |
2010-03-11 | s4:provision Improve the handling of provision errors | Andrew Bartlett | 1 | -18/+25 | |
The backtraces were too confusing for our users, and didn't tell them what to do to fix the problem. By printing the string (rather than a backtrace), and including in the error what to do, and what file to remove, we give them a chance. Andrew Bartlett | |||||
2010-03-06 | s4:provision.reg - call us Windows 2008 from the current version point of view | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-03-02 | s4:provision - Moved default FDS SASL mappings deletion from post_setup() to ↵ | Endi S. Dewata | 1 | -0/+11 | |
init(). Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-03-02 | s4:provision - Use netbios name for FDS instance name. | Endi S. Dewata | 1 | -12/+12 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-02-26 | s4:provision.zone - fix port of "_ldap._tcp.gc._msdcs" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-02-26 | s4-provision: added dns_update_list | Andrew Tridgell | 1 | -0/+20 | |
This contains the list of DNS names we should have as a DC | |||||
2010-02-26 | s4-provision: fixed port number for gc ldap DNS SRV entry | Andrew Tridgell | 1 | -1/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-02-26 | Revert "s4:AD content - adequate some revision levels to match Windows ↵ | Andrew Tridgell | 2 | -5/+5 | |
Server 2008" This reverts commit 973ea198677c581064fad62cdac30baac7103ef8. This change breaks DRS dcpromo. | |||||
2010-02-21 | s4:AD content - Implement the new password settings container | Matthias Dieter Wallnöfer | 1 | -0/+5 | |
2010-02-21 | s4:AD content - adequate some revision levels to match Windows Server 2008 | Matthias Dieter Wallnöfer | 2 | -5/+5 | |
2010-02-21 | s4:AD content - Add the DFSR objects which exist on Windows Server >= 2008 | Matthias Dieter Wallnöfer | 2 | -4/+22 | |
Those replace the FRS ones. | |||||
2010-02-16 | s4-drs: enable the recyclebin optional feature | Eduardo Lima | 1 | -0/+12 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-02-12 | s4-provision: fixed --function-level option to provision | Andrew Tridgell | 1 | -0/+1 | |
we need the DS_DOMAIN_* levels imported | |||||
2010-02-11 | s4-provision: pre-create a named.conf.update file | Andrew Tridgell | 2 | -35/+8 | |
The named.conf.update file will be filled in at runtime by Samba to contain the list of bind9 grant rules for granting DNS dynamic update permissions on the domain. | |||||
2010-02-11 | s4-provision: move zone file to dns subdirectory | Andrew Tridgell | 1 | -2/+2 | |
This allows the permissions to be correctly set for bind to write to a journal file. It also sets the right group ownership and permissions on the files that bind needs to access. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-02-10 | s4:provision Just 'do the right thing' with empty smb.conf files | Andrew Bartlett | 1 | -0/+16 | |
For some reason, JHT keeps on creating an empty smb.conf file, expecting it to be the same as a non-existant one. It is easier to just realise what he meant. Andrew Bartlett | |||||
2010-01-25 | upgrade_from_s3: Remove unused imports. | Jelmer Vernooij | 1 | -2/+0 | |
2010-01-23 | s4-provision: Added msDS-NcType into samba4Top object class | Endi S. Dewata | 1 | -0/+1 | |
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | |||||
2010-01-23 | s4-provision: Disable populating FDS during instance creation. | Endi S. Dewata | 1 | -0/+1 | |
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | |||||
2010-01-21 | provision: use message and do not display warning if the user choosed ↵ | Matthieu Patou | 1 | -3/+4 | |
delibarately posix:eadb | |||||
2010-01-21 | provision: introduce use-xattr parameter for defining where to store attributes | Matthieu Patou | 4 | -6/+24 | |
This option allow simple user (non root) to invoke provision without facing an error while insuring that ACL on shared files will always be set | |||||
2010-01-21 | s4: Set acls correctly on all sysvol and scripts shares | Matthieu Patou | 1 | -2/+7 | |
2010-01-21 | s4: regroup gpo modification in one function, set acl on files accordingly ↵ | Matthieu Patou | 1 | -1/+2 | |
with ACL in LDAP | |||||
2010-01-16 | s4-provision: added w2k8r2 ldap capabilities | Andrew Tridgell | 1 | -0/+2 | |