fix copy'n paste error
[buildroot.git] / package / samba / Config.in
blob08c605f66d7b01a329a00f26dd6a5756a58a5d1e
1 config BR2_PACKAGE_SAMBA
2         bool "samba"
3         default n
4         help
5           Provides print services to all manner of SMB/CIFS clients,
6           including the numerous versions of Microsoft Windows
7           operating systems.
9           http://www.samba.org/
11           NOTE: A complete Samba install takes close to 40MB of space,
12                 so choose only the components you need.
14 menu "Samba tools selection"
15         depends on BR2_PACKAGE_SAMBA
17 config BR2_PACKAGE_SAMBA_CIFS
18         bool "cifs"
19         default y
20         depends on BR2_PACKAGE_SAMBA
21         help
22           Support CIFS
24 config BR2_PACKAGE_SAMBA_EVENTLOGADM
25         bool "eventlogadm"
26         default y
27         depends on BR2_PACKAGE_SAMBA
28         help
29           Write Eventlog records to a tdb or perform other eventlog functions
31 config BR2_PACKAGE_SAMBA_NET
32         bool "net"
33         default y
34         depends on BR2_PACKAGE_SAMBA
35         help
36           Distributed SMB/CIFS Server Management Utility
38 config BR2_PACKAGE_SAMBA_NMBD
39         bool "nmbd"
40         default y
41         depends on BR2_PACKAGE_SAMBA
42         help
43           NetBIOS name server to provide NetBIOS over IP naming services
44           to clients
46 config BR2_PACKAGE_SAMBA_NMBLOOKUP
47         bool "nmblookup"
48         default y
49         depends on BR2_PACKAGE_SAMBA
50         help
51           Query NetBIOS names and map them to IP addresses in a network
52           using NetBIOS over TCP/IP queries
54 config BR2_PACKAGE_SAMBA_NTLM_AUTH
55         bool "ntlm_auth"
56         default y
57         depends on BR2_PACKAGE_SAMBA
58         help
59           Helper utility that authenticates users using NT/LM authentication
61 config BR2_PACKAGE_SAMBA_PDBEDIT
62         bool "pdbedit"
63         default y
64         depends on BR2_PACKAGE_SAMBA
65         help
66           Manage the SAM database (Database of Samba Users)
68 config BR2_PACKAGE_SAMBA_PROFILES
69         bool "profiles"
70         default y
71         depends on BR2_PACKAGE_SAMBA
72         help
73           Utility that reports and changes SIDs in Windows NT registry files
75 config BR2_PACKAGE_SAMBA_RPCCLIENT
76         bool "rpcclient"
77         default y
78         depends on BR2_PACKAGE_SAMBA
79         help
80           Tool for executing client side MS-RPC functions using RPC
81           calls from a UNIX workstation.
83 config BR2_PACKAGE_SAMBA_SMBCACLS
84         bool "smbcacls"
85         default y
86         depends on BR2_PACKAGE_SAMBA
87         help
88           Set or get ACLs on an NT file or directory names
90 config BR2_PACKAGE_SAMBA_SMBCLIENT
91         bool "smbclient"
92         default y
93         depends on BR2_PACKAGE_SAMBA
94         help
95           ftp-like client to access SMB/CIFS resources on servers
97 config BR2_PACKAGE_SAMBA_SMBCONTROL
98         bool "smbcontrol"
99         default y
100         depends on BR2_PACKAGE_SAMBA
101         help
102           Send messages to smbd, nmbd or winbindd processes
104 config BR2_PACKAGE_SAMBA_SMBCQUOTAS
105         bool "smbcquotas"
106         default y
107         depends on BR2_PACKAGE_SAMBA
108         help
109           Set or get QUOTAs of NTFS 5 shares
111 config BR2_PACKAGE_SAMBA_SMBGET
112         bool "smbget"
113         default y
114         depends on BR2_PACKAGE_SAMBA
115         help
116           wget-like utility for download files over SMB
118 config BR2_PACKAGE_SAMBA_SMBPASSWD
119         bool "smbpasswd"
120         default y
121         depends on BR2_PACKAGE_SAMBA
122         help
123           Change a user's SMB passwd
125 config BR2_PACKAGE_SAMBA_SMBSPOOL
126         bool "smbspool"
127         default y
128         depends on BR2_PACKAGE_SAMBA
129         help
130           Send a print file to an SMB printer
132 config BR2_PACKAGE_SAMBA_SMBSTATUS
133         bool "smbstatus"
134         default y
135         depends on BR2_PACKAGE_SAMBA
136         help
137           Report on current Samba connections
139 config BR2_PACKAGE_SAMBA_SMBTREE
140         bool "smbtree"
141         default y
142         depends on BR2_PACKAGE_SAMBA
143         help
144           A text based smb network browser
146 config BR2_PACKAGE_SAMBA_SWAT
147         bool "swat"
148         default y
149         depends on BR2_PACKAGE_SAMBA
150         help
151           Samba Web Administration Tool
153 config BR2_PACKAGE_SAMBA_TDB
154         bool "tdb"
155         default y
156         depends on BR2_PACKAGE_SAMBA
157         help
158           Tools to operate on the .tdb database files
160 config BR2_PACKAGE_SAMBA_TESTPARM
161         bool "testparm"
162         default y
163         depends on BR2_PACKAGE_SAMBA
164         help
165           Check an smb.conf configuration file for internal correctness
167 config BR2_PACKAGE_SAMBA_WINBINDD
168         bool "winbindd"
169         default y
170         depends on BR2_PACKAGE_SAMBA
171         help
172           Name Service Switch daemon for resolving names from NT servers
174 config BR2_PACKAGE_SAMBA_WBINFO
175         bool "wbinfo"
176         default y
177         depends on BR2_PACKAGE_SAMBA_WINBINDD
178         help
179           Query information from winbind daemon
181 endmenu