From 39480f629867e435db00c89d62791ca8b4fe1b71 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 18 Aug 2008 16:18:34 -0700 Subject: Make the change to smbcontrol for "all" to mean broadcast, and "smbd" to mean the main smb daemon. Update docs to match. Jeremy. (This used to be commit e415420b086a236be6bcc1e7584bec276a74e457) --- docs-xml/manpages-3/smbcontrol.1.xml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'docs-xml/manpages-3') diff --git a/docs-xml/manpages-3/smbcontrol.1.xml b/docs-xml/manpages-3/smbcontrol.1.xml index d7c7751cbe..f8c31bb1b9 100644 --- a/docs-xml/manpages-3/smbcontrol.1.xml +++ b/docs-xml/manpages-3/smbcontrol.1.xml @@ -58,23 +58,32 @@ on STDIN. An empty command line or a "q" will quit the program. - + destination One of nmbd, smbd or a process ID. + The all destination causes the + message to "broadcast" to all running daemons including nmbd and + winbind. This is a change for Samba 3.3, prior to this the + paramter smbd used to do this. + The smbd destination causes the - message to "broadcast" to all smbd daemons. + message to be sent to the smbd daemon specified in the + smbd.pid file. The nmbd destination causes the message to be sent to the nmbd daemon specified in the nmbd.pid file. + The winbindd destination causes the + message to be sent to the winbind daemon specified in the + winbindd.pid file. + If a single process ID is given, the message is sent to only that process. - - + message-type Type of message to send. See -- cgit From 2f02c33982ffc296a05ed8119cd9a9832a2de203 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Fri, 22 Aug 2008 17:23:36 +0200 Subject: manpages: Add documentation for new 'net rpc vampire' subcommands. Karolin (This used to be commit 8d0a16d8034cd07037b3c7711867280d5fa5b2c8) --- docs-xml/manpages-3/net.8.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (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 cdf0fbbf60..31fe69d8d3 100644 --- a/docs-xml/manpages-3/net.8.xml +++ b/docs-xml/manpages-3/net.8.xml @@ -850,7 +850,20 @@ to run this against the PDC, from a Samba machine joined as a BDC. Export users, aliases and groups from remote server to local server. You need to run this against the PDC, from a Samba machine joined as a BDC. + + + +RPC VAMPIRE KEYTAB +Dump remote SAM database to local Kerberos keytab file. + + + + +RPC VAMPIRE LDIF + +Dump remote SAM database to local LDIF file or standard output. + -- cgit