diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-01-24 00:09:41 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2006-01-24 00:09:41 +0000 |
commit | f079a7eb08056cb5c469378221ed94bba7af11ad (patch) | |
tree | b91fc92b3f9ac41cdcd5c330b5b99af1838ae0c8 /howto.txt | |
parent | 22df05f54ecf1e5e648a267e943c7f4d17b9cabf (diff) | |
download | samba-f079a7eb08056cb5c469378221ed94bba7af11ad.tar.gz samba-f079a7eb08056cb5c469378221ed94bba7af11ad.tar.xz samba-f079a7eb08056cb5c469378221ed94bba7af11ad.zip |
r13096: explain what YOURDOM and YOUR.REALM are (in case people confuse the
different meanings of the word domain)
Diffstat (limited to 'howto.txt')
-rw-r--r-- | howto.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/howto.txt b/howto.txt index 76e31c26936..4c0797e4637 100644 --- a/howto.txt +++ b/howto.txt @@ -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 -------------------------------- |