Alexander Bokovoy
b2f3f38e57
Add man page metadata fields that are used by temprorary manpages XSLT
2008-04-23 08:47:44 -05:00
Gerald Carter
fa20651444
Document --verbose option to wbinfo
2008-04-23 08:47:44 -05:00
Gerald Carter
d407bc8041
Adding WinXP64 and Vista as documented values for %a in smb.conf(5)
2008-04-23 08:47:44 -05:00
Simo Sorce
ec87ae251b
Better doc mount.cifs.
...
Original commit msg from Jeff:
This patch adds a section to the mount.cifs manpage to clarify how
mount.cifs treats delimiters and when it autoconverts them from one
type to another. It also has it state that the use of forward slash
as a delimiter is preferred and why.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2008-04-23 08:47:44 -05:00
Gerald Carter
a76499cfc5
Add rfc2307 as a valid value for winbind nss info parameter.
2008-04-23 08:47:44 -05:00
John Terpstra
b9b106e6ad
Fix type reported by Mangaldeep Sandhu
2008-04-23 08:47:44 -05:00
Karolin Seeger
f9177fa206
Remove man page for smbmnt.
...
Karolin
2008-04-23 08:47:44 -05:00
Karolin Seeger
5377994e90
Remove manpages for smbmount and smbumount.
...
Karolin
2008-04-23 08:47:44 -05:00
Karolin Seeger
7c5832285f
Add missing end tags
2008-04-23 08:47:44 -05:00
Volker Lendecke
7ee48e3acb
"hidden"->"administrative share"
2008-04-23 08:47:44 -05:00
Karolin Seeger
d21a5f915a
Fix typo
2008-04-23 08:47:43 -05:00
Karolin Seeger
5a949ccaac
Fix typo.
2008-04-23 08:47:43 -05:00
Volker Lendecke
7501bc1682
Add docs for "hidden" parameter
...
Thanks to Andreas Schneider <anschneider@suse.de>
2008-04-23 08:47:43 -05:00
Karolin Seeger
9efe5fa5f3
Add description for vfs_xattr_tdb option 'xattr_tdb:file'.
...
Karolin
2008-04-23 08:47:43 -05:00
Karolin Seeger
b00b446d83
Add documentation for vfs_xattr_tdb.
...
Karolin
2008-04-23 08:47:43 -05:00
Karolin Seeger
e55ce8eda2
Fix escaped backslashes (bug #5194 ). Thanks to the Debian Samba package maintainers for reporting!
...
Karolin
2008-04-23 08:47:43 -05:00
Karolin Seeger
920a5589b4
Fix typos.
...
Karolin
2008-04-23 08:47:43 -05:00
Karolin Seeger
30644ce3b1
-Add missing whitespaces
...
-change samba to Samba
Karolin
2008-04-23 08:47:43 -05:00
Michael Adam
81a7ca0afb
Document new smb.conf options "ldap debug level" and "ldap debug threshold".
...
Michael
2008-04-23 08:47:43 -05:00
Karolin Seeger
5be6736093
Add documentation for new parameter 'debug class'.
...
Karolin
2008-04-23 08:47:43 -05:00
Karolin Seeger
3f06efc601
Change default value for 'lpresume command' to an example as the default value depends on the printing system.
...
Karolin
2008-04-23 08:47:43 -05:00
Karolin Seeger
cd8dd43c0d
Add list of currently implemented debug classes.
...
Karolin
2008-04-23 08:47:43 -05:00
Steve French
b62be2fa52
Man page updates for mount.cifs, including adding in the missing
...
description for the mount option for the servernetbiosname
2008-04-23 08:47:42 -05:00
Karolin Seeger
b0a6e0bed9
Fix typo.
...
Karolin
2008-04-23 08:47:42 -05:00
Jelmer Vernooij
7db70b4a2e
Update ignores for Bazaar.
2008-04-23 08:47:42 -05:00
Jeremy Allison
b67e205686
Document vl's new "allinfo" command.
...
Jeremy.
2008-04-23 08:47:42 -05:00
Michael Adam
17b778c0f9
Fix output of backslashes in SMBCONF registry key.
...
Michael
2008-04-23 08:47:42 -05:00
Michael Adam
1a4497d8d1
Add more content to the description of "registry shares".
...
And reverse the order of example/default value.
Michael
2008-04-23 08:47:42 -05:00
Michael Adam
313d0439e5
Document default value of parameter "registry shares".
...
Michael
2008-04-23 08:47:42 -05:00
Michael Adam
93dd2b8991
Add description of parameter "config backend" to the man pages.
...
I originally forgot to do "svn add".
Michael
2008-04-23 08:47:42 -05:00
Karolin Seeger
7d0986b90e
-fix some typos
...
-add missing whitespaces
-fix example for 'registry shares'
still missing: Description of 'config backend'
Karolin
2008-04-23 08:47:42 -05:00
Michael Adam
5a9f8f45a7
Add documentation for new parameter "config backend".
...
Adapt documentation of registry based configuration.
Michael
2008-04-23 08:47:42 -05:00
Karolin Seeger
01fa9b7b21
-Use '&stdarg.[server|client].debug' instead of '&stdarg.debug';
...
-Remove the debug section in smbclient manpage (replaced by '&stdarg.client.debug'
-Add '&stdarg.[server|client].debug' where debug section was included with '&popt.common.samba' before the changes in samba.entities
Karolin
2008-04-23 08:47:42 -05:00
Karolin Seeger
03757059af
Fix bug #4730 :
...
default debug level of smbclient is 1, not 0. I had to remove the &popt.common.samba include,
because of the non-standard default debug level. Please review and revert if it is too bad.
Thanks to Noel Koethe <noel@d.o> for reporting this!
Fix warning (<term> in <para>).
Karolin
2008-04-23 08:47:41 -05:00
Volker Lendecke
6c3148b39a
document changed default
2008-04-23 08:47:41 -05:00
Karolin Seeger
22d3492b76
Avoid useless use of 'cat'. Fix bug #4704 . Thanks Christian Perrier <bubulle@debian.org> for reporting!
...
Karolin
2008-04-23 08:47:41 -05:00
Karolin Seeger
0b9908f674
Fix bug #4729 . The mount.cifs option 'ip' does not accept hostnames. Thanks to the Debian Samba package maintainers for reporting!
2008-04-23 08:47:41 -05:00
Jeremy Allison
c35c3836ef
Add in the docs for -e and posix_encrypt commands.
...
Jeremy.
2008-04-23 08:47:41 -05:00
Jeremy Allison
e43e7fccf1
Add "smb encrypt" to smb.conf.
...
Jeremy.
2008-04-23 08:47:41 -05:00
Karolin Seeger
7c4bcb4134
-Improve descriptions for net rpc trustdom add/del
...
-Remove comment that net rpc trustdom del is currently not implemented
Karolin
2008-04-23 08:47:41 -05:00
Karolin Seeger
060c2adab2
Fix Typo reported by TAKAHASHI Motonobu <monyo@samba.gr.jp> (fix bug #4253 )
...
Karolin
2008-04-23 08:47:41 -05:00
Karolin Seeger
6c3f9be08f
Rename common samba option logfile to log-basename according to
...
the source code.
Karolin
2008-04-23 08:47:41 -05:00
Karolin Seeger
4af063fa2b
Change idmap_ad to the new spelling to fix bug #3733 .
...
Thanks to Christoph Peus.
Karolin
2008-04-23 08:47:41 -05:00
Karolin Seeger
b823634b5e
-Add section about net getdomain and setdomainsid
...
-Discern between local SIDs and domain SIDs
-Unify spelling of SID
Karolin
2008-04-23 08:47:41 -05:00
Alexander Bokovoy
19a1c9a651
- Activate embedded db2latex
...
- Use UTF-8 in LaTeX
2008-04-23 08:47:40 -05:00
Alexander Bokovoy
166c61077b
Embed db2latex as interim solution before migration to dblatex
2008-04-23 08:47:40 -05:00
Karolin Seeger
9930e62b56
Fix typo
2008-04-23 08:47:40 -05:00
Karolin Seeger
c9cace0fdb
Add missing end tag for paragraph
...
Karolin
2008-04-23 08:47:40 -05:00
John Terpstra
b209c75018
Fixed formatting issues. Removed -B option docs.
2008-04-23 08:47:40 -05:00
Jeremy Allison
03b022a85d
Note that the max value of this is 128k and it is
...
silently enforced.
Jeremy.
2008-04-23 08:47:39 -05:00