summaryrefslogtreecommitdiff
path: root/source4/setup/provision_group_policy.ldif
Commit message (Collapse)AuthorAgeFilesLines
* s4 provision: start with gpo of version 0 and be consistent between ↵Matthieu Patou2010-09-261-2/+2
| | | | different policies
* 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:provision - Some reworkMatthias Dieter Wallnöfer2009-09-171-1/+1
| | | | | | | | | | - Add/change "wellKnownObjects" attributes - Order entries in "provision_basedn_modify.ldif" - Add/change "delete entries" object under BASEDN and CONFIGDN - Fix default version number of "Default domain policy" group policy - Add "domain updates" objects for interoperability with MS AD maintaining tools - Show version number in the "oEMInformation" attribute (suggested by ekacnet) - Smaller fixups
* s4:group policies - the default group policy objects are all system-criticalMatthias Dieter Wallnöfer2009-09-121-0/+6
|
* s4:group policies - add the domain controller group policyMatthias Dieter Wallnöfer2009-09-111-1/+26
| | | | | | | | | This patches fixes the last difference between s4 and Windows Server regarding group policy objects: we hadn't the domain controller policy. - Adds the domain controller policy as it is found in the "original" AD - Adds also the right version number in the GPT.INI file for the domain group policy (was missing)
* [SAMBA 4 directory] Refactoring and clean up of directory structureMatthias Dieter Wallnöfer2009-07-201-11/+0
| | | | | | | | - Adds more system objects which make sense to have them in SAMBA 4 also to have them when we add more and more services related to the directory (volume support, DFS, replication service, COM...) - Make sure that "isCriticalSystemObject" and "showInAdvancedViewOnly" attributes are set correctly on each object
* [SAMBA 4 directory] Corrects the "systemFlags" attributesMatthias Dieter Wallnöfer2009-07-011-1/+5
| | | | Set the values like Windows Server 2003 R2.
* Enable software rollout through ADMatthias Dieter Wallnöfer2009-04-151-0/+10
| | | | | | This enables the sofware rollout feature in Samba4 Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* r24694: Remove objectCategory entries from the setup templates. These can beAndrew Bartlett2007-10-101-3/+0
| | | | | | | | autogenerated by the objectclass module when the the entries are added. Andrew Bartlett (This used to be commit 79e13349f00d009fc5dd0cdddade379df906ebc8)
* r23859: Work to have Group Policy work 'out of the box' in Samba4.Andrew Bartlett2007-10-101-0/+28
This involves creating the SYSVOL and NETLOGON shares at provision time, and creating the right subdirectories. This also changes the behaviour of lp.get("foo") in ejs - we now return undefined, rather than syntax error, if the parameter doesn't exist (perhaps because the share isn't defined). Andrew Bartlett (This used to be commit 45cadf3bc0d38f6600666511a392e1ce353adee7)