summaryrefslogtreecommitdiffstats
path: root/docs-xml
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for typos. Thank-you PC Oota.John H Terpstra2009-10-191-7/+7
|
* Fix typo.Karolin Seeger2009-10-192-2/+2
| | | | | | privilage -> privilege Karolin
* s3/docs: Add missing meta data to man ldbrename.Karolin Seeger2009-10-151-0/+3
| | | | | | Avoid warnings. Karolin
* docs: document wbinfo -c.Günther Deschner2009-10-131-0/+9
| | | | Guenther
* docs: document wbinfo -t --domain DOMAIN behavior.Günther Deschner2009-10-131-1/+3
| | | | Guenther
* ѕ3: fix domain trust documentation confusionBjörn Jacke2009-10-121-2/+10
| | | | | fix some trusted/trusting mixups, make documentation more precise and man page more verbose.
* s3-docs: remove xml artefact from net.8.xml.Günther Deschner2009-10-121-1/+1
| | | | Guenther
* s3/smbldap: add option to disable following LDAP refsJan Engelhardt2009-10-121-0/+21
| | | | Fix bug #6717.
* Change recommended bu PC Oota.John H Terpstra2009-10-091-2/+2
|
* Fix typos. Thank-you PC Oota.John H Terpstra2009-10-081-9/+5
|
* s3:doc: add some detail about lanman auth parameterBjörn Jacke2009-10-031-0/+7
| | | | | add interesting detail: lm passwords will be removed from databaѕe with lanman auth = no
* s3: Document the "share:fake_fscaps" parameter, fix bug 6765Volker Lendecke2009-09-291-0/+20
|
* Patches to fix typos thanks to OPC oota.John H Terpstra2009-09-242-5/+5
|
* Bug fix thanks to vjbangis virayJohn H Terpstra2009-09-241-4/+4
|
* s3:docs: Fix a typoOPC oota2009-09-141-1/+1
|
* OPC oota editsJohn H Terpstra2009-09-091-6/+6
|
* s3:docs: Add info about how to obtain cifs module in cifs mount helper manpageVolker Lendecke2009-09-091-0/+8
|
* s3/docs: Raise version number.Karolin Seeger2009-09-0882-82/+82
| | | | Karolin
* 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