summaryrefslogtreecommitdiff
path: root/source4/setup/enableaccount
diff options
context:
space:
mode:
Diffstat (limited to 'source4/setup/enableaccount')
-rwxr-xr-x[-rw-r--r--]source4/setup/enableaccount4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/setup/enableaccount b/source4/setup/enableaccount
index 849b515675..ad81042998 100644..100755
--- a/source4/setup/enableaccount
+++ b/source4/setup/enableaccount
@@ -5,11 +5,13 @@
# Copyright Jelmer Vernooij 2008
# Released under the GNU GPL version 3 or later
#
+import os, sys
+
+sys.path.insert(0, os.path.join(os.path.dirname(sys.argv[0]), "../bin/python"))
import samba.getopt as options
import optparse
import pwd
-import sys
import ldb
from auth import system_session