diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-01-24 00:09:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:51:24 -0500 |
commit | 0108b1d4a9e8947a987c7a9113b1d46c5b36c790 (patch) | |
tree | 23e37c52553e1c984f4b83e707c2ee157b64e0c9 | |
parent | a9109089c3709f21bc9723336c5bbab22f3e527a (diff) | |
download | samba-0108b1d4a9e8947a987c7a9113b1d46c5b36c790.tar.gz samba-0108b1d4a9e8947a987c7a9113b1d46c5b36c790.tar.bz2 samba-0108b1d4a9e8947a987c7a9113b1d46c5b36c790.zip |
r13096: explain what YOURDOM and YOUR.REALM are (in case people confuse the
different meanings of the word domain)
(This used to be commit 0cf99b055b3df00aa2baa8a88b3d154bff5fc9aa)
-rw-r--r-- | howto.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -64,6 +64,9 @@ 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 +'YOURDOM' is the NT4 style domain name. 'YOUR.REALM' is your kerberos +realm, which is typically your DNS domain name. + Step 5: Create a simple smb.conf -------------------------------- |