diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-10 16:29:07 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-10 16:29:07 -0600 |
commit | 50741cc5474353bba914746aa25b091aa609a38f (patch) | |
tree | 4749d137bae305e246f62dd290273b55d926ad3a /doc/tdeioslave/smb/index.docbook | |
parent | 9abee0aada612f8cc875ff33f02c92c1211cb56f (diff) | |
download | tdebase-50741cc5474353bba914746aa25b091aa609a38f.tar.gz tdebase-50741cc5474353bba914746aa25b091aa609a38f.zip |
Remove KControl Protocols module, move protocol items to the help handbook,
rename TDEIOSlaves->Protocols, add new help files, update other help files,
make protocol handbooks consistent in format.
Diffstat (limited to 'doc/tdeioslave/smb/index.docbook')
-rw-r--r-- | doc/tdeioslave/smb/index.docbook | 53 |
1 files changed, 38 insertions, 15 deletions
diff --git a/doc/tdeioslave/smb/index.docbook b/doc/tdeioslave/smb/index.docbook index e3bca3f70..10bf302af 100644 --- a/doc/tdeioslave/smb/index.docbook +++ b/doc/tdeioslave/smb/index.docbook @@ -5,13 +5,42 @@ ]> <article lang="&language;" id="smb"> -<title>SMB</title> +<title>smb</title> + <articleinfo> + <authorgroup> -<author>&Alexander.Neundorf; &Alexander.Neundorf.mail;</author> +<author>&Alexander.Neundorf;</author> +<author>&tde-authors;</author> <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>2010</year> +<holder>&Alexander.Neundorf;</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +This handbook describes the smb protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>smb</keyword> +<keyword>protocol</keyword> +</keywordset> + </articleinfo> + <para> The smb ioslave enables you to browse the shares of a &Windows; (or Samba) network. @@ -29,13 +58,15 @@ will list the hosts in this workgroup. To see the shares of a host, enter <userinput><command>smb://</command><replaceable>the_host</replaceable></userinput> or -<userinput><command>smb:/</command><replaceable>a_workgroup</replaceable>/<replaceable>the_host</replaceable></userinput>. +<userinput><command>smb:/</command><replaceable>a_workgroup</replaceable>/<replaceable>the_host +</replaceable></userinput>. </para> <para> To access a share directly enter <userinput><command>smb://</command><replaceable>the_host/the_share</replaceable></userinput> or -<userinput><command>smb:/</command><replaceable>a_workgroup</replaceable>/<replaceable>the_host</replaceable>/<replaceable>the_share</replaceable></userinput> +<userinput><command>smb:/</command><replaceable>a_workgroup</replaceable>/<replaceable>the_host +</replaceable>/<replaceable>the_share</replaceable></userinput> </para> <para> @@ -46,17 +77,9 @@ The smb ioslave requires that you have libsmbclient to use this ioslave. You can set your default user name and password in the &kcontrol; in <menuchoice><guisubmenu>Network</guisubmenu><guimenuitem>Windows Shares</guimenuitem></menuchoice>. This is especially useful if you are a -member of a &Windows; <acronym>NT</acronym> domain. There you can also set your -workgroup name, but in most cases this is not required. The tdeioslave will ask for your username and password if a default is not set. -</para> - -<para> -This ioslave is tested and developed using mainly Samba 2.0.7, but other -versions of Samba should work too. +member of a &Windows; domain. There you can also set your +workgroup name, but in most cases this is not required. The tdeioslave will ask for your username +and password if a default is not set. </para> -<para> -Author: Alexander Neundorf <email>neundorf@kde.org</email> -</para> </article> - |