summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/upgrade.py
AgeCommit message (Expand)AuthorFilesLines
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-3/+3
2012-09-16s4-python: Formatting fixes, break lines.Jelmer Vernooij1-6/+11
2012-09-03s4-classicupgrade: Show more clearly what is wrong with the Adminstrator SIDAndrew Bartlett1-0/+1
2012-08-28s3-classicupgrade: Fix import from ldapAndrew Bartlett1-2/+2
2012-08-28s4-classicupgrade: Do the setting of the sysvol ACLs last, after idmap is con...Andrew Bartlett1-2/+6
2012-08-28s4-classicupgrade: Read WINS DB before the provisionAndrew Bartlett1-6/+7
2012-08-28s4-classicupgrade: Do all the queries of data before the provision()Andrew Bartlett1-35/+35
2012-08-28s4-classicupgrade: Use s3param.get_context() instead of result.lpAndrew Bartlett1-1/+1
2012-08-22s4-classicupgrade: Add --use-ntvfs optionAndrew Bartlett1-2/+4
2012-08-14s4-classicupgrade: Tests if sam policies exist before trying to import them.Wesley Young1-21/+28
2012-07-22s4-classicupgrade: Add unix attributes during upgradeGeza Gemes1-1/+108
2012-07-06s4-classicupgrade: Demote any other 'BDC' accounts back to a member server du...Andrew Bartlett1-2/+12
2012-06-24s4-classicupgrade: Allow DNS backend to be specifiedAndrew Bartlett1-4/+2
2012-06-20s4-idmap: Add parameter 'idmap_ldb:use rfc2307' and correct implementation er...Andrew Bartlett1-1/+1
2012-06-16s4-s3upgrade: Assert that administrator has a SID of -500, and only skip root...Andrew Bartlett1-2/+9
2012-06-16s4-s3upgrade: improve idmap import to use posixAccount and posixGroup entriesAndrew Bartlett1-2/+32
2012-05-06s4-s3-upgrade: Max/min password age policy is in seconds, not daysAndrew Bartlett1-2/+2
2012-05-03s4-s3upgrade: Force ldapsam:trusted = yesAndrew Bartlett1-0/+3
2012-05-03s4-s3upgrade: Try harder to get group memberships on upgradeAndrew Bartlett1-5/+20
2012-04-24s4-s3upgrade: print the error message from passdb.error exceptionsAndrew Bartlett1-6/+6
2012-04-19s4-samba-tool: Fix samba-tool fsmo seizeAndrew Bartlett1-1/+1
2012-04-19s4-s3upgrade: Do not ever set a domain-wide maxPwdAge of 0Andrew Bartlett1-1/+1
2012-04-19s4-s3upgrade: Ignore (with warning) groups that are listed but we cannot list...Andrew Bartlett1-2/+14
2012-02-26provision: Leave result reporting up to caller.Jelmer Vernooij1-0/+1
2012-01-31s4-s3-upgrade: Check if there are duplicate sids for users and groupsAmitay Isaacs1-0/+4
2012-01-31s4-s3-upgrade: Use lowercase hostname as hostname for provisionAmitay Isaacs1-1/+1
2011-11-29s4-provision: Make BIND9_DLZ as the default backend for DNSAmitay Isaacs1-1/+1
2011-11-18s3-py-passdb: Fix handling of uninitialized gid valuesAmitay Isaacs1-1/+1
2011-11-18s4-s3-upgrade: Add --verbose option to print extra detailsAmitay Isaacs1-1/+1
2011-11-18s4-s3-upgrade: Fix idmap types ID_TYPE_UID/ID_TYPE_GID instead of UID/GIDAmitay Isaacs1-3/+3
2011-11-18s4-s3-upgrade: Fix the minimum and maximum password age calculationAmitay Isaacs1-4/+4
2011-11-18s4-s3-upgrade now look for -1 as the special 'not set' valueAndrew Bartlett1-1/+1
2011-11-17s4-provision permit server role to be the ROLE_ strings from s3Andrew Bartlett1-10/+3
2011-11-16s3-s4-upgrade: do not add description if it is empty string or noneAmitay Isaacs1-6/+12
2011-11-08s4-s3-upgrade Add my copyrightAndrew Bartlett1-0/+1
2011-10-19s4-s3-upgrade rename samba-tool domain samba3upgrade --libdir to --dbdir for ...Andrew Bartlett1-1/+1
2011-10-19s4-s3-upgrade fix format string for secrets.tdb exceptionAndrew Bartlett1-1/+1
2011-10-19s4-s3-upgrade Fix samba3upgrade code to cope with a missing wins.datAndrew Bartlett1-1/+10
2011-10-18s4-s3-upgrade: Give a better clue when we cannot open secrets.tdbAndrew Bartlett1-1/+4
2011-10-17s4 provision: DNS backend should be set by callerKai Blin1-1/+7
2011-10-12samba.upgrade: Use list comprehension.Jelmer Vernooij1-4/+4
2011-10-11s4-s3-upgrade: Allow import (just without a uid mapping) where getpwnam failsAndrew Bartlett1-1/+1
2011-10-08upgrade: Avoid catching all exceptions, just catch the ones we care about.Jelmer Vernooij1-11/+9
2011-09-13s4-python: Fix some formatting issues.Jelmer Vernooij1-24/+35
2011-09-12s4-s3-upgrade: Check for duplicate sids before provisioningAmitay Isaacs1-0/+10
2011-09-12s4-s3-upgrade: Check for common user/group names before provisioningAmitay Isaacs1-0/+10
2011-09-09s4-s3-upgrade Do not use python 2.6 style exceptionsAndrew Bartlett1-2/+2
2011-09-09s4-s3-upgrade do not convert min password length as a timeAndrew Bartlett1-1/+1
2011-09-07s4-s3-upgrade: convert password age policies to the negative NTTIME formatAndrew Bartlett1-8/+21
2011-09-07s4-s3-upgrade Handle expected errors, error out on unexpected onesAndrew Bartlett1-3/+5