From 2f86978f5329b4ec67bb673ed32ea7f4ea7b5a1b Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 27 Nov 2002 02:47:56 +0000 Subject: sync docs with SAMBA_3_0 and regenerate (This used to be commit 20e6d8c036a4c4ecfa2afb1dd29342c81ce00f8b) --- docs/docbook/manpages/pdbedit.8.sgml | 3 ++- docs/docbook/manpages/smb.conf.5.sgml | 19 +++++++++++++------ docs/docbook/manpages/testparm.1.sgml | 1 + 3 files changed, 16 insertions(+), 7 deletions(-) (limited to 'docs/docbook/manpages') diff --git a/docs/docbook/manpages/pdbedit.8.sgml b/docs/docbook/manpages/pdbedit.8.sgml index ed49b9f540..1484bfec9a 100644 --- a/docs/docbook/manpages/pdbedit.8.sgml +++ b/docs/docbook/manpages/pdbedit.8.sgml @@ -278,7 +278,7 @@ Display an account policy Valid policies are: minimum password age, reset count minutes, disconnect time, user must logon to change password, password history, lockout duration, min password length, - maximum password age and bad lockout attempt. + maximum password age and bad lockout attempt. Example: pdbedit -P "bad lockout attempt" @@ -293,6 +293,7 @@ Sets an account policy to a specified value. This option may only be used in conjunction with the -P option. + Example: pdbedit -P "bad lockout attempt" -V 3 diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index 6ed870ed3e..13fdb1c6cb 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -5377,10 +5377,11 @@ ldapsam_nua - The LDAP based passdb backend, with non unix account support. Takes an LDAP URL as an optional argument (defaults to ldap://localhost) - Note: In this module, any account - without a matching POSIX account is regarded - as 'non unix'. - See also + + Note: In this module, any account without a matching POSIX account is regarded + as 'non unix'. + + See also non unix account range @@ -5650,6 +5651,12 @@ doing a query for the name WORKGROUP<1C> and then contacting each server returned in the list of IP addresses from the name resolution source. + + If the list of servers contains both names and the '*' + character, the list is treated as a list of preferred + domain controllers, but an auto lookup of all remaining DC's + will be added to the list as well. Samba will not attempt to optimize + this list by locating the closest DC. If the security parameter is set to server, then there are different @@ -5677,7 +5684,7 @@ Default: password server = <empty string> - Example: password server = NT-PDC, NT-BDC1, NT-BDC2 + Example: password server = NT-PDC, NT-BDC1, NT-BDC2, * Example: password server = * @@ -6547,7 +6554,7 @@ This is a integer parameter, and mirrors as much as possible the functinality the RestrictAnonymous - registry key does on NT/Win2k. + registry key does on NT/Win2k. Default: restrict anonymous = 0 diff --git a/docs/docbook/manpages/testparm.1.sgml b/docs/docbook/manpages/testparm.1.sgml index 254ede7265..f34528a43d 100644 --- a/docs/docbook/manpages/testparm.1.sgml +++ b/docs/docbook/manpages/testparm.1.sgml @@ -92,6 +92,7 @@ Output data in specified encoding. + configfilename -- cgit