From 5eb14b2994b4508156c0760cc4adf4db70eee9cc Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 12 Oct 2009 14:28:53 +0200 Subject: s3-docs: remove xml artefact from net.8.xml. Guenther --- docs-xml/manpages-3/net.8.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs-xml/manpages-3') diff --git a/docs-xml/manpages-3/net.8.xml b/docs-xml/manpages-3/net.8.xml index 82fd7a57af..af037e0090 100644 --- a/docs-xml/manpages-3/net.8.xml +++ b/docs-xml/manpages-3/net.8.xml @@ -835,7 +835,7 @@ Force shutting down all applications. Timeout before system will be shut down. An interactive user of the system can use this time to cancel the shutdown. -'> + -C message -- cgit From faad888e1a3bfd339df92d8d749e95034f64c80a Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Mon, 12 Oct 2009 22:37:34 +0200 Subject: ѕ3: fix domain trust documentation confusion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix some trusted/trusting mixups, make documentation more precise and man page more verbose. --- docs-xml/manpages-3/net.8.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'docs-xml/manpages-3') diff --git a/docs-xml/manpages-3/net.8.xml b/docs-xml/manpages-3/net.8.xml index af037e0090..8ab33d58b0 100644 --- a/docs-xml/manpages-3/net.8.xml +++ b/docs-xml/manpages-3/net.8.xml @@ -748,6 +748,9 @@ such as domain name, domain sid and number of users and groups. Add a interdomain trust account for DOMAIN. This is in fact a Samba account named DOMAIN$ with the account flag 'I' (interdomain trust account). +This is required for incoming trusts to work. It makes Samba be a +trusted domain of the foreign (trusting) domain. +Users of the Samba domain will be made available in the foreign domain. If the command is used against localhost it has the same effect as smbpasswd -a -i DOMAIN. Please note that both commands expect a appropriate UNIX account. @@ -769,8 +772,13 @@ it has the same effect as smbpasswd -x DOMAIN$. RPC TRUSTDOM ESTABLISH <replaceable>DOMAIN</replaceable> -Establish a trust relationship to a trusting domain. +Establish a trust relationship to a trusted domain. Interdomain account must already be created on the remote PDC. +This is required for outgoing trusts to work. It makes Samba be a +trusting domain of a foreign (trusted) domain. +Users of the foreign domain will be made available in our domain. +You'll need winbind and a working idmap config to make them +appear in your system. @@ -784,7 +792,7 @@ Interdomain account must already be created on the remote PDC. RPC TRUSTDOM LIST -List all current interdomain trust relationships. +List all interdomain trust relationships. -- cgit From f394b5bc683d55be066f8565f99d157d9848e169 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 13 Oct 2009 12:24:57 +0200 Subject: docs: document wbinfo -t --domain DOMAIN behavior. Guenther --- docs-xml/manpages-3/wbinfo.1.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs-xml/manpages-3') diff --git a/docs-xml/manpages-3/wbinfo.1.xml b/docs-xml/manpages-3/wbinfo.1.xml index 7803d1064f..8f83f5e1c0 100644 --- a/docs-xml/manpages-3/wbinfo.1.xml +++ b/docs-xml/manpages-3/wbinfo.1.xml @@ -283,7 +283,9 @@ -t|--check-secret Verify that the workstation trust account created when the Samba server is added to the Windows NT - domain is working. + domain is working. May be used in conjunction with + in order to verify interdomain + trust accounts. -- cgit From 0c37c23869fe8000609c91be3d44ba269ff38f3b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 6 Oct 2009 18:20:23 +0200 Subject: docs: document wbinfo -c. Guenther --- docs-xml/manpages-3/wbinfo.1.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs-xml/manpages-3') diff --git a/docs-xml/manpages-3/wbinfo.1.xml b/docs-xml/manpages-3/wbinfo.1.xml index 8f83f5e1c0..d6628e7da9 100644 --- a/docs-xml/manpages-3/wbinfo.1.xml +++ b/docs-xml/manpages-3/wbinfo.1.xml @@ -23,6 +23,7 @@ --all-domains --allocate-gid --allocate-uid + -c -D domain --domain domain -g @@ -110,6 +111,14 @@ + + -c|--change-secret + Change the trust account password. May be used + in conjunction with in order to change + interdomain trust account passwords. + + + --domain name This parameter sets the domain on which any specified -- cgit From 6a9e88e08bfa4463ce5bdc57183f6518b524c98c Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 15 Oct 2009 12:27:24 +0200 Subject: s3/docs: Add missing meta data to man ldbrename. Avoid warnings. Karolin --- docs-xml/manpages-3/ldbrename.1.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs-xml/manpages-3') diff --git a/docs-xml/manpages-3/ldbrename.1.xml b/docs-xml/manpages-3/ldbrename.1.xml index 391ec84ccc..6a134f4268 100644 --- a/docs-xml/manpages-3/ldbrename.1.xml +++ b/docs-xml/manpages-3/ldbrename.1.xml @@ -5,6 +5,9 @@ ldbrename 1 + Samba + User Commands + 3.6 -- cgit