summaryrefslogtreecommitdiffstats
path: root/doc/tdeioslave/smb/index.docbook
blob: 10bf302af66eb4c4d26c58dcd4a9517e126993c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" ?>
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
  <!ENTITY % addindex "IGNORE">
  <!ENTITY % English "INCLUDE" > <!-- change language only here -->
]>

<article lang="&language;" id="smb">
<title>smb</title>

<articleinfo>

<authorgroup>
<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.
</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; 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>

</article>