summaryrefslogtreecommitdiffstats
path: root/source4/setup
Commit message (Collapse)AuthorAgeFilesLines
* unit tests: debug to ease locating pb, remove dir if exists to avoid errorMatthieu Patou2010-08-191-2/+8
|
* s4:DSDB - rename the "DSDB_CONTROL_PASSWORD_CHANGE_OLD_PW_CHECKED_OID"Matthias Dieter Wallnöfer2010-08-171-1/+1
| | | | | Rename it to "DSDB_CONTROL_PASSWORD_CHANGE_OID". This control will afterwards contain a record with the specified old password as NT and/or LM hash.
* s4:blackbox/newuser: use test specific user namesStefan Metzmacher2010-07-311-10/+10
| | | | | | | | As this test doesn't delete the user accounts at the end, we should use test specific user names. That lowers the chance of conflicts with other tests. metze
* s4 dsdb: create a new control: changereplmetadataMatthieu Patou2010-07-151-0/+1
| | | | | | This control is designed to allow replmetadata to be specified Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:provision: remove --policy-guid and --policy-guid-dc cmdline optionsStefan Metzmacher2010-07-101-5/+0
| | | | metze
* s4 unittests: remove the provision directory before (re)generatingMatthieu Patou2010-07-103-0/+3
|
* s4 net: Add spn module to list/add/remove spn on objectsMatthieu Patou2010-07-101-0/+33
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4:dsdb: allocate DSDB_CONTROL_BYPASS_PASSWORD_HASH_OIDStefan Metzmacher2010-07-051-0/+1
| | | | | | When importing users from Samba3 we need to control all values. metze
* s4:setup/provision_basedn_modify.ldif - set "minPwdAge" to the right valueMatthias Dieter Wallnöfer2010-07-031-2/+1
| | | | Now we should have fixed all password related tests to cooperate with this value
* s4:provision: add entries for root dns serversStefan Metzmacher2010-06-261-0/+72
| | | | metze
* s4:provision: move Samba4 specific DNS stuff to its own fileStefan Metzmacher2010-06-263-20/+31
| | | | metze
* s4:provision: add --next-rid optionStefan Metzmacher2010-06-261-1/+3
| | | | | | | | Make it possible to provision a domain with a given next rid counter. This will be useful for upgrades, where we want to import users with already given SIDs. metze
* s4:provision: don't use hardcoded values for 'nextRid' and 'rIDAvailablePool'Stefan Metzmacher2010-06-264-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | On Windows dcpromo imports nextRid from the local SAM, which means it's not hardcoded to 1000. The initlal rIDAvailablePool starts at nextRid + 100. I also found that the RID Set of the local dc should be created via provision and not at runtime, when the first rid is needed. (Tested with dcpromo on w2k8r2, while disabling the DNS check box). After provision we should have this (assuming nextRid=1000): rIDAllocationPool: 1100-1599 rIDPrevAllocationPool: 1100-1599 rIDUsedPool: 0 rIDNextRID: 1100 rIDAvailablePool: 1600-1073741823 Because provision sets rIDNextRid=1100, the first created account (typically DNS related accounts) will get 1101 as rid! metze
* Revert "s4:provision.ldif - fix the number of available RIDs"Matthias Dieter Wallnöfer2010-06-241-1/+1
| | | | | | This reverts commit 41cdcd54b7b7e3fb70fdb220e74a1daf30e1891a. As per request of metze revert this (cause written on the mailing list).
* s4:provision.ldif - fix the number of available RIDsMatthias Dieter Wallnöfer2010-06-241-1/+1
| | | | There should be 4611686014132422209 and not 4611686014132422109.
* s4:provision.ldif - this Win2003 revision level seems always to be "9" on ↵Matthias Dieter Wallnöfer2010-06-241-1/+1
| | | | Windows Server 2008 machines
* s4:provision_users.ldif - change a group description to be correctMatthias Dieter Wallnöfer2010-06-241-1/+1
|
* s4:setup/provision.reg - raise version to Windows Server 2008 R2Matthias Dieter Wallnöfer2010-06-241-1/+1
|
* selftest: Use scripted testparm.Jelmer Vernooij2010-06-201-1/+2
|
* make test modules for net group set of commands and modification to the ↵Lukasz Zalewski2010-06-202-1/+82
| | | | | | newuser to include additional parameters Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* ldb: add a new control bypassioperationnalMatthieu Patou2010-06-201-0/+1
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4:provision Add import for DS_DOMAIN_FUNCTION_2000Andrew Bartlett2010-06-161-0/+1
|
* s4:provision Allow functional level 2000 to be chosenAndrew Bartlett2010-06-161-1/+3
|
* s4:dsdb Add control for signaling between repl_meta_data and linked_attributesAndrew Bartlett2010-06-161-0/+1
| | | | | | | | This control will allow the linked_attributes module to know if repl_meta_data has already handled the creation of forward and back links. Andrew Bartlett
* s4:provision: Make gc._msdcs DNS entries A/AAAA recordsAndrew Kroeger2010-06-141-1/+2
| | | | | | | | | | When adding an additional DC as a GC server, the new DC attempts to register its own gc._msdcs records. If the existing gc._msdcs record is a CNAME, BIND fails the update with the message "attempt to add non-CNAME alongside CNAME ignored", and the new DC is not registered as a GC server. The A & AAAA record types for gc._msdcs have been verified against the DNS server of a W2K8 DC.
* s4:fix allocated control OIDs for "password_hash" LDB moduleMatthias Dieter Wallnöfer2010-06-131-3/+5
| | | | | The password hash module controls overlapped others. Sorry, but the "schema_samba4.ldif" hasn't been kept up-to-date.
* Friendlier message.Jelmer Vernooij2010-06-131-2/+2
|
* upgradeprovision: Use logging infrastructure.Jelmer Vernooij2010-06-131-7/+11
|
* s4-python: Start using standard python logging infrastructure ratherJelmer Vernooij2010-06-131-8/+11
| | | | than simple messaging callbacks.
* s4:provision - fix typo in substitution variableMatthias Dieter Wallnöfer2010-06-061-1/+1
|
* 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