From 3582b295f628cdb3181cf60583b340f87477ae71 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 17 Aug 2004 21:16:59 +0000 Subject: Couple of typo fixes (This used to be commit 1e49c292c8444ebbbede1dbc6625d097c8cfc2eb) --- docs/Samba-Guide/Chap09-AddingUNIXClients.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'docs/Samba-Guide/Chap09-AddingUNIXClients.xml') diff --git a/docs/Samba-Guide/Chap09-AddingUNIXClients.xml b/docs/Samba-Guide/Chap09-AddingUNIXClients.xml index 2efdde6539..dee2d9507e 100644 --- a/docs/Samba-Guide/Chap09-AddingUNIXClients.xml +++ b/docs/Samba-Guide/Chap09-AddingUNIXClients.xml @@ -656,12 +656,23 @@ ou: idmap The system is ready to join the Domain. Execute the following: -net rpc join -U root%not24et +&rootprompt; net rpc join -U root%not24et Joined domain MEGANET2. This indicates that the Domain join succeeded. + + wbinfo + Just joining the Domain is not quite enough, you must now provide a privilidged set + of credentials through which winbindd can interact with the ADS + Domain servers. Execute the following to implant the necessary credentials: + +&rootprompt; wbinfo --set-auth-user=Administrator%not24get + +- The configuration is now ready to obtain ADS Domain user and group information. + + You may now start Samba in the usual manner and your Samba Domain Member server is ready for use. Just add shares as required. -- cgit