diff options
author | Kai Blin <kai@samba.org> | 2008-02-26 06:17:04 +0100 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2008-02-26 06:17:04 +0100 |
commit | 1e5ced379361fbdc0ccc48ad012f388f2e737ca7 (patch) | |
tree | d46801d7205ba1274cd2c855a4fd177ee4ea07a2 | |
parent | 0a8b1fd092c9a64c04f6f05d41b3d7ecec7ccc6f (diff) | |
download | samba-1e5ced379361fbdc0ccc48ad012f388f2e737ca7.tar.gz samba-1e5ced379361fbdc0ccc48ad012f388f2e737ca7.tar.bz2 samba-1e5ced379361fbdc0ccc48ad012f388f2e737ca7.zip |
howto: We need bin/smbpython to run python provisioning
(This used to be commit bb1107118951aa37c69b053f5cae624706966f1e)
-rw-r--r-- | howto.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ Must be run as a user with permission to write to the install directory. :: # cd source - # ./setup/provision --realm=YOUR.REALM --domain=YOURDOM \ + # bin/smbpython ./setup/provision --realm=YOUR.REALM --domain=YOURDOM \ # --adminpass=SOMEPASSWORD --server-role='domain controller' REMINDER: Add the "bin" directory of the path you installed to |