From 0108b1d4a9e8947a987c7a9113b1d46c5b36c790 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 24 Jan 2006 00:09:41 +0000 Subject: 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) --- howto.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/howto.txt b/howto.txt index 76e31c2693..4c0797e463 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 -------------------------------- -- cgit