1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-01 21:18:10 +03:00
Commit Graph

409 Commits

Author SHA1 Message Date
Karolin Seeger
fa08d0b44b Fix typo.
privilage -> privilege

Karolin
2009-10-19 09:47:33 +02:00
Karolin Seeger
6a9e88e08b s3/docs: Add missing meta data to man ldbrename.
Avoid warnings.

Karolin
2009-10-15 12:27:24 +02:00
Günther Deschner
0c37c23869 docs: document wbinfo -c.
Guenther
2009-10-13 12:42:44 +02:00
Günther Deschner
f394b5bc68 docs: document wbinfo -t --domain DOMAIN behavior.
Guenther
2009-10-13 12:42:24 +02:00
Björn Jacke
faad888e1a ѕ3: fix domain trust documentation confusion
fix some trusted/trusting mixups, make documentation more precise
and man page more verbose.
2009-10-12 22:42:27 +02:00
Günther Deschner
5eb14b2994 s3-docs: remove xml artefact from net.8.xml.
Guenther
2009-10-12 14:37:54 +02:00
Jan Engelhardt
c5d5969e24 s3/smbldap: add option to disable following LDAP refs
Fix bug #6717.
2009-10-12 11:34:58 +02:00
John H Terpstra
8283affee6 Change recommended bu PC Oota. 2009-10-09 07:00:11 -05:00
John H Terpstra
fb7096a55b Fix typos. Thank-you PC Oota. 2009-10-08 08:27:21 -05:00
Björn Jacke
2aacca010d s3:doc: add some detail about lanman auth parameter
add interesting detail: lm passwords will be removed from databaѕe with
lanman auth = no
2009-10-03 00:22:51 +02:00
Volker Lendecke
21794b0dd2 s3: Document the "share:fake_fscaps" parameter, fix bug 6765 2009-09-29 14:35:33 +02:00
John H Terpstra
8a90106beb Patches to fix typos thanks to OPC oota. 2009-09-24 19:26:03 -05:00
John H Terpstra
fe0387f047 Bug fix thanks to vjbangis viray 2009-09-24 19:18:33 -05:00
OPC oota
ab09fcf1da s3:docs: Fix a typo 2009-09-14 02:46:08 +02:00
John H Terpstra
689a9b88f9 OPC oota edits 2009-09-09 23:12:27 -05:00
Volker Lendecke
a224392649 s3:docs: Add info about how to obtain cifs module in cifs mount helper manpage 2009-09-09 23:11:06 +02:00
Karolin Seeger
9aa11fdf69 s3/docs: Raise version number.
Karolin
2009-09-08 15:40:48 +02:00
Karolin Seeger
1bc05ca3bb s3-docs: Update build howto.
This addresses bug #6661.

Karolin
2009-09-01 12:57:45 +02:00
Volker Lendecke
b824b1b7bf Add a parameter to disable the automatic creation of krb5.conf files
This is necessary because MIT 1.5 can't deal with certain types (Tree Root) of
transitive AD trusts. The workaround is to add a [capaths] directive to
/etc/krb5.conf, which we don't automatically put into the krb5.conf winbind
creates.

The alternative would have been something like a "krb5 conf include", but I
think if someone has to mess with /etc/krb5.conf at this level, it should be
easy to add the site-local KDCs as well.

Next alternative is to correctly figure out the [capaths] parameter for all
trusted domains, but for that I don't have the time right now. Sorry :-)
2009-08-26 15:28:06 +02:00
Jeff Layton
da99e3a724 cifs.upcall: make using ip address conditional on new option
Igor Mammedov pointed out that reverse resolving an IP address to get
the hostname portion of a principal could open a possible attack
vector. If an attacker were to gain control of DNS, then he could
redirect the mount to a server of his choosing, and fix the reverse
resolution to point to a hostname of his choosing (one where he has
the key for the corresponding cifs/ or host/ principal).

That said, we often trust DNS for other reasons and it can be useful
to do so. Make the code that allows trusting DNS to be enabled by
adding --trust-dns to the cifs.upcall invocation.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
2009-08-26 06:26:02 -04:00
Jeff Layton
b10bdef4e7 cifs.upcall: try getting a "cifs/" principal and fall back to "host/"
cifs.upcall takes a "-c" flag that tells the upcall to get a principal
in the form of "cifs/hostname.example.com@REALM" instead of
"host/hostname.example.com@REALM". This has turned out to be a source of
great confusion for users.

Instead of requiring this flag, have the upcall try to get a "cifs/"
principal first. If that fails, fall back to getting a "host/"
principal.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
2009-08-14 07:59:50 -04:00
Jeremy Allison
7ad5c69bd4 Documentation for "store create time".
Jeremy.
2009-08-12 13:54:38 -07:00
Alexander Bokovoy
217e3086c7 Pass absolute file paths to Inkscape when transforming .svg files
Some recent versions of Inkscape (0.47 or around) have bug when export file name
is treated as relative against the directory of original .svg if it wasn't specified
as an absolute path. Fix it by always using absolute paths during conversion.
2009-08-08 08:02:52 +03:00
Karolin Seeger
7ee7ec3fdb s3/docs: Fix typos.
Thanks to OPC oota <t-oota@dh.jp.nec.com> for reporting!

Karolin
2009-08-03 10:20:39 +02:00
Michael Adam
34c535c9a8 docs: fix typos in the net man page.
Noted by Oota Toshiya <t-oota@dh.jp.nec.com> .

Michael
2009-07-27 13:35:59 +02:00
John H Terpstra
9b18c5475e Fix typos reported by OPC Oota. 2009-07-23 09:50:04 -05:00
John H Terpstra
14952c72a2 Replace word noone with more correct word nobody. Thanks OPC Oota. 2009-07-09 08:20:32 -05:00
John H Terpstra
6fc57517c2 Fixes inspired by OPC Oota. 2009-07-09 08:19:17 -05:00
Shirish Pargaonkar
31bd62727d docs: flesh out options section of umount.cifs manpage
Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2009-07-08 07:43:43 -04:00
Shirish Pargaonkar
9aebdc2501 mount.cifs: clarify mapchars option
Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2009-07-07 16:35:06 -04:00
Jelmer Vernooij
c41e5e1342 Fix some typos pointed out by Oota Toshiya. 2009-07-06 22:41:57 +02:00
Suresh Jayaraman
91e020fca1 doc: clarify that mount.cifs never uses smb.conf
For some users who are used to smbclient, it is not clear that
mount.cifs never uses smb.conf for configuring client specific
parameters. So, let's add this information to mount.cifs man page.

Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
2009-07-06 06:31:30 -04:00
Jelmer Vernooij
e6fed3a879 TOSHARG: Fix typo: s/aquire/acquire/ 2009-07-03 00:58:56 +02:00
Matt Kraai
4fb1f8e8fe s3/docs: Fix typo.
This fixes bug #6519.
2009-07-01 08:18:11 +02:00
Tim Prouty
969106a21f s3 docs: Add documentation for 'kerberos method' and 'dedicated keytab file' parameters 2009-06-30 18:14:38 -07:00
Aravind Srinivasan
5a4d618109 s3: forward MSG_DEBUG from smbd parent to all children
Before 3.3, an smbcontrol debug message sent to the target "smbd" would
actually be sent to all running processes including nmbd and winbindd.
This behavior was changed in 3.3 so that the "smbd" target would only
send a message to the process found in smbd.pid, while the "all" target
would send a message to all processes.

The ability to set the debug level of all processes within a single
daemon, without specifying each pid is quite useful.  This was implemented
in winbindd in 065760ed.  This patch does the same thing for smbd.

Upon receiving a MSG_DEBUG the parent smbd will rebroadcast it to all of
its children.

The printing process has been added to the list of smbd child processes,
and we now always track the number of smbd children regardless of the
"max smbd processes" setting.
2009-06-22 19:09:37 -07:00
Karolin Seeger
4ad43a2134 s3/docs: Fix typo.
This fixes bug #6412.
Thanks to Carsten Dumke <carsten [at] cdumke.de> for reporting!

Karolin
2009-06-19 15:23:22 +02:00
Karolin Seeger
e912764a5e s3/docs: Add documentation for 'net sam rights'.
This is part of a fix for bug #6328.

Karolin
2009-06-18 09:32:10 +02:00
Günther Deschner
2f884753dd s3-docs: fix typo in pam_winbind.8.
Guenther
2009-06-16 11:49:36 +02:00
Andreas Schneider
ed5c270b75 Fix the section of the pam_winbind manpage.
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-06-15 13:01:28 +02:00
Andreas Schneider
59ab1574e4 Move pam_winbind to the right manpage section (8).
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-06-15 13:01:23 +02:00
Andreas Schneider
1809ff4b23 Dcoument the PAM data exports in the pam_winbind manpage.
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-06-15 13:01:18 +02:00
Andreas Schneider
779eea49de Document the try_first_pass option in the pam_winbind manpage.
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-06-15 13:01:13 +02:00
Andreas Schneider
24f9f32fed Add a synopsis section to the pam_winbind manpage.
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-06-15 13:01:08 +02:00
Günther Deschner
3938d1e5fa s3-docs: Fix Bug #4280. Shutdown scripts are called as root for privileged users.
GUenther
2009-06-12 00:48:23 +02:00
Karolin Seeger
ad0d803206 s3/docs: Fix typos.
Fix typos reported by OPC oota <t-oota [at] dh.jp.nec.com>.
Thanks!

Karolin
2009-06-10 08:39:35 +02:00
Jeff Layton
27fcab98e7 mount.cifs: update the mount.cifs manpage
Add a new section entitled FILE AND DIRECTORY OWNERSHIP AND PERMISSIONS
that attempts to cover information about this topic. Change the uid=
and gid= options to refer to that section. Add new varlistentries for
forceuid, forcegid and dynperm.

Also update the information about how the program behaves when installed
as a setuid binary.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
2009-06-07 08:38:25 -04:00
Karolin Seeger
0fee798552 s3/docs: Fix example.
The 'ldap suffix' is not added automatically to the 'ldap admin dn'.
This fixes bug #5584.
Thanks to Stefan Bauer <stefan.bauer [at] plzk.de> for reporting!

Karolin
2009-06-06 15:59:07 +02:00
Karolin Seeger
613c8acbdd s3/docs: Fix typo.
Karolin
2009-06-05 15:35:29 +02:00
Jeremy Allison
ba4d51c521 Fix bug #2356 - smbclient -t <term code> no longer works.
Removed code and docs.
Jeremy.
2009-06-03 09:44:49 -07:00
Karolin Seeger
2228cc6a0f s3/docs: Fix typo.
This fixes bug #4341.
Thanks to Michael Cartmell <michael.cartmell [at] thomson.com> for reporting!

Karolin
2009-05-29 09:53:36 +02:00
Jeremy Allison
bd11948107 Add a smbclient "readlink" command and add docs for it.
Jeremy.
2009-05-27 22:02:20 -07:00
Karolin Seeger
559e2eccdf s3/docs: Correct version number.
Karolin
2009-05-27 18:14:17 +02:00
Karolin Seeger
3046d30703 Revert "s3/docs: Fix build."
This reverts commit 84998cb85e.

Actually, the "fix" breaks the build.
Works after 'make clean'. Sorry!
2009-05-27 16:18:34 +02:00
Karolin Seeger
84998cb85e s3/docs: Fix build.
$(DBLATEX) was empty.

Please check!

Karolin
2009-05-27 15:54:02 +02:00
Björn Jacke
0d040ff448 s3: update manpage as to the new passdb backend default 2009-05-27 12:09:42 +02:00
Steven Danneman
6d91ac2a64 s3/docs Add manpage for "map untrusted to domain" parameter
This fixes bug 6352.
2009-05-26 19:43:40 -07:00
Karolin Seeger
73eaff7a39 s3/docs: Fix typo in man idmap_rid.
Karolin
2009-05-26 14:16:46 +02:00
Karolin Seeger
f3df38362c s3/docs: Fix typos.
Thanks to Oota Toshiya <t-oota at dh.jp.nec.com> for reporting!

Karolin
2009-05-25 10:53:38 +02:00
Karolin Seeger
f741b90ee8 s3/docs: Fix shutdown script example.
This fixes bug #5897. Thanks to TAKAHASHI Motonobu
<monyo [at] samba.gr.jp> for reporting and providing the example!

Karolin
2009-05-19 13:42:16 +02:00
Günther Deschner
fe474861f8 s3-docs: document "net dom renamecomputer".
Guenther
2009-05-11 10:56:22 +02:00
Karolin Seeger
4a4dc776b2 s3/docs: Remove unnecessary .sp.
Karolin
2009-05-06 16:06:59 +02:00
Günther Deschner
e398f1e915 s3-docs: Fix Bug #6331. Document "net dom join/net dom unjoin".
Guenther
2009-05-06 15:45:53 +02:00
Günther Deschner
bf197a9c0a s3-docs: Fix "net eventlog dump" syntax in manpage.
Guenther
2009-05-06 15:45:25 +02:00
Karolin Seeger
ca7304dc22 s3/docs: Fix typo.
Karolin
2009-05-04 15:23:25 +02:00
Karolin Seeger
eaf949947c s3/docs: Fix typos.
That fixes bug #4247. Thanks to David McNeill <davemc [at] mcpond.co.nz>
for reporting!

Karolin
2009-05-03 09:55:46 +02:00
Karolin Seeger
579c91581f s3/docs: Fix typo.
This fixes bug #4245. Thanks to David McNeill <davemc [at] mcpond.co.nz>
for reporting!

Karolin
2009-05-03 09:37:35 +02:00
Jelmer Vernooij
aebb1b8d7c Fix dependency on the attributes file. 2009-05-02 01:15:27 +02:00
Jelmer Vernooij
0163f7ee8b Remove unused entries from clean. 2009-05-02 01:15:26 +02:00
Jelmer Vernooij
fada9e915a Remove rules for unused epstopdf. 2009-05-02 01:15:26 +02:00
Jelmer Vernooij
c4493c22f1 Remove XSLT script to generate image dependencies, instead rely on make
given that the number of image formats we use is limited.
2009-05-02 01:15:26 +02:00
Jelmer Vernooij
86a968b098 Remove text chunks support. Was never built by any of the main targets,
and one of the reasons the complex dependency system exists.
2009-05-02 01:15:26 +02:00
Jelmer Vernooij
78bfc60288 find_unused_doc: Strip spaces in configuration names, just like the parser does. 2009-05-01 22:58:39 +02:00
Jelmer Vernooij
cc6a5d57ea Use <example> + <smbconfblock> rather than nonexistant element
<smbconfexample>.
2009-05-01 22:49:14 +02:00
Jelmer Vernooij
d2650add2d Fix a couple of invalid DocBook XML usages in the Samba3 Developers Guide. 2009-05-01 22:49:14 +02:00
Jelmer Vernooij
f043823449 Fix most of the invalid usages of DocBook in the Samba 3 HOWTO.
make check FTW!
2009-05-01 22:49:14 +02:00
Jelmer Vernooij
0b2380b188 Fix a bunch of XML validation errors. 2009-05-01 22:49:13 +02:00
Jelmer Vernooij
df74a0eb78 Remove broken XSL-FO translation code; this has been broken for a while
and the output was never used.
2009-05-01 22:49:13 +02:00
Jelmer Vernooij
11b6c1137d Move expansion of Samba-specific XML elements out of xslt/latex.xsl into a
separate file, for better readability. xslt/latex.xsl now only contains
tweaks to the dblatex configuration.
2009-05-01 22:49:12 +02:00
Jelmer Vernooij
04071251b1 Explicitly mention licenses in all stylesheets 2009-05-01 22:49:12 +02:00
Jelmer Vernooij
38030958ed Remove the DTD for the removed pdb-xml backend. 2009-05-01 22:49:12 +02:00
Jelmer Vernooij
62dfc6c517 Generate pdf documents in-place rather than copying them from . to output/ 2009-05-01 22:49:12 +02:00
Jelmer Vernooij
c0e710aa66 Remove unused and unsubstituted variables from Makefile.settings.in. 2009-05-01 22:49:12 +02:00
Jelmer Vernooij
9d26d7e63d Remove references to dia now that we use inkscape for diagrams. 2009-05-01 22:49:11 +02:00
Jelmer Vernooij
29e696a62b Fix build of the PostScript documents. 2009-05-01 22:49:11 +02:00
Jelmer Vernooij
0edebf5e9a Fix dependencies on images for pdf and ps files. 2009-05-01 22:49:11 +02:00
Jelmer Vernooij
e9bc179e0a Remove unnecessary checks for apps now used through dblatex. 2009-05-01 22:49:11 +02:00
Jelmer Vernooij
2099d83226 Remove use of unicode quotes, as it confuses LaTeX. 2009-05-01 22:49:10 +02:00
Jelmer Vernooij
21b9d8fe3e Use standard LaTeX book document class rather than custom samba class. 2009-05-01 22:49:10 +02:00
Jelmer Vernooij
4f97fee085 Trim the requirements for building the docs, remove outdated instructions
for db2latex.
2009-05-01 22:49:10 +02:00
Jelmer Vernooij
7661364a70 Move test image to test/images/, consistent with the other books. 2009-05-01 22:49:10 +02:00
Jelmer Vernooij
64cf630033 Cut out the intermediate dvi files in the Makefile - dblatex can take care
of those for us.
2009-05-01 22:49:09 +02:00
Jelmer Vernooij
83f0599400 Remove reference to (removed?) image copy script. 2009-05-01 22:49:09 +02:00
Jelmer Vernooij
8f8962ac0b Remove admon graphics - provided by dblatex now. 2009-05-01 22:49:09 +02:00
Jelmer Vernooij
0d390de77c Also move \linebreaksign to the samba LaTeX package. 2009-05-01 22:49:08 +02:00
Jelmer Vernooij
5644c8862f Split Samba-specific LaTeX commands into their own LaTeX package,
independent of the style changes made by the sambadoc documentclass.
2009-05-01 22:49:08 +02:00
Jelmer Vernooij
97cd6358ab Fix syntax errors (title is mandator for chapters) in Samba4-HOWTO. 2009-05-01 22:49:08 +02:00
Jelmer Vernooij
dc9e3bb059 Use new stylesheet variables names as used by dblatex.
Remove a Samba-specific workaround for a db2latex bug.
2009-05-01 22:49:08 +02:00
Jelmer Vernooij
16ff10e4bb Fix dblatex warning: Remove reference to removed DTD file. 2009-05-01 22:49:07 +02:00
Jelmer Vernooij
3edddd6e2b Remove included (but unused) copy of db2latex. 2009-05-01 22:49:07 +02:00
Jelmer Vernooij
b1097e1532 Use system-provided dblatex to build the docs rather than included
db2latex.
2009-05-01 22:49:06 +02:00
Jelmer Vernooij
a1338d05ea Make the test document include a Samba-specific XML element and an image. 2009-05-01 22:49:06 +02:00
Jelmer Vernooij
02c1439a82 Look for dblatex. 2009-05-01 22:49:06 +02:00
Jelmer Vernooij
bcb89826de Fix regular expressions in find_missing_doc after code format changes in
loadparm.c.
2009-05-01 13:10:14 +02:00
Jelmer Vernooij
4abc5c945e Fix 'make undocumented' (by hardcoding the source path, now that the docs
live in the same git repo)
2009-05-01 13:10:13 +02:00
Jelmer Vernooij
6e48495ee7 Filter substitution variables out of list of undocumented applications. 2009-05-01 13:10:13 +02:00
Jelmer Vernooij
90c9e0aec4 Fix 'make samples' (git doesn't version directories, so 'examples' won't
exist yet)
2009-05-01 13:10:13 +02:00
Karolin Seeger
3422b9c546 s3/docs: Fix serveral typos.
This fixes bug #4315.
Thanks to Felipe Augusto van de Wiel <faw [at] cathedrallabs [dot] org>!

Karolin
2009-04-29 14:12:01 +02:00
Karolin Seeger
b6eab68c20 s3/docs: Remove documentation of "use kerberos keytab".
This parameter has been removed with d96248a9b4.

Karolin
2009-04-29 12:40:12 +02:00
Günther Deschner
664ff081ca s3-docs: document "net eventlog" in net manpage.
Guenther
2009-04-29 11:47:34 +02:00
Stefan Metzmacher
cdbbc81bad s3:docs: document the --request-timeout option of net
metze
2009-04-17 21:46:48 +02:00
Günther Deschner
05ea8daaca s3-docs: fix typo in smb.conf.5.
Guenther
2009-04-17 01:32:45 +02:00
Günther Deschner
5517c0bcdd s3-docs: document warn_pwd_expire pam_winbind option in manpage.
Andreas, please check.

Guenther
2009-04-17 01:32:44 +02:00
Karolin Seeger
c4ad3e57ff s3/docs: Raise version number up to 3.5.
Karolin
2009-04-07 20:45:45 +02:00
Karolin Seeger
c002c1d776 s3/docs: Fix typo.
Karolin
2009-04-07 20:05:21 +02:00
Björn Jacke
5b33918947 s3/cups: add documentation for new cups encrypt parameter 2009-03-30 11:11:19 +02:00
Volker Lendecke
191152daa1 Document the dirsort module 2009-03-22 11:44:14 +01:00
Björn Jacke
2d1fcdc807 fix some typos
Signed-off-by: Michael Adam <obnox@samba.org>
2009-03-19 12:08:55 +01:00
Volker Lendecke
3d280639c4 Add a vfs_preopen module to hide fs latencies 2009-03-10 18:11:56 +01:00
Karolin Seeger
2ab9d365cf s3/docs: Add missing full stop.
Karolin
2009-03-02 12:12:31 +01:00
Karolin Seeger
09a7f93f6b s3/docs: Fix typo in man mount.cifs.
Thanks to Tobias Stoeckmann for reporting!

Karolin
2009-02-23 09:24:50 +01:00
Simo Sorce
4e5997736c For some unknown reason ldbrename was not being built in samba3. 2009-02-22 01:16:46 -05:00
Karolin Seeger
27307be0f7 s3/docs: Add hint about getfattr in man vfs_acl_xattr.
Karolin
2009-02-20 14:14:54 +01:00
Karolin Seeger
0fd1d4c090 s3/docs: Add man vfs_acl_tdb.
Karolin
2009-02-20 13:32:44 +01:00
Karolin Seeger
3b0114c0ba s3/docs: Add man vfs_acl_xattr.
Karolin
2009-02-20 13:32:22 +01:00
Karolin Seeger
54dbb030e2 s3/docs: Fix several typos.
This fixes bug #6127.
Thanks to Justin T Pryzby <justinpryzby [at] users.sourceforge.net>
for the review!

Karolin
2009-02-20 09:20:16 +01:00
Michael Adam
b1b9be46ab docs: extend the example in the idmp_rid manpage to configure 2 domains with rid
Michael
2009-02-17 18:21:54 +01:00
Michael Adam
74940606f7 docs: extend the idmap_rid manpage
Michael
2009-02-17 18:21:54 +01:00
Holger Hetterich
4261cae2eb Enable total anonymization in vfs_smb_traffic_analyzer, by mapping any user names to the one given by anonymize_prefix, without generating a hash number. This setting is optional and is compatible with the module configuration format of Samba 3.3. 2009-02-13 17:22:25 -08:00
todd stecher
54c51a66e3 S3: New module interface for SMB message statistics gathering
This changelist allows for the addition of custom performance
monitoring modules through smb.conf. Entrypoints in the main message
processing code have been added to capture the command, subop, ioctl,
identity and message size statistics.
2009-02-09 13:23:44 -08:00
Karolin Seeger
cc51cbc862 docs: Add man sharesec.
Karolin
2009-02-09 21:01:29 +01:00
Michael Adam
145fe37766 docs: fix two typos in the mount.cifs manpage
Michael
2009-02-06 10:20:09 +01:00
Karolin Seeger
61f1747441 docs: Clarify "ldap ssl" description in man smb.conf.
Mention "ldap ssl ads".

Karolin
2009-02-06 09:42:55 +01:00
Karolin Seeger
02f13538f0 docs: Add description of "ldap ssl ads" to man smb.conf.
Karolin
2009-02-06 09:42:55 +01:00
Günther Deschner
63bb31e118 s3-docs: add documentation for dump option of eventlogadm.
Guenther
2009-02-03 16:06:57 +01:00
Karolin Seeger
73f4fc1f80 docs: Describe "service" in man mount.cifs.
This fixes bug #5346.
Thanks to the Debian Samba package maintainers for reporting and providing a
patch!

Karolin
2009-02-02 11:46:39 +01:00
Günther Deschner
fb7b92abc2 s3-docs: fix typo in eventlogadm manpage.
Guenther
2009-01-30 11:23:08 +01:00
Andreas Schneider
d8f15e4efc Document default of the printing config variable.
Signed-off-by: Andreas Schneider <anschneider@suse.de>
2009-01-26 14:47:15 +01:00
Karolin Seeger
512cf0ad50 docs: Add manpage for vfs_shadow_copy2.
Karolin
2009-01-26 14:17:23 +01:00
Karolin Seeger
aa2fb0efb7 docs: Fix formatting issue in man libsmbclient.
Karolin
2009-01-23 13:04:11 +01:00
Michael Adam
5e21fc3506 s3:docs: clean build/catalog.xml in "make clean"
Michael
2009-01-21 15:12:18 +01:00
Michael Adam
9b32e839be s3:docs: clean generated .png images in "make clean"
Michael
2009-01-21 15:12:17 +01:00
Michael Adam
37412017c5 s3:docs: fix ommission in fix of (real)distclean targets
Michael
2009-01-21 11:47:46 +01:00
Michael Adam
65c92fea3d s3:docs: fix distclean target and add realdistclean target
- remove stuff created by configure in distclean
- remove stuff created by autoconf in realdistclean

Michael
2009-01-21 11:46:35 +01:00
Michael Adam
816934faa8 s3:docs: clarify explanation of the allocator in the idmap_ldap manpage
Michael
2009-01-21 10:56:56 +01:00
Michael Adam
665b5dc703 s3:docs: clarify explanation of the allocator in the idmap_tdb manpage
Michael
2009-01-21 10:56:56 +01:00
Michael Adam
65b79200e4 s3:docs: clarify explanation of allocator in the idmap_tdb2 manpage
Michael
2009-01-21 10:56:55 +01:00
Michael Adam
bd252ad665 s3:docs: fix copy and paste error in the idmap_tdb2 manpage
Michael
2009-01-21 10:56:55 +01:00
Michael Adam
84f2b2d731 s3:docs: add a manpage for idmap_tdb2
Michael
2009-01-21 00:56:03 +01:00
Michael Adam
7c5621b6e0 s3:docs: update the idmap_ldap manpage to reflect current facts.
Michael
2009-01-21 00:16:29 +01:00
Michael Adam
32be66b19d s3:docs: update the idmap_tdb manpage to reflect current facts.
Michael
2009-01-21 00:16:29 +01:00
Karolin Seeger
4b26c7bbf4 S3-ByExample: Use 'winbindd -D' instead of 'winbindd -B'.
The option '-B' does not exist at all.

Thanks to Jason Ellison for reporting!

Karolin
2009-01-19 10:22:46 +01:00
Karolin Seeger
7c1e08518b S3-HowTo: Change 'winbindd -B' to 'winbindd -D'.
There is no option '-B' at all.

Thanks to Jason Ellison for reporting!

Karolin
2009-01-19 08:55:30 +01:00
Stefan Metzmacher
6a94b7b927 s3:docs: vfs_fileid manpage
metze
2009-01-16 15:16:58 +01:00
Jeremy Allison
f497a79f28 Deprecate the "share modes" parameter to address bug #6024, swat disagrees with smbstatus as to share mode with share modes = No set in samba.
Jeremy.
2009-01-12 16:25:03 -08:00
Karolin Seeger
1f7e09ea54 docs: Improve man mount.cifs.
Add hint about specifying the workgroup in the credentials file.
Whitespace cleanup.

This fixes bug #4541.
Patch based on proposed patch from Christian Perrier <bubulle@debian.org>.
Thanks for reporting and providing a patch!

Karolin
2009-01-09 11:22:00 +01:00
Karolin Seeger
8b7f66c548 docs: Improve description of the share commands in man smb.conf.
-Correct the parameter names.
-Fix typos.
-Fix related parameters.

This fixes bug #6008.
Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting!

Karolin
2009-01-06 12:26:23 +01:00
Karolin Seeger
9f44a17c3b docs: Fix example in man vfs_recycle.
This fixes bug #6001.
Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting!

Karolin
2009-01-06 10:30:13 +01:00
Karolin Seeger
6752d78e94 docs: Document the -g option of smbclient.
This fixes bug #6013.
Thanks to the Debian Samba packages maintainers for reporting!

Karolin
2009-01-05 14:41:52 +01:00
root
cf9f2484b7 s3:loadparm/docs: Set default for "ldap ssl" to "start tls".
This has been discussed on samba-technical before.
3.3 and newer only!

Karolin
2008-12-21 08:55:30 +01:00
Björn Jacke
1aff97bc48 correct the description of the "ldap timeout" parameter 2008-12-19 14:23:11 +01:00
Karolin Seeger
994ef68164 docs: Fix typo in man idmap_hash.
Karolin
2008-12-17 16:31:06 +01:00
Karolin Seeger
580461629b docs: Update section "ldap ssl" in man smb.conf.
Remove non-existent value "on".
Change default value to "no".
Add hint about ldaps.

Karolin
2008-12-17 16:31:06 +01:00
Karolin Seeger
6ac36698e9 docs: Fix some formatting issues in the "ldap ssl" section of man smb.conf.
Karolin
2008-12-17 16:31:06 +01:00
Karolin Seeger
675b363b71 docs: Fix TOC of generated HTML docs.
This fixes bug #5968.
Thanks to Christian Perrier <bubulle@debian.org> for reporting!

Karolin
2008-12-17 09:17:26 +01:00
Karolin Seeger
9e64ed018e docs: "acl compatibility" is a global parameter.
This fixes bug #5866.
Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting!

Karolin
2008-12-16 15:10:29 +01:00
Holger Hetterich
37be72c6c1 Add an entry for the "check" command to the tdbtool manpage. 2008-12-16 13:59:06 +01:00
Karolin Seeger
46f530e42f docs: Remove comment about default backend.
Karolin
2008-12-16 11:20:59 +01:00
Karolin Seeger
b876e1336b docs: Fix typo in the idmap_ad manpage.
Karolin
2008-12-16 11:20:59 +01:00
Karolin Seeger
19beef0dd9 docs: Add hint that "socket address" usually don't need to be set.
This fixes bug #5950.
Thanks to the Debian Samba package maintainers for reporting!

Karolin
2008-12-12 14:33:17 +01:00
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 c9965d544f)
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 0a7fb721cd)

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 662eda8458)
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 7857b78304)
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 77bc0be053)
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 6dc81eb85b)
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 872defd1d2)
2008-09-04 11:27:44 +02:00
Jeremy Allison
d4818c70eb Clarify usage of "force create mode".
Jeremy.
(This used to be commit 1d252ffd31)
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 60af636750)
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 8d0a16d803)
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 a415244365)
2008-08-22 11:04:49 +02:00
Karolin Seeger
d5fa943cbd manpages: Add manpage for "init logon delay".
Karolin
(This used to be commit fc5010e6d9)
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 8027197635)
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 e415420b08)
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 4bfc7cb662)
2008-08-12 11:28:29 +02:00
Volker Lendecke
59e53cedcb Document idmap rewrite
(This used to be commit 4b9132e8bd)
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 24a93d03c2)
2008-08-05 13:27:07 -05:00