summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/provision.py
Commit message (Expand)AuthorAgeFilesLines
* More formatting fixes, pointed out by pylint.Jelmer Vernooij2010-03-011-3/+3
* General cleanups of python code, hinted by pyflakes.Jelmer Vernooij2010-03-011-4/+1
* s4:provision: use generate_random_password()Stefan Metzmacher2010-02-261-5/+5
* s4-provision: fixed use of rndc command from pythonAndrew Tridgell2010-02-261-1/+1
* s4-provision: also create the dns_update_list when running net vampireAndrew Tridgell2010-02-261-0/+10
* s4-provision: setup the dns_update_list at provision timeAndrew Tridgell2010-02-261-0/+5
* s4:provision.py - try to use other addresses than "127.0.0.x" and "::1"Matthias Dieter Wallnöfer2010-02-211-2/+10
* s4-provision: freeze the DNS zone before creating the zone fileAndrew Tridgell2010-02-171-2/+10
* 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