1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

2139 Commits

Author SHA1 Message Date
Karolin Seeger
b4a4e63524 Samba3-HOWTO: Fix usage of 'net idmap restore'.
This fixes bug #5883.

Karolin
2008-12-11 18:09:48 +01:00
Todd Stecher
9985898e94 s3: Add support for access based share enumeration 2008-12-08 22:23:16 -08:00
Karolin Seeger
c09e04ac83 docs: Add default value for "writeable" to man smb.conf.
Karolin
2008-12-02 20:50:02 +01:00
Karolin Seeger
6216e5cbd7 manpages: Document new wbinfo idmapping options.
--set-uid/gid-mapping
--remove-uid/gid-mapping

Karolin
(cherry picked from commit c9965d544f615fea1ba3609d7348407130ab1ec9)
2008-11-19 13:19:46 +01:00
Kai Blin
5e5ccab372 net: Fix net rap printq info documentation (bug #5892)
Carsten Dumke <carsten@cdumke.de> reported and provided a patch
for v3.0 and v3.2. (See 0a7fb721cdc)

This fixes the same issue in v3.3 and also changes the auto-generated usage
information to give better help about net rap printq info.
2008-11-17 08:58:25 +01:00
Volker Lendecke
265f2381db Typo 2008-10-31 19:59:33 +01:00
Günther Deschner
ae1abe843a s3-docs: fix typos in locator manpage found by metze.
Guenther
2008-10-23 16:49:08 +02:00
Günther Deschner
90d3cac55f s3-docs: add very basic winbind_krb5_locator.7 manpage.
Guenther
2008-10-23 16:40:23 +02:00
Holger Hetterich
69c5992d17 Fix the "Premature end of data in tag" error when buiding the manpage, fix a typo in the text, add an example for anonymization usage. 2008-10-14 11:45:58 +02:00
Holger Hetterich
783818d956 Update the manpage for vfs_smb_traffic_analyzer to include the anonymize_prefix option 2008-10-13 14:19:25 -07:00
Günther Deschner
5b75aa3406 pam_winbind: document mkhomedir option.
Guenther
2008-10-10 15:43:04 +02:00
Jeremy Allison
4b9cc7d478 Document "cups connection timeout".
Jeremy.
2008-10-03 14:05:33 -07:00
Karolin Seeger
ec63cd6a7f docs: Adapt version strings in man vfs_smb_traffic_analyzer.
Karolin
(cherry picked from commit 662eda8458a304b224b6bc502f8030a07030b7c2)
2008-09-29 16:30:01 +02:00
Holger Hetterich
b9ccf0dc6f Add an initial version of a manpage for the vfs_smb_traffic_analyzer module.
(cherry picked from commit 7857b783049b19d32a078927a46cb1070e863b45)
2008-09-29 16:29:47 +02:00
Gerald W. Carter
a089b3bb99 Document the new hash and adex idmap/nss_info plugins.
(cherry picked from commit 77bc0be0536bcd6a3ce8283a708828bebbbffee3)
2008-09-25 09:00:57 -07:00
Gerald W. Carter
73769e136e Document how to enable the name aliasing support in Winbind.
(cherry picked from commit 6dc81eb85b11851794619a1f2769d68cd9a54fb6)
2008-09-25 09:00:35 -07:00
Karolin Seeger
9cf1a68977 printing: Rename new parameter "cups timeout" to "cups connection timeout".
Karolin
2008-09-24 11:09:04 -07:00
Karolin Seeger
765e5d2282 printing: Add new parameter "cups timeout".
The default timeout for connections to CUPS servers is set
to 5 minutes in the CUPS libraries. The smbd hangs on startup
until the timeout is reached if the CUPS server is unreachable.
This parameter makes the timeout configurable. The default value
is set to 30 seconds.

Karolin
2008-09-23 16:57:58 -07:00
Karolin Seeger
c4f361a17f man cifs.upcall: Fix typo, wrap lines.
Karolin
2008-09-15 16:33:16 +02:00
Karolin Seeger
1bf6680c08 man pages: Several fixes for man wbinfo.
-Tag replaceables
-Fix typos
-Unify indentation

Karolin
(This used to be commit 872defd1d29e1d7a4fc8aba90f689110599444e5)
2008-09-04 11:27:44 +02:00
Jeremy Allison
d4818c70eb Clarify usage of "force create mode".
Jeremy.
(This used to be commit 1d252ffd313e0cd6fcb3d7cb2c99f2daf56728c1)
2008-08-28 16:06:23 -07:00
Volker Lendecke
c529cd153f Increase the default positive idmap cache time to a week
(This used to be commit 60af63675063ad62c0169b9f2094ecfdaa7ca16d)
2008-08-26 13:01:11 -07:00
Karolin Seeger
2f02c33982 manpages: Add documentation for new 'net rpc vampire' subcommands.
Karolin
(This used to be commit 8d0a16d8034cd07037b3c7711867280d5fa5b2c8)
2008-08-22 17:23:36 +02:00
Karolin Seeger
981431fb93 manpages: Add manpage for "init logon delayed hosts".
Karolin
(This used to be commit a415244365e32ba18919042ec72b3a281d8c1b0a)
2008-08-22 11:04:49 +02:00
Karolin Seeger
d5fa943cbd manpages: Add manpage for "init logon delay".
Karolin
(This used to be commit fc5010e6d988939779bcb44e8a460b7b05e7ba9a)
2008-08-22 11:04:16 +02:00
Jeremy Allison
79150da70b Here is a re-working of the winbindd
reconnect code to cope with rebooting a DC. This
replaces the code I asked Volker to revert.
The logic is pretty simple. It adds a new parameter,
"winbind reconnect delay", set to 30 seconds by
default, which determines how long to wait between
connection attempts.
To avoid overwhelming the box with DC-probe
forked children, the code now keeps track of
the DC probe child per winbindd_domain struct
and only starts a new one if the existing one
has died.
I also added a little logic to make sure the
dc probe child always sends a message whatever
the reason for exit so we will always reschedule
another connect attempt.
Also added documentation.
Jeremy.
(This used to be commit 8027197635b988b3dcf9d3d00126a024e768fa62)
2008-08-20 16:24:22 -07:00
Jeremy Allison
39480f6298 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)
2008-08-18 16:18:34 -07:00
Volker Lendecke
b87807d032 Make the docs actually build
Thanks to Karolin for the friendly build service :-)
(This used to be commit 4bfc7cb662411d245f3ad7613bec8531d9ce3a57)
2008-08-12 11:28:29 +02:00
Volker Lendecke
59e53cedcb Document idmap rewrite
(This used to be commit 4b9132e8bd1b2bc397b657ef07796f44d55f33da)
2008-08-12 11:28:29 +02:00
Steve French
b893729a3d cifs.upcall: fix manpage and comments
The "cifs.resolver" key type has been changed to "dns_resolver". Fix
the comments at the top of cifs.upcall and the manpage accordingly.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@samba.org>
---
 docs-xml/manpages-3/cifs.upcall.8.xml |    4 ++--
 source/client/cifs.upcall.c           |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)
(This used to be commit 24a93d03c2ca4e718968e2024604e0f398c96659)
2008-08-05 13:27:07 -05:00
Karolin Seeger
500038e485 man pages: Improve description of boolean values in smb.conf.5.
This fixes bug #5378.
Thanks Morton K. Poulsen <morten+bugzilla.samba.org [at] afdelingp.dk>
for reporting!

Karolin
(This used to be commit 8195ca2132cbdba396dc35e9d04d4bdc3a8a666c)
2008-08-05 14:20:32 +02:00
Karolin Seeger
9f9f8ef14b man pages: Add documentation about smbclient command "rename".
This fixes bug #5268.
Thanks to Alexander Franz <a.franz [at] gmx.net> for reporting!

Karolin
(This used to be commit 0a93fd2dedfa7fed1ad0b8a5e079bf7be72a4bd5)
2008-08-05 14:17:08 +02:00
Karolin Seeger
b0fbdbc1bf Samba3 HowTo: Fix duplicate chapter id.
Karolin
(This used to be commit f67b6fd97e177a527e896861f337c2e70541f697)
2008-08-01 14:11:11 +02:00
Karolin Seeger
edcf034fa4 man pages: Fix typos in man smbclient.
Karolin
(This used to be commit db843d2faafb3487e3c7df4a3a52d6c71f369e1d)
2008-07-29 12:04:01 +02:00
Karolin Seeger
d616e6418d man pages: "printcap name" is a global parameter, not a share specific one.
Karolin
(This used to be commit 9cde2525560536e16e2dbf991dbeb446260dd0df)
2008-07-22 11:28:04 +02:00
Alexander Bokovoy
9dece1b5d7 Fix link for Using Samba
(This used to be commit 2810dc9e40a0729bc1769c00b51ef24fb5e4ea90)
2008-07-20 09:29:53 +04:00
Volker Lendecke
f6b10006ef Document the streams modules
(This used to be commit ff158a11263fd9fd46131d3451293d8d92fa0cca)
2008-07-18 11:22:16 +02:00
Andreas Schneider
41b4637a84 Update the developers documentation for the new vendor version options.
Signed-off-by: Andreas Schneider <anschneider@suse.de>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit 815383a4178c51311f3c81632a0fa1d19e7098f4)
2008-07-17 14:20:33 +02:00
Jeremy Allison
cdabee2bb4 This patchset comprises a number of cleanups for the cifs upcall
binary. The biggest change is that it renames it from cifs.spnego
to cifs.upcall since the cifs.spnego name really isn't applicable
anymore.

It also fixes a segfault when the program is run without any args
and adds a manpage. Comments and/or suggestions appreciated.

This set should apply cleanly to the 3.3 test branch.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Jeremy.
(This used to be commit c633f10d9e78327664e6bca51f66756bcf0505a6)
2008-07-16 17:27:05 -07:00
Christoph Zauner
faf1413a4d man pages: Fix typos and add improvements.
(This used to be commit 060ff6d8d4e61f3ce89f980182413852cc5719be)
2008-07-16 10:16:34 +02:00
Volker Lendecke
d5ccdcce0b Revert "Slightly increase the default idmap cache time"
This reverts commit 448836d44d0468a74b962ba3c0b7d51de236374f.
(This used to be commit a9b29ab6b7503d6d30553a17219603a4f4cd3df9)
2008-07-11 17:53:24 +02:00
Michael Adam
94389c97e5 docs: fix the specified default of "password server" - it is *, not "".
Michael
(This used to be commit d7f759d302612ef9eb0bba022f3b3e1dd433f843)
2008-07-10 23:51:11 +02:00
Michael Adam
2264ae717c docs: fix the net conf section of net(8) to mention "config backend = registry".
Michael
(This used to be commit c2e9d82d9497f0d245a46c5c82ff15306788109e)
2008-07-10 14:16:04 +02:00
Michael Adam
cfa8b972a1 docs: fix VERSION section in the net(8) manpage.
It still said for version 3.0 ..

Michael
(This used to be commit 93887f2e42bf4e632dab716deda6d2951dbd1f2a)
2008-07-10 14:16:04 +02:00
Michael Adam
327c47fd13 docs: update the section about net conf in the net(8) manpage.
The description of the "net conf {get,set,del}includes" commands was missing.

Michael
(This used to be commit 671988c7b5891deeca23e2305fe101a3be1a44d2)
2008-07-10 14:16:04 +02:00
Karolin Seeger
ebaa5da511 man pages: Add missing whitespace.
Karolin
(This used to be commit 5ba418d8bd7bd9a678853b23b0928da4f8693bcf)
2008-07-10 11:25:14 +02:00
Volker Lendecke
5515c0e81c Slightly increase the default idmap cache time
(This used to be commit 448836d44d0468a74b962ba3c0b7d51de236374f)
2008-07-03 21:19:09 +02:00
Jeremy Allison
1fb1c67fb9 Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate "acl group control"
parameter and make it only apply to owning group. Also added man page fix.
Jeremy.
(This used to be commit e98e080bad2c8b9f038a8f2dffcfeba1d5f392ce)
2008-07-03 10:24:12 -07:00
Karolin Seeger
b5783a0911 Samba3 HOWTO: Remove trailing whitespaces.
Karolin
(cherry picked from commit c7a9c903acbba9c70211e6f3c25964533bbc1622)
(cherry picked from commit 62e485eebd8a40b5692caa79bb3ed6108f0b835b)
(This used to be commit f4933b1fac811f9a2f2a35f195d83b8ec6199590)
2008-06-23 10:46:27 +02:00
Karolin Seeger
b1152bb520 man pages: Correct version in man winbindd again.
Karolin
(cherry picked from commit ef44968276bfde2fdd3370e2558fb469357414be)
(cherry picked from commit 9fd1d784cf6044c5c03cf7ab0f2373e08df64295)
(This used to be commit 7e09a1f1c22b4323be910504f77626dda47b5225)
2008-06-23 10:46:19 +02:00