diff options
author | Derrell Lipman <derrell@samba.org> | 2006-09-23 19:16:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:20:16 -0500 |
commit | a8edfd75a6f641afb942d6564670743df8d439d2 (patch) | |
tree | 91f0c792c9d23fc9d2deef9c824f67a34d4a47b3 | |
parent | 4d1a4e8e7ce047f70113d9fa52f7961c0fee6557 (diff) | |
download | samba-a8edfd75a6f641afb942d6564670743df8d439d2.tar.gz samba-a8edfd75a6f641afb942d6564670743df8d439d2.tar.bz2 samba-a8edfd75a6f641afb942d6564670743df8d439d2.zip |
r18849: a bit of help for the new user, to figure out how to do initial setup
(This used to be commit 72f350ec2cc36865c790df314deb09ac3049c580)
-rw-r--r-- | howto.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -73,6 +73,10 @@ Must be run as a user with permission to write to the install directory. # cd source # ./setup/provision --realm=YOUR.REALM --domain=YOURDOM --adminpass=SOMEPASSWORD +REMINDER: Add the "bin" directory of the path you installed to + (e.g. /usr/local/samba/bin) to your path, or the provision command + will not work. + 'YOURDOM' is the NT4 style domain name. 'YOUR.REALM' is your kerberos realm, which is typically your DNS domain name. |