From 35f4ebdc2116833964789300763a54ccf1fa9fef Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 16 Nov 2002 01:55:01 +0000 Subject: Update for 3.0 (This used to be commit ca3bfea8e79dc7bf04840b58c2fd79b1e1dc2c9f) --- docs/docbook/manpages/smbd.8.sgml | 33 ++++----------------------------- docs/docbook/manpages/smbsh.1.sgml | 2 +- 2 files changed, 5 insertions(+), 30 deletions(-) (limited to 'docs') diff --git a/docs/docbook/manpages/smbd.8.sgml b/docs/docbook/manpages/smbd.8.sgml index 509007c4bc..4ae8b3148b 100644 --- a/docs/docbook/manpages/smbd.8.sgml +++ b/docs/docbook/manpages/smbd.8.sgml @@ -16,13 +16,10 @@ smbd -D - -a -i - -o - -P -h -V - -b + -b -d <debug level> -l <log directory> -p <port number> @@ -89,13 +86,6 @@ - - -a - If this parameter is specified, each new - connection will append log messages to the log file. - This is the default. - - -i If this parameter is specified it causes the @@ -106,21 +96,6 @@ - - -o - If this parameter is specified, the - log files will be overwritten when opened. By default, - smbd will append entries to the log - files. - - - - -P - Passive option. Causes smbd not to - send any network traffic out. Used for debugging by - the developers only. - - -h Prints the help information (usage) @@ -128,7 +103,7 @@ - -v + -V Prints the version number for smbd. @@ -322,7 +297,7 @@ - Account Validation: All acccesses to a + Account Validation: All accesses to a samba server are checked against PAM to see if the account is vaild, not disabled and is permitted to login at this time. This also applies to encrypted logins. @@ -340,7 +315,7 @@ VERSION - This man page is correct for version 2.2 of + This man page is correct for version 3.0 of the Samba suite. diff --git a/docs/docbook/manpages/smbsh.1.sgml b/docs/docbook/manpages/smbsh.1.sgml index 82efb334ba..c40609be4f 100644 --- a/docs/docbook/manpages/smbsh.1.sgml +++ b/docs/docbook/manpages/smbsh.1.sgml @@ -188,7 +188,7 @@ VERSION - This man page is correct for version 2.2 of + This man page is correct for version 3.0 of the Samba suite. -- cgit From 7018b27864b431d30ebdd13266f675502cf38278 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 16 Nov 2002 02:17:23 +0000 Subject: Update for 3.0 (This used to be commit 6430bef92c416692e7b2a9c550d8cf17c26aaa81) --- docs/docbook/manpages/smbpasswd.8.sgml | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/docbook/manpages/smbpasswd.8.sgml b/docs/docbook/manpages/smbpasswd.8.sgml index c0b7ac3359..8e6d925ae0 100644 --- a/docs/docbook/manpages/smbpasswd.8.sgml +++ b/docs/docbook/manpages/smbpasswd.8.sgml @@ -28,6 +28,8 @@ -h -s -w pass + -i + -L username @@ -317,7 +319,22 @@ - + + + -i + This option tells smbpasswd that the account + being changed is an interdomain trust account. Currently this is used + when Samba is being used as an NT Primary Domain Controller. + The account contains the info about another trusted domain. + + This option is only available when running smbpasswd as root. + + + + + -L + Run in local mode. + username @@ -382,7 +399,3 @@ - - - - -- cgit From 45022968b3d20ac1580382b0f9bae2e114a4b337 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 16 Nov 2002 02:23:34 +0000 Subject: Update docs status document (This used to be commit ffe1626d879d95f8bef42e9bd331a17d524e620b) --- docs/docs-status | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs') diff --git a/docs/docs-status b/docs/docs-status index 7dc301e9ec..80541caea5 100644 --- a/docs/docs-status +++ b/docs/docs-status @@ -30,13 +30,9 @@ docs/textdocs/README.jis - Seems to need updating - possibly obsoleted by a newe docs/textdocs/RoutedNetworks.txt - still valid, but shouldn't this go into Other_clients.sgml ? This text originally comes from microsoft, what about copyright? These still need to be checked: -docs/docbook/manpages/smbd.8.sgml docs/docbook/manpages/smbmnt.8.sgml docs/docbook/manpages/smbmount.8.sgml -docs/docbook/manpages/smbpasswd.8.sgml -docs/docbook/manpages/smbsh.1.sgml docs/docbook/manpages/smbspool.8.sgml -docs/docbook/manpages/smbstatus.1.sgml docs/docbook/manpages/smbtar.1.sgml docs/docbook/manpages/smbumount.8.sgml docs/docbook/manpages/swat.8.sgml -- cgit From ab539de20f9db300a1476a85bf768548c7280b68 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sat, 16 Nov 2002 23:59:57 +0000 Subject: Added for the people who want to use Windows XP with plaintext passwords. From dcb. (This used to be commit 1ebc6d04e198267377e0293d9cf369010a3ea92e) --- docs/Registry/WinXP_PlainPassword.reg | Bin 0 -> 1026 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/Registry/WinXP_PlainPassword.reg (limited to 'docs') diff --git a/docs/Registry/WinXP_PlainPassword.reg b/docs/Registry/WinXP_PlainPassword.reg new file mode 100644 index 0000000000..243f72c60a Binary files /dev/null and b/docs/Registry/WinXP_PlainPassword.reg differ -- cgit