summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/provision.py
AgeCommit message (Expand)AuthorFilesLines
2010-06-20Use standard Python syntax, booleans and set()'s where appropriate.Jelmer Vernooij1-1/+1
2010-06-20Some more formatting fixes, move schema related functions from Ldb to Schema.Jelmer Vernooij1-1/+1
2010-06-20Formatting cleanups; use True/False for booleans, unnecessary backslashes, sp...Jelmer Vernooij1-17/+24
2010-06-20s4: Add comments about setup_secretsMatthieu Patou1-0/+2
2010-06-20s4 provision: Add information about provisioned usn range in sam.ldbMatthieu Patou1-0/+96
2010-06-19s4:provision: don't use hardcoded 'Default-First-Site-Name'Stefan Metzmacher1-2/+2
2010-06-19s4-python: Use sys.prefix rather than guessing prefix from currentJelmer Vernooij1-7/+6
2010-06-16s4:provision.py - we do now support the "Windows 2000 Native" domain function...Matthias Dieter Wallnöfer1-3/+0
2010-06-15Attempt to fix SamDB test infrastructure (not used in Samba anywhere, only in...Jelmer Vernooij1-3/+3
2010-06-14s4:provision: Make gc._msdcs DNS entries A/AAAA recordsAndrew Kroeger1-0/+6
2010-06-13s4-provision: Use logger in provision backends.Jelmer Vernooij1-22/+21
2010-06-13s4-python: Start using standard python logging infrastructure ratherJelmer Vernooij1-71/+69
2010-06-11s4-python: Fix formatting.Jelmer Vernooij1-2/+7
2010-06-06s4:provision - fix typo in substitution variableMatthias Dieter Wallnöfer1-1/+1
2010-05-17s4-rodc: Set am_rodc flag during provisionAnatoliy Atanasov1-8/+10
2010-05-13s4:domain functional level - it is also specified in the domain object under ...Matthias Dieter Wallnöfer1-1/+2
2010-05-11Revert "s4-rodc: Fix provision warnings by creating ntds objectGUID in provis...Anatoliy Atanasov1-5/+1
2010-05-10s4-rodc: Fix provision warnings by creating ntds objectGUID in provisionAnatoliy Atanasov1-1/+5
2010-04-29Revert "s4/dsdb: Set schemaInfo attribute value during provisioning"Kamen Mazdrashki1-2/+0
2010-04-27s4-provision: setup spn_update_list in provisionAndrew Tridgell1-1/+5
2010-04-20s4:provision Pass in the invoication ID and NTDS Settings DN to Schema()Andrew Bartlett1-5/+5
2010-04-12Fixed a problem with provision missing the default_dir/etc directory.Nadezhda Ivanova1-2/+2
2010-04-09s4/dsdb: Set schemaInfo attribute value during provisioningKamen Mazdrashki1-0/+2
2010-04-08s4-python: More cleanups.Jelmer Vernooij1-4/+4
2010-04-08s4-python: Fix formatting, import of FLG_NOSYNC.Jelmer Vernooij1-1/+1
2010-04-08s4-python: Simplify code, improve formatting.Jelmer Vernooij1-34/+55
2010-04-07s4-provision: Proper handling of exceptions, use SamDB class but skip global ...Jelmer Vernooij1-10/+17
2010-04-07s4-python: Move samdb_ntds_objectGUID to pydsdb.Jelmer Vernooij1-5/+6
2010-04-07s4:provision - add a comment which explains why "paths.dns_keytab" is stored ...Matthias Dieter Wallnöfer1-0/+3
2010-04-06s4-python: Move set_session_info to PySambaLdb.Jelmer Vernooij1-4/+4
2010-04-04s4-python: Avoid importing glue directly.Jelmer Vernooij1-9/+10
2010-04-04s4-python: Move dsdb constants to a separate python module.Jelmer Vernooij1-1/+1
2010-03-28upgradeprovision: Fix formatting, syntax error.Jelmer Vernooij1-48/+49
2010-03-28provision: make gpo related function more reusable for upgradeprovisionMatthieu Patou1-26/+30
2010-03-28provision: Remove unnecessary whitespace.Jelmer Vernooij1-6/+1
2010-03-24s4-provision: FreeBSD uses 'staff' for usersAndrew Tridgell1-1/+1
2010-03-24s4-provision: solaris uses the group "other"Andrew Tridgell1-1/+1
2010-03-12s4:provision.py - small output improvementMatthias Dieter Wallnöfer1-1/+1
2010-03-11s4:provision Improve the handling of provision errorsAndrew Bartlett1-10/+12
2010-03-11s4:samba_dnsupdate Add a 'file based' mode to samba_dnsupdateAndrew Bartlett1-1/+1
2010-03-04s4:provision - use the new "interface_ips" python call to detect the right ho...Matthias Dieter Wallnöfer1-8/+8
2010-03-02s4:provision - Moved backend-specific variables into backend class.Endi S. Dewata1-30/+3
2010-03-01More formatting fixes, pointed out by pylint.Jelmer Vernooij1-3/+3
2010-03-01General cleanups of python code, hinted by pyflakes.Jelmer Vernooij1-4/+1
2010-02-26s4:provision: use generate_random_password()Stefan Metzmacher1-5/+5
2010-02-26s4-provision: fixed use of rndc command from pythonAndrew Tridgell1-1/+1
2010-02-26s4-provision: also create the dns_update_list when running net vampireAndrew Tridgell1-0/+10
2010-02-26s4-provision: setup the dns_update_list at provision timeAndrew Tridgell1-0/+5
2010-02-21s4:provision.py - try to use other addresses than "127.0.0.x" and "::1"Matthias Dieter Wallnöfer1-2/+10
2010-02-17s4-provision: freeze the DNS zone before creating the zone fileAndrew Tridgell1-2/+10