summaryrefslogtreecommitdiff
path: root/docs-xml
AgeCommit message (Collapse)AuthorFilesLines
2009-09-14s3:docs: Fix a typoOPC oota1-1/+1
2009-09-09OPC oota editsJohn H Terpstra1-6/+6
2009-09-09s3:docs: Add info about how to obtain cifs module in cifs mount helper manpageVolker Lendecke1-0/+8
2009-09-08s3/docs: Raise version number.Karolin Seeger82-82/+82
Karolin
2009-09-01s3-docs: Update build howto.Karolin Seeger1-1/+3
This addresses bug #6661. Karolin
2009-08-26Add a parameter to disable the automatic creation of krb5.conf filesVolker Lendecke1-0/+24
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-26cifs.upcall: make using ip address conditional on new optionJeff Layton1-5/+10
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-14cifs.upcall: try getting a "cifs/" principal and fall back to "host/"Jeff Layton1-2/+2
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-12Documentation for "store create time".Jeremy Allison1-0/+15
Jeremy.
2009-08-08Pass absolute file paths to Inkscape when transforming .svg filesAlexander Bokovoy1-2/+2
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-03s3/docs: Fix typos.Karolin Seeger1-2/+2
Thanks to OPC oota <t-oota@dh.jp.nec.com> for reporting! Karolin
2009-07-27docs: fix typos in the net man page.Michael Adam1-3/+3
Noted by Oota Toshiya <t-oota@dh.jp.nec.com> . Michael
2009-07-23Fix typos reported by OPC Oota.John H Terpstra1-4/+4
2009-07-09Replace word noone with more correct word nobody. Thanks OPC Oota.John H Terpstra1-1/+1
2009-07-09Fixes inspired by OPC Oota.John H Terpstra1-10/+18
2009-07-08docs: flesh out options section of umount.cifs manpageShirish Pargaonkar1-7/+49
Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com> Signed-off-by: Jeff Layton <jlayton@redhat.com>
2009-07-07mount.cifs: clarify mapchars optionShirish Pargaonkar1-1/+3
Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com> Signed-off-by: Jeff Layton <jlayton@redhat.com>
2009-07-06Fix some typos pointed out by Oota Toshiya.Jelmer Vernooij1-5/+1
2009-07-06doc: clarify that mount.cifs never uses smb.confSuresh Jayaraman1-0/+8
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-03TOSHARG: Fix typo: s/aquire/acquire/Jelmer Vernooij1-1/+1
2009-07-01s3/docs: Fix typo.Matt Kraai1-1/+1
This fixes bug #6519.
2009-06-30s3 docs: Add documentation for 'kerberos method' and 'dedicated keytab file' ↵Tim Prouty2-0/+54
parameters
2009-06-22s3: forward MSG_DEBUG from smbd parent to all childrenAravind Srinivasan1-1/+4
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-19s3/docs: Fix typo.Karolin Seeger1-1/+1
This fixes bug #6412. Thanks to Carsten Dumke <carsten [at] cdumke.de> for reporting! Karolin
2009-06-18s3/docs: Add documentation for 'net sam rights'.Karolin Seeger1-0/+27
This is part of a fix for bug #6328. Karolin
2009-06-16s3-docs: fix typo in pam_winbind.8.Günther Deschner1-1/+1
Guenther
2009-06-15Fix the section of the pam_winbind manpage.Andreas Schneider2-4/+4
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-06-15Move pam_winbind to the right manpage section (8).Andreas Schneider1-0/+0
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-06-15Dcoument the PAM data exports in the pam_winbind manpage.Andreas Schneider1-0/+44
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-06-15Document the try_first_pass option in the pam_winbind manpage.Andreas Schneider1-5/+8
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-06-15Add a synopsis section to the pam_winbind manpage.Andreas Schneider1-0/+25
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-06-12s3-docs: Fix Bug #4280. Shutdown scripts are called as root for privileged ↵Günther Deschner2-2/+2
users. GUenther
2009-06-10s3/docs: Fix typos.Karolin Seeger1-3/+3
Fix typos reported by OPC oota <t-oota [at] dh.jp.nec.com>. Thanks! Karolin
2009-06-07mount.cifs: update the mount.cifs manpageJeff Layton1-50/+95
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-06s3/docs: Fix example.Karolin Seeger1-2/+2
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-05s3/docs: Fix typo.Karolin Seeger1-2/+2
Karolin
2009-06-03Fix bug #2356 - smbclient -t <term code> no longer works.Jeremy Allison1-16/+0
Removed code and docs. Jeremy.
2009-05-29s3/docs: Fix typo.Karolin Seeger1-1/+1
This fixes bug #4341. Thanks to Michael Cartmell <michael.cartmell [at] thomson.com> for reporting! Karolin
2009-05-27Add a smbclient "readlink" command and add docs for it.Jeremy Allison1-0/+8
Jeremy.
2009-05-27s3/docs: Correct version number.Karolin Seeger1-1/+1
Karolin
2009-05-27Revert "s3/docs: Fix build."Karolin Seeger1-1/+1
This reverts commit 84998cb85e59a92178d916f4e485c08fb826b838. Actually, the "fix" breaks the build. Works after 'make clean'. Sorry!
2009-05-27s3/docs: Fix build.Karolin Seeger1-1/+1
$(DBLATEX) was empty. Please check! Karolin
2009-05-27s3: update manpage as to the new passdb backend defaultBjörn Jacke1-3/+5
2009-05-26s3/docs Add manpage for "map untrusted to domain" parameterSteven Danneman1-0/+33
This fixes bug 6352.
2009-05-26s3/docs: Fix typo in man idmap_rid.Karolin Seeger1-1/+1
Karolin
2009-05-25s3/docs: Fix typos.Karolin Seeger1-4/+4
Thanks to Oota Toshiya <t-oota at dh.jp.nec.com> for reporting! Karolin
2009-05-19s3/docs: Fix shutdown script example.Karolin Seeger1-4/+5
This fixes bug #5897. Thanks to TAKAHASHI Motonobu <monyo [at] samba.gr.jp> for reporting and providing the example! Karolin
2009-05-11s3-docs: document "net dom renamecomputer".Günther Deschner1-0/+33
Guenther
2009-05-06s3/docs: Remove unnecessary .sp.Karolin Seeger1-10/+10
Karolin
2009-05-06s3-docs: Fix Bug #6331. Document "net dom join/net dom unjoin".Günther Deschner1-0/+81
Guenther