summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/provision.py
AgeCommit message (Expand)AuthorFilesLines
2010-02-17s4-provision: fix permissions on generated DNS zone fileAndrew Tridgell1-9/+11
2010-02-12s4-provision: import the R2 functional levelAndrew Tridgell1-1/+1
2010-02-11provision: Use short name for assignee of ACE (BA, SA, CO, ...)Matthieu Patou1-8/+6
2010-02-11provision: Fix an error with eadb when using not default install dir and runn...Matthieu Patou1-1/+5
2010-02-11s4-provision: cope with umask in creating private/dnsAndrew Tridgell1-0/+2
2010-02-11s4-provision: pre-create a named.conf.update fileAndrew Tridgell1-1/+5
2010-02-11s4-provision: move zone file to dns subdirectoryAndrew Tridgell1-12/+52
2010-02-11s4:provision Be more polite to long-suffering Samba testers.Andrew Bartlett1-2/+3
2010-02-10s4:provision Just 'do the right thing' with empty smb.conf filesAndrew Bartlett1-2/+10
2010-01-25s4-python: Fix formatting.Jelmer Vernooij1-23/+18
2010-01-21provision: introduce use-xattr parameter for defining where to store attributesMatthieu Patou1-25/+35
2010-01-21s4: Set acls correctly on all sysvol and scripts sharesMatthieu Patou1-26/+45
2010-01-21s4: regroup gpo modification in one function, set acl on files accordingly wi...Matthieu Patou1-19/+44
2010-01-13Fixed a problem with incorrect default SD owner/group.Nadezhda Ivanova1-1/+1
2010-01-08s4-provision: do a self join for all server typesAndrew Tridgell1-22/+17
2010-01-08s4-provision: re-open sam.ldb after creating the schemaAndrew Tridgell1-0/+9
2010-01-08s4-provision: don't hard wire the creation of the RID Set objectAndrew Tridgell1-2/+2
2010-01-08s4-provision: the DC object itself needs a fixed objectSIDAndrew Tridgell1-0/+1
2009-12-21s4-provision: added a note about where invocationIDs come fromAndrew Tridgell1-0/+2
2009-12-18s4:provision Give a more useful error message in guess_namesAndrew Bartlett1-3/+11
2009-12-01s4: load the domain level of the current provision and create a provision wit...Matthieu Patou1-1/+1
2009-11-28s4: fix SD update and password change in upgrade scriptMatthieu Patou1-4/+4
2009-11-27s4:provision.py - remove hardcoded SIDs and RIDsMatthias Dieter Wallnöfer1-3/+3
2009-11-27s4:provision.py - cosmeticMatthias Dieter Wallnöfer1-8/+7
2009-11-27s4:provision - Fix up the provision of "standalone" and "member" modeMatthias Dieter Wallnöfer1-9/+11
2009-11-27s4:provision.py - cosmetic output correctionMatthias Dieter Wallnöfer1-1/+1
2009-11-27s4:provision Make setting the domain SID in the self join optionalAndrew Bartlett1-3/+4
2009-11-24s4: Fix missing TLS dir when targetdir is not the default oneMatthieu Patou1-0/+2
2009-11-24s4:provision Move exceptions into a new fileAndrew Bartlett1-9/+1
2009-11-23s4:dsdb Move module configuration from each ldb into samba_dsdb.cAndrew Bartlett1-75/+4
2009-11-23s4:provision Simplify the module listAndrew Bartlett1-19/+25
2009-11-17s4:provision Split up reference creation, load schema earlier in the stackAndrew Bartlett1-6/+8
2009-11-16s4:provision - Removed dependency on full Samba 3 schema from FDSEndi S. Dewata1-32/+8
2009-11-12s4:provision - Added LDBBackend and ExistingBackend.Endi S. Dewata1-8/+14
2009-11-12s4:provision - Added constructors for FDSBackend and OpenLDAPBackend.Endi S. Dewata1-18/+9
2009-11-12s4:provision - Added setup() method in LDAPBackend.Endi S. Dewata1-1/+1
2009-11-12s4:provision - Moved provision_xxx_backend() into backend-specific provision(...Endi S. Dewata1-1/+4
2009-11-12s4:provision - Added start() method in LDAPBackend.Endi S. Dewata1-0/+2
2009-11-12s4:provision - Added initial implementation of FDSBackend and OpenLDAPBackend.Endi S. Dewata1-8/+34
2009-11-12s4:provision Remove unused 'sambadn' parameterAndrew Bartlett1-9/+3
2009-11-05Version 1.0 of the directory service acls module.Nadezhda Ivanova1-1/+1
2009-11-04Added security descriptor for the domain NC to provisioning.Nadezhda Ivanova1-1/+60
2009-11-02s4:provision Remove LDB backend files in provisionAndrew Bartlett1-41/+5
2009-11-02s4:provision Split ProvisionBackend out of the main provision scriptAndrew Bartlett1-590/+4
2009-11-02s4:provision Inline 'ldap_backend_shutdown' for clarityAndrew Bartlett1-15/+15
2009-11-02s4:provision Move 'Schema' into it's own fileAndrew Bartlett1-120/+2
2009-11-02s4:provision Make 'linked_attributes' and 'dnsyntax_attributes' a property of...Andrew Bartlett1-17/+33
2009-11-02s4:provision Rework provision to always have a ProvisionBackendAndrew Bartlett1-165/+188
2009-11-02s4 - SID allocation using FDS DNA pluginEndi S. Dewata1-7/+32
2009-11-02s4:dsdb - Fixed attribute dereferencing for FDSEndi S. Dewata1-2/+2