diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-08-17 21:16:59 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:00 -0500 |
commit | 3582b295f628cdb3181cf60583b340f87477ae71 (patch) | |
tree | db527f803fec13ecf7b9b3f7c0e3612fd98e6a28 /docs/Samba-Guide/Chap09-AddingUNIXClients.xml | |
parent | aed1af463588316d456cebd7a00da6b51f95e775 (diff) | |
download | samba-3582b295f628cdb3181cf60583b340f87477ae71.tar.gz samba-3582b295f628cdb3181cf60583b340f87477ae71.tar.bz2 samba-3582b295f628cdb3181cf60583b340f87477ae71.zip |
Couple of typo fixes
(This used to be commit 1e49c292c8444ebbbede1dbc6625d097c8cfc2eb)
Diffstat (limited to 'docs/Samba-Guide/Chap09-AddingUNIXClients.xml')
-rw-r--r-- | docs/Samba-Guide/Chap09-AddingUNIXClients.xml | 13 |
1 files changed, 12 insertions, 1 deletions
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,13 +656,24 @@ ou: idmap </indexterm> The system is ready to join the Domain. Execute the following: <screen> -net rpc join -U root%not24et +&rootprompt; net rpc join -U root%not24et Joined domain MEGANET2. </screen> This indicates that the Domain join succeeded. </para></step> <step><para> + <indexterm><primary>wbinfo</primary></indexterm> + Just joining the Domain is not quite enough, you must now provide a privilidged set + of credentials through which <command>winbindd</command> can interact with the ADS + Domain servers. Execute the following to implant the necessary credentials: +<screen> +&rootprompt; wbinfo --set-auth-user=Administrator%not24get +</screen> +- The configuration is now ready to obtain ADS Domain user and group information. + </para></step> + + <step><para> You may now start Samba in the usual manner and your Samba Domain Member server is ready for use. Just add shares as required. </para></step> |