summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/provision.py
AgeCommit message (Expand)AuthorFilesLines
2008-05-24Add docstrings to a couple more python modules.Jelmer Vernooij1-2/+2
2008-05-23Fix indentation, add docstring in provisioning script.Jelmer Vernooij1-14/+15
2008-05-23Some more PEP improvements.Jelmer Vernooij1-17/+18
2008-05-23Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-wsgiJelmer Vernooij1-87/+176
2008-05-23Use restructuredText formatting for docstrings.Jelmer Vernooij1-0/+2
2008-05-21provision: Generate krb5.conf template separate from named.conf template.Andrew Kroeger1-22/+52
2008-05-18provision: Create instructions for enabling DNS GSS-TSIG updates.Andrew Kroeger1-7/+25
2008-05-11make sure to always use string version of uuid rather than object.Jelmer Vernooij1-2/+3
2008-05-11Use consistent function names with the standard Python uuid module that is av...Jelmer Vernooij1-2/+2
2008-04-15Re-add 'db' subdirectory for LDAP backend provisionAndrew Bartlett1-3/+3
2008-04-15Fix provision-backend scriptAndrew Bartlett1-3/+4
2008-04-11Don't reopen the sam.ldb againAndrew Bartlett1-2/+0
2008-04-11Far less cryptic traceback when you have an existing smb.confAndrew Bartlett1-6/+21
2008-04-11Fix merge errors on C provision interface after jelmer's good work.Andrew Bartlett1-1/+1
2008-04-10Add infrastructure for returning ProvisionResult in C provision code.Jelmer Vernooij1-1/+1
2008-04-09Fix up provision to specify SERVERDN in more places.Andrew Bartlett1-0/+5
2008-04-09Don't fill in the secrets DB unless we make the entries.Andrew Bartlett1-7/+8
2008-04-09Add docstring, PEP8.Jelmer Vernooij1-5/+15
2008-04-08Re-add support for the --ldap-backend-port option to provision-backendAndrew Bartlett1-13/+29
2008-04-06More PEP8 compliancy.Jelmer Vernooij1-9/+16
2008-04-05Simplify some code, fix style.Jelmer Vernooij1-102/+99
2008-04-05Improve PEP8 (Python code style) compliancy a bit.Jelmer Vernooij1-6/+14
2008-04-04Clean up provision and rootdse module to hard-code less stuff.Andrew Bartlett1-21/+21
2008-04-03provision: Remove backup group mappingKai Blin1-10/+3
2008-04-02provision: Set up id mappings in the idmap db, only map Administrator.Kai Blin1-51/+47
2008-04-02Fix merge of my host GUID removal and the IPv6 addition to provisionAndrew Bartlett1-10/+26
2008-04-01provision: Add support for IPv6 (bz #4593).Andrew Kroeger1-9/+25
2008-04-02Remove references to setting the host GUID, as the repl_meta_dataAndrew Bartlett1-12/+5
2008-03-29Rework 'compleated' message in provision to be more useful.Andrew Bartlett1-7/+9
2008-03-28Don't specify what should be a default option in the generated smb.confAndrew Bartlett1-2/+2
2008-03-27provision: Initialize uninitialized variables if "targetdir" is notKai Blin1-1/+4
2008-03-15Rework memberof handling in slapd.conf (used for OpenLDAP backend)Andrew Bartlett1-22/+19
2008-03-13Rework to have member server 'domains' be CN=NETBIOSNAMEAndrew Bartlett1-0/+6
2008-03-13Update the provision scripts and selftest for LDAPAndrew Bartlett1-5/+7
2008-03-13Upgrade provision-backend to python.Andrew Bartlett1-210/+411
2008-03-11Fix provision script to work without smb.conf location specified.Andrew Bartlett1-2/+3
2008-03-07Try to fix up part of the upgrade test.Andrew Bartlett1-1/+12
2008-03-07Rework provision scripts for more testingAndrew Bartlett1-13/+16
2008-03-07Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett1-76/+138
2008-03-07Start to rework provision for LDAP backendsAndrew Bartlett1-1/+10
2008-03-06Make Samba4 pass the NET-API-BECOMEDC test against Win2k3 (again).Andrew Bartlett1-76/+138
2008-03-03Fix failure to re-provision.Andrew Bartlett1-7/+12
2008-03-03Fix member server provisionDouglas VanLeuven1-1/+1
2008-02-28Reorder modules to have rdn_name before objectclass.Andrew Bartlett1-1/+1
2008-02-21idmap: Handle uid->SID mappingKai Blin1-0/+24
2008-02-16Formatting fixes.Jelmer Vernooij1-2/+3
2008-02-15Use struct for provision parameters since there are so many of them.Jelmer Vernooij1-18/+22
2008-02-13Initial work on a test for samba.tests.samdbJelmer Vernooij1-1/+2
2008-02-09Fix syntax of docstrings, set project name when generating Python API documen...Jelmer Vernooij1-4/+2
2008-02-09Fix provision python test.Jelmer Vernooij1-15/+9