diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 4aed2c8219774f5d797760606b8489a92ddc5163 (patch) | |
tree | 3f8c130f7d269626bf6a9447407ef6c35954426a /doc/kioslave/smb.docbook | |
download | tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.tar.gz tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/kioslave/smb.docbook')
-rw-r--r-- | doc/kioslave/smb.docbook | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/doc/kioslave/smb.docbook b/doc/kioslave/smb.docbook new file mode 100644 index 000000000..716db415f --- /dev/null +++ b/doc/kioslave/smb.docbook @@ -0,0 +1,56 @@ +<article lang="&language;" id="smb"> +<title>SMB</title> +<articleinfo> +<authorgroup> +<author>&Alexander.Neundorf; &Alexander.Neundorf.mail;</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> +</articleinfo> +<para> +The smb ioslave enables you to browse the shares of a &Windows; (or Samba) +network. +</para> + +<para> +To see the workgroups, enter +<userinput><command>smb:/</command></userinput>. +</para> +<para> +<userinput><command>smb://</command><replaceable>a_workgroup</replaceable></userinput> +will list the hosts in this workgroup. +</para> +<para> +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>. +</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> +</para> + +<para> +The smb ioslave requires that you have libsmbclient to use this ioslave. +</para> + +<para> +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 kioslave 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. +</para> + +<para> +Author: Alexander Neundorf <email>neundorf@kde.org</email> +</para> +</article> + |