~ubuntu-branches/ubuntu/gutsy/samba/gutsy-updates

« back to all changes in this revision

Viewing changes to examples/LDAP/smbldap-tools-0.9.2/CONTRIBUTORS

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2006-11-28 20:14:37 UTC
  • mfrom: (0.10.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061128201437-a6x4lzlhempazocp
Tags: 3.0.23d-1ubuntu1
* Merge from debian unstable.
* Drop python2.4-samba, replace with python-samba. Added Conflicts/Replaces
  on python2.4-samba
* Drop track-connection-dos.patch, ubuntu-winbind-panic.patch, 
  ubuntu-fix-ldap.patch, ubuntu-setlocale.patch, ubuntu-setlocale-fixes.patch
* Remaining Ubuntu changes:
  - Revert Debian's installation of mount.cifs and umount.cifs as suid
  - Comment out the default [homes] shares and add more verbose comments to
    explain what they do and how they work (closes: launchpad.net/27608)
  - Add a "valid users = %S" stanza to the commented-out [homes] section, to
    show users how to restrict access to \\server\username to only username.
  - Change the (commented-out) "printer admin" example to use "@lpadmin"
    instead of "@ntadmin", since the lpadmin group is used for spool admin.
  - Alter the panic-action script to encourage users to report their
    bugs in Ubuntu packages to Ubuntu, rather than reporting to Debian.
    Modify text to more closely match the Debian script
  - Munge our init script to deal with the fact that our implementation
    (or lack thereof) of log_daemon_msg and log_progress_msg differs
    from Debian's implementation of the same (Ubuntu #19691)
  - Kept ubuntu-auxsrc.patch: some auxilliary sources (undocumented in 
    previous changelogs)
  - Set default workgroup to MSHOME

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Source: /opt/cvs/samba/smbldap-tools/CONTRIBUTORS,v $
 
2
#
 
3
## Authors and actives contributors to SMBLDAP-TOOLS
 
4
 
 
5
Have contributed directly to this tools, or are always in charge of 
 
6
some aspects of it developments:
 
7
 . J�r�me Tournier <jerome.tournier@IDEALX.com>
 
8
 . Terry Davis <terry@terryd.net>
 
9
 . David Le Corfec <dlc@freesurf.fr>
 
10
 . Olivier Lemaire <olivier.lemaire@IDEALX.com>
 
11
 
 
12
Many thanks to contributors for bug report and patches:
 
13
 . Bruce Benda
 
14
        smbldap-passwd: regular users can change their passwords when TLS is forced
 
15
 . Dmitry Grigorovich
 
16
        options in smbldap-passwd
 
17
 . Marc Schoechlin <ms@LF.net>
 
18
        load the perl-modules without setting environment-variables or making symlinks
 
19
 . Alexander Bergolth <leo@strike.wu-wien.ac.at>
 
20
        more Net::LDAP support
 
21
 . Gert-Jan Braas <braas@wyldebeast-wunderliebe.com>
 
22
        bug report for 2.2.3 samba.schema
 
23
 . Jody Haynes <Jody.Haynes@isunnetworks.com>
 
24
        originaly passwd.pl
 
25
 . Brad Langhorst <brad@langhorst.com>
 
26
        package relocatability
 
27
 . Mirko Manea <mami@arena.sci.univr.it>
 
28
        originaly useradd.pl
 
29
 . Alain Richard <alain.richard@equation.fr>
 
30
        bug report and Perl tips
 
31
 . Roland Schulz <mail@r2s2.de> 
 
32
        bug report for smbldap-passwd
 
33
 . Xavier Boschian <Xavier.Boschian@rtlgroup.net>
 
34
        bug report for smbldap-populate
 
35
 . Christophe DUBREUIL <christophe.dubreuil@laposte.net>
 
36
        Net::LDAP support in smbldap_tools.pm
 
37
# - The End