1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-05 04:59:08 +03:00

python/provision: Reconcile code partitions-only provisioning and generic provisioning, some other minor refactoring of the provisioning.

Pair-programmed by Andrew and me using obby :-)
(This used to be commit 688adcbb63)
This commit is contained in:
Jelmer Vernooij
2008-01-25 01:02:13 +01:00
parent 8afcbdcfe7
commit 37f35d2a03
6 changed files with 314 additions and 251 deletions

View File

@ -1,10 +1,10 @@
#!/usr/bin/python
# Unix SMB/CIFS implementation.
# Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2007
# Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2007-2008
#
# Based on the original in EJS:
# Copyright (C) Andrew Tridgell 2005
# Copyright (C) Andrew Tridgell <tridge@samba.org> 2005
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -151,4 +151,4 @@ member: %s
:param invocation_id: GUID of the invocation id.
"""
misc.samdb_set_ntds_invocation_id(self, invocation_id)
misc.dsdb_set_ntds_invocation_id(self, invocation_id)