diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-09-18 20:40:57 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-09-18 20:45:46 +0200 |
commit | 72ba2fa37580ffdfdb107ad639277b1710f84b9a (patch) | |
tree | 54b6301a989df78405a61ff6d1ad2b329ca32cd0 /source4/setup/setpassword | |
parent | a4b5c792c55ef90648a528d279beec32f86a9b22 (diff) | |
download | samba-72ba2fa37580ffdfdb107ad639277b1710f84b9a.tar.gz samba-72ba2fa37580ffdfdb107ad639277b1710f84b9a.tar.bz2 samba-72ba2fa37580ffdfdb107ad639277b1710f84b9a.zip |
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.
Diffstat (limited to 'source4/setup/setpassword')
-rwxr-xr-x | source4/setup/setpassword | 1 |
1 files changed, 1 insertions, 0 deletions
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 |