summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/samdb.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-25 01:02:13 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-01-25 01:02:13 +0100
commit37f35d2a03409e0d52232d4c4f956ec8637d4884 (patch)
treeb7e55eeb80312e4d5caabfaf9f507ab3acf65af6 /source4/scripting/python/samba/samdb.py
parent8afcbdcfe71fad0f6a22314de16ac047148d42b8 (diff)
downloadsamba-37f35d2a03409e0d52232d4c4f956ec8637d4884.tar.gz
samba-37f35d2a03409e0d52232d4c4f956ec8637d4884.tar.xz
samba-37f35d2a03409e0d52232d4c4f956ec8637d4884.zip
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 688adcbb635af87fcfedb869b7f1857a947fd2f9)
Diffstat (limited to 'source4/scripting/python/samba/samdb.py')
-rw-r--r--source4/scripting/python/samba/samdb.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/scripting/python/samba/samdb.py b/source4/scripting/python/samba/samdb.py
index e92a4bbb90..b757330ecb 100644
--- a/source4/scripting/python/samba/samdb.py
+++ b/source4/scripting/python/samba/samdb.py
@@ -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) \ No newline at end of file
+ misc.dsdb_set_ntds_invocation_id(self, invocation_id)