~ubuntu-branches/debian/sid/samba/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Christian Perrier, Christian Perrier, Ivo De Decker, Luk Claes, Sam Morris
  • Date: 2012-06-03 20:00:56 UTC
  • Revision ID: package-import@ubuntu.com-20120603200056-9dumwb9gsm8uxplu
Tags: 2:3.6.5-5
[ Christian Perrier ]
* Make libpam-winbind depend on libnss-winbind.

[ Ivo De Decker ]
* Update symbols file for libsmbclient and libwbclient0
* Add lintian overrides for examples in samba-doc
* libpam-winbind: change Depends on libnss-winbind to Recommends
* libnss-winbind: Suggests libpam-winbind
* Update package description for winbind, libpam-winbind and libnss-winbind
  to better reflect their content
* Backport vfs_shadow_copy2 from master, to allow shadow copy to work
  without wide links

[ Luk Claes ]
* Ship wbclient.pc file in multiarch safe directory (Closes: #674215).

[ Sam Morris ]
* Add libutil_drop_AI_ADDRCONFIG.patch  that allows running nmbd when
  no network interfaces have been assigned an address, therefore
  removing the need for an if-up script. Closes: #640668,#640508

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
 .
196
196
 This package provides winbindd, a daemon which integrates authentication
197
197
 and directory service (user/group lookup) mechanisms from a Windows
198
 
 domain on a Linux system.  User/group lookups are configured via
199
 
 /etc/nsswitch.conf, and authentication is integrated using the winbind
200
 
 module for PAM.
 
198
 domain on a Linux system.
 
199
 .
 
200
 Winbind based user/group lookups via /etc/nsswitch.conf can be enabled via
 
201
 the libnss-winbind package. Winbind based Windows domain authentication can
 
202
 be enabled via the libpam-winbind package.
 
203
 
201
204
 
202
205
Package: libpam-winbind
203
206
Section: net
206
209
Multi-Arch: same
207
210
Pre-Depends: ${misc:Pre-Depends}
208
211
Depends: ${shlibs:Depends}, ${misc:Depends}, winbind (= ${binary:Version}), libwbclient0 (= ${binary:Version}), samba-common (= ${source:Version}), libpam-runtime (>= 1.0.1-6), libpam0g (>= 1.1.3-2~)
 
212
Recommends: libnss-winbind
209
213
Breaks: winbind (<< 2:3.5.11~dfsg-3)
210
214
Replaces: samba (<= 2.2.3-2), winbind (<< 2:3.5.11~dfsg-3)
211
215
Description: Windows domain authentication integration plugin
215
219
 as an NT4-style domain controller, and can integrate with both NT4 domains
216
220
 and Active Directory realms as a member server.
217
221
 .
218
 
 This package provides pam_winbind, a plugin that integrates
219
 
 with a local winbindd server to provide Windows domain authentication and
220
 
 user/group name lookups to the system.
 
222
 This package provides pam_winbind, a plugin that integrates with a local
 
223
 winbindd server to provide Windows domain authentication to the system.
221
224
 
222
225
Package: libnss-winbind
223
226
Section: net
228
231
Depends: ${shlibs:Depends}, ${misc:Depends}, winbind (= ${binary:Version}), libwbclient0 (= ${binary:Version}), samba-common (= ${source:Version})
229
232
Breaks: libpam-winbind (<< 2:3.6.5-2), winbind (<< 2:3.5.11~dfsg-3)
230
233
Replaces: libpam-winbind (<< 2:3.6.5-2), samba (<= 2.2.3-2), winbind (<< 2:3.5.11~dfsg-3)
 
234
Suggests: libpam-winbind
231
235
Description: Samba nameservice integration plugins
232
236
 Samba is an implementation of the SMB/CIFS protocol for Unix systems,
233
237
 providing support for cross-platform file and printer sharing with
236
240
 and Active Directory realms as a member server.
237
241
 .
238
242
 This package provides nss_winbind, a plugin that integrates
239
 
 with a local winbindd server to provide Windows domain authentication and
240
 
 user/group name lookups to the system; and nss_wins, which provides
241
 
 hostname lookups via both the NBNS and NetBIOS broadcast protocols.
 
243
 with a local winbindd server to provide user/group name lookups to the
 
244
 system; and nss_wins, which provides hostname lookups via both the NBNS and
 
245
 NetBIOS broadcast protocols.
242
246
 
243
247
Package: samba-dbg
244
248
Section: debug