From 72ba2fa37580ffdfdb107ad639277b1710f84b9a Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Fri, 18 Sep 2009 20:40:57 +0200 Subject: s4:scripts - Cleans also the rest under the "setup" directory up - I removed also the "-H" parameter since those scripts are all thought for the use on a local s4 domain controller. Another reason is also the bind as SYSTEM account which itself is only possible on local binds. --- source4/setup/setpassword | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/setup/setpassword') diff --git a/source4/setup/setpassword b/source4/setup/setpassword index 5fbba03c2b..d8a2a1144a 100755 --- a/source4/setup/setpassword +++ b/source4/setup/setpassword @@ -22,6 +22,7 @@ import sys +# Find right directory when running from source tree sys.path.insert(0, "bin/python") import samba.getopt as options -- cgit