summaryrefslogtreecommitdiffstats
path: root/docs-xml
Commit message (Collapse)AuthorAgeFilesLines
* s3-docs: Update build howto.Karolin Seeger2009-09-011-1/+3
| | | | | | This addresses bug #6661. Karolin
* Add a parameter to disable the automatic creation of krb5.conf filesVolker Lendecke2009-08-261-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 :-)
* cifs.upcall: make using ip address conditional on new optionJeff Layton2009-08-261-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>
* cifs.upcall: try getting a "cifs/" principal and fall back to "host/"Jeff Layton2009-08-141-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>
* Documentation for "store create time".Jeremy Allison2009-08-121-0/+15
| | | | Jeremy.
* Pass absolute file paths to Inkscape when transforming .svg filesAlexander Bokovoy2009-08-081-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.
* s3/docs: Fix typos.Karolin Seeger2009-08-031-2/+2
| | | | | | Thanks to OPC oota <t-oota@dh.jp.nec.com> for reporting! Karolin
* docs: fix typos in the net man page.Michael Adam2009-07-271-3/+3
| | | | | | Noted by Oota Toshiya <t-oota@dh.jp.nec.com> . Michael
* Fix typos reported by OPC Oota.John H Terpstra2009-07-231-4/+4
|
* Replace word noone with more correct word nobody. Thanks OPC Oota.John H Terpstra2009-07-091-1/+1
|
* Fixes inspired by OPC Oota.John H Terpstra2009-07-091-10/+18
|
* docs: flesh out options section of umount.cifs manpageShirish Pargaonkar2009-07-081-7/+49
| | | | | Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com> Signed-off-by: Jeff Layton <jlayton@redhat.com>
* mount.cifs: clarify mapchars optionShirish Pargaonkar2009-07-071-1/+3
| | | | | Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com> Signed-off-by: Jeff Layton <jlayton@redhat.com>
* Fix some typos pointed out by Oota Toshiya.Jelmer Vernooij2009-07-061-5/+1
|
* doc: clarify that mount.cifs never uses smb.confSuresh Jayaraman2009-07-061-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>
* TOSHARG: Fix typo: s/aquire/acquire/Jelmer Vernooij2009-07-031-1/+1
|
* s3/docs: Fix typo.Matt Kraai2009-07-011-1/+1
| | | | This fixes bug #6519.
* s3 docs: Add documentation for 'kerberos method' and 'dedicated keytab file' ↵Tim Prouty2009-06-302-0/+54
| | | | parameters
* s3: forward MSG_DEBUG from smbd parent to all childrenAravind Srinivasan2009-06-221-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.
* s3/docs: Fix typo.Karolin Seeger2009-06-191-1/+1
| | | | | | | This fixes bug #6412. Thanks to Carsten Dumke <carsten [at] cdumke.de> for reporting! Karolin
* s3/docs: Add documentation for 'net sam rights'.Karolin Seeger2009-06-181-0/+27
| | | | | | This is part of a fix for bug #6328. Karolin
* s3-docs: fix typo in pam_winbind.8.Günther Deschner2009-06-161-1/+1
| | | | Guenther
* Fix the section of the pam_winbind manpage.Andreas Schneider2009-06-152-4/+4
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Move pam_winbind to the right manpage section (8).Andreas Schneider2009-06-151-0/+0
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Dcoument the PAM data exports in the pam_winbind manpage.Andreas Schneider2009-06-151-0/+44
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Document the try_first_pass option in the pam_winbind manpage.Andreas Schneider2009-06-151-5/+8
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Add a synopsis section to the pam_winbind manpage.Andreas Schneider2009-06-151-0/+25
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* s3-docs: Fix Bug #4280. Shutdown scripts are called as root for privileged ↵Günther Deschner2009-06-122-2/+2
| | | | | | users. GUenther
* s3/docs: Fix typos.Karolin Seeger2009-06-101-3/+3
| | | | | | | Fix typos reported by OPC oota <t-oota [at] dh.jp.nec.com>. Thanks! Karolin
* mount.cifs: update the mount.cifs manpageJeff Layton2009-06-071-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>
* s3/docs: Fix example.Karolin Seeger2009-06-061-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
* s3/docs: Fix typo.Karolin Seeger2009-06-051-2/+2
| | | | Karolin
* Fix bug #2356 - smbclient -t <term code> no longer works.Jeremy Allison2009-06-031-16/+0
| | | | | Removed code and docs. Jeremy.
* s3/docs: Fix typo.Karolin Seeger2009-05-291-1/+1
| | | | | | | This fixes bug #4341. Thanks to Michael Cartmell <michael.cartmell [at] thomson.com> for reporting! Karolin
* Add a smbclient "readlink" command and add docs for it.Jeremy Allison2009-05-271-0/+8
| | | | Jeremy.
* s3/docs: Correct version number.Karolin Seeger2009-05-271-1/+1
| | | | Karolin
* Revert "s3/docs: Fix build."Karolin Seeger2009-05-271-1/+1
| | | | | | | This reverts commit 84998cb85e59a92178d916f4e485c08fb826b838. Actually, the "fix" breaks the build. Works after 'make clean'. Sorry!
* s3/docs: Fix build.Karolin Seeger2009-05-271-1/+1
| | | | | | | | $(DBLATEX) was empty. Please check! Karolin
* s3: update manpage as to the new passdb backend defaultBjörn Jacke2009-05-271-3/+5
|
* s3/docs Add manpage for "map untrusted to domain" parameterSteven Danneman2009-05-261-0/+33
| | | | This fixes bug 6352.
* s3/docs: Fix typo in man idmap_rid.Karolin Seeger2009-05-261-1/+1
| | | | Karolin
* s3/docs: Fix typos.Karolin Seeger2009-05-251-4/+4
| | | | | | Thanks to Oota Toshiya <t-oota at dh.jp.nec.com> for reporting! Karolin
* s3/docs: Fix shutdown script example.Karolin Seeger2009-05-191-4/+5
| | | | | | | This fixes bug #5897. Thanks to TAKAHASHI Motonobu <monyo [at] samba.gr.jp> for reporting and providing the example! Karolin
* s3-docs: document "net dom renamecomputer".Günther Deschner2009-05-111-0/+33
| | | | Guenther
* s3/docs: Remove unnecessary .sp.Karolin Seeger2009-05-061-10/+10
| | | | Karolin
* s3-docs: Fix Bug #6331. Document "net dom join/net dom unjoin".Günther Deschner2009-05-061-0/+81
| | | | Guenther
* s3-docs: Fix "net eventlog dump" syntax in manpage.Günther Deschner2009-05-061-1/+1
| | | | Guenther
* s3/docs: Fix typo.Karolin Seeger2009-05-041-1/+1
| | | | Karolin
* s3/docs: Fix typos.Karolin Seeger2009-05-031-4/+5
| | | | | | | That fixes bug #4247. Thanks to David McNeill <davemc [at] mcpond.co.nz> for reporting! Karolin
* s3/docs: Fix typo.Karolin Seeger2009-05-031-1/+1
| | | | | | | This fixes bug #4245. Thanks to David McNeill <davemc [at] mcpond.co.nz> for reporting! Karolin