summaryrefslogtreecommitdiffstats
path: root/source4/setup
Commit message (Collapse)AuthorAgeFilesLines
* s4:setup/*.ldif - remove unneeded "cn" attributesMatthias Dieter Wallnöfer2010-05-242-2/+0
| | | | Should be generated automatically
* s4:domain functional level - it is also specified in the domain object under ↵Matthias Dieter Wallnöfer2010-05-131-0/+1
| | | | | | partitions Discovered by the "ldapcmp" tool
* s4:provision_configuration.ldif - add more extended rights objectsMatthias Dieter Wallnöfer2010-05-131-0/+60
|
* s4:provision_users.ldif - fix up and reorder the well-known security principalsMatthias Dieter Wallnöfer2010-05-131-5/+10
|
* s4:provision_configuration.ldif - add more Windows 2008 forest operationsMatthias Dieter Wallnöfer2010-05-131-0/+120
|
* s4:provision_configuration.ldif - the revision level of "Windows2003Update" ↵Matthias Dieter Wallnöfer2010-05-131-1/+1
| | | | | | should obviously be 10 Compared against my Windows Server 2008 and Zahari's output.
* s4:provision_configuration.ldif - "CN=94fdebc6-8eeb-4640-80de-ec52b9ca17fa" ↵Matthias Dieter Wallnöfer2010-05-131-0/+1
| | | | operation is of version 3
* s4:provision*.ldif - always set the "msDS-NcType" attribute correctlyMatthias Dieter Wallnöfer2010-05-132-1/+2
|
* s4:provision_configuration.ldif - set the right schedule on the default site ↵Matthias Dieter Wallnöfer2010-05-131-0/+1
| | | | in the NTDS site settings
* s4:provision_configuration.ldif - The "NTDS Quotas" object is system-criticalMatthias Dieter Wallnöfer2010-05-131-0/+1
|
* s4:provision_configuration.ldif - "sites" objectMatthias Dieter Wallnöfer2010-05-131-6/+2
| | | | | - The default site doesn't contain a licensing object - Adequate two other values (a "showInAdvancedViewOnly" and a "systemFlags" one)
* s4:provision.ldif - add IP security objects as they exist on Windows ServerMatthias Dieter Wallnöfer2010-05-131-0/+282
|
* s4:provision.ldif - add more Windows 2008 domain operationsMatthias Dieter Wallnöfer2010-05-131-0/+72
|
* s4:provision_users.ldif - On Windows Server >= 2008 security principal ↵Matthias Dieter Wallnöfer2010-05-131-6/+0
| | | | S-1-5-20 doesn't exist anymore
* s4:provision.ldif - "passwordSettingsContainer" add "showInAdvancedViewOnly"Matthias Dieter Wallnöfer2010-05-131-0/+1
|
* s4:provision.ldif - fix up "NTDS Quotas" "systemFlags"Matthias Dieter Wallnöfer2010-05-131-1/+1
|
* s4:provision_users.ldif - fix up Administrator's "userAccountControl"Matthias Dieter Wallnöfer2010-05-131-1/+1
|
* s4:provision_basedn_modify.ldif - fix up "maxPwdAge"Matthias Dieter Wallnöfer2010-05-131-2/+2
|
* s4:provision_users.ldif - Fix typos in user/group objectsMatthias Dieter Wallnöfer2010-05-131-13/+13
|
* s4:dsdb: add new controlsMatthias Dieter Wallnöfer2010-05-101-0/+3
| | | | | | | - Add a new control for getting status informations (domain informations, password change status) directly from the module - Add a new control for allowing direct hash changes - Introduce an addtional control "change_old password checked" for the password
* s4:setup: mark DSDB_CONTROL_DN_STORAGE_FORMAT_OID 1.3.6.1.4.1.7165.4.3.4 as ↵Stefan Metzmacher2010-05-101-2/+4
| | | | | | allocated metze
* s4:blackbox password tests - more complex passwordsStefan Metzmacher2010-05-102-5/+5
|
* s3:provision_basedn_modify.ldif - add "msDS-NcType" attribute and fix commentsMatthias Dieter Wallnöfer2010-05-101-1/+5
|
* Install spn_update_list to setup/ dirMarcel Ritter2010-04-271-0/+1
| | | | Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org>
* s4-dsdb: added samba_spnupdateAndrew Tridgell2010-04-271-0/+27
| | | | | this script adds all our required servicePrincipalName entries at runtime. The admin can add more entries to spn_update_list as needed
* s4-dns: explain what the file is forAndrew Tridgell2010-04-271-0/+2
|
* s4-dns: fixed dc.dc duplication in DNS update listAndrew Tridgell2010-04-271-2/+2
|
* s4:provision Remove moduleload for 'hdb' (wrong name).Andrew Bartlett2010-04-221-1/+0
| | | | The backends are not normally modules anyway
* s4:provision Make OpenLDAP backend more robustAndrew Bartlett2010-04-221-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
* s4:provison Pass nosync in for the OpenLDAP cn=config tooAndrew Bartlett2010-04-221-0/+1
|
* s4:OpenLDAP-backend Use the new rdnval module in OpenLDAPAndrew Bartlett2010-04-222-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
* s4:provision Use more reasonable values for DB_CONFIGAndrew Bartlett2010-04-221-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
* s4-upgradeprovision: fixed --realm option duplicate in upgrade_from_s3Andrew Tridgell2010-04-211-1/+0
|
* s4-provision: cope with --realm being in getopt.pyAndrew Tridgell2010-04-211-1/+2
| | | | | | we still need to allow for interactive querying of the realm Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4 provision: Remove hard coded ACL for GPO objectsMatthieu Patou2010-04-151-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>
* s4:setup/wscript_build: install dns_update_list into ${SETUPDIR}Stefan Metzmacher2010-04-151-1/+1
| | | | metze
* s4-python: More cleanups.Jelmer Vernooij2010-04-081-1/+2
|
* s4-python: Simplify code, improve formatting.Jelmer Vernooij2010-04-081-8/+5
|
* build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy2010-04-081-1/+2
| | | | | | Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-061-0/+2
| | | | them
* s4-waf: install the rest of our python filesAndrew Tridgell2010-04-061-8/+0
|
* s4-waf: forgot these filesAndrew Tridgell2010-04-061-0/+20
|
* s4-python: Move dsdb constants to a separate python module.Jelmer Vernooij2010-04-041-2/+5
|
* python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2010-03-252-2/+2
| | | | this should be much more portable
* Fixed --ol-mmr-url helplineOliver Liebel2010-03-181-1/+1
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* Fixed OL-MMR make testOliver Liebel2010-03-181-1/+1
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* Reintroduce "s4:provision Improve the handling of provision errors""Matthias Dieter Wallnöfer2010-03-141-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+.
* Revert "s4:provision Improve the handling of provision errors"Matthias Dieter Wallnöfer2010-03-131-25/+18
| | | | | | This reverts partially commit 027123199e13cc02ae4edadd8f0dd0f0660e1193. Andrew, this is not Python 2.4+ compatible
* s4:provision - Updated FDS schema mapping.Endi S. Dewata2010-03-111-6/+4
|
* s4:provision Improve the handling of provision errorsAndrew Bartlett2010-03-111-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