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