Add userdir-ldap-slapd.conf, a snipped to be included in slapd.conf to the package.
[mirror/userdir-ldap.git] / debian / changelog
1 userdir-ldap (0.3.3X) Xnstable; urgency=low
2
3   * add "security simple_bind=128" to sample slapd.conf.
4   * ud-info: Only show "Lock account" in root mode.
5   * ud-info: Add "retire developer" option that sets
6     accountStatus properly to either retiring, retired, memorial
7     or active.  Active is for all currently active developers,
8     memorial is for those who have passed away and whose accounts
9     will never be reused, retiring is a developer who is retired
10     but still receives mail at their @debian.org address.  After
11     a few months they should move on to retired, with their mail
12     also disabled.  accountStatus is just a freeform text, but
13     these 4 options should be the only ones that exist.
14   * Allow setting of gender in ud-mailgate.  Based on patch by Bernhard
15     R. Link.
16   * Add userdir-ldap-slapd.conf, a snipped to be included in slapd.conf
17     to the package.
18
19  -- Peter Palfrader <weasel@debian.org>  Mon, 23 Jun 2008 22:52:36 +0200
20
21 userdir-ldap (0.3.32) unstable; urgency=low
22
23   * Do SSL when connecting to the ldap server.
24
25  -- Peter Palfrader <weasel@debian.org>  Fri, 23 May 2008 23:50:03 +0200
26
27 userdir-ldap (0.3.31) unstable; urgency=low
28
29   [ Joerg Jaspert ]
30   * Use sync_keyrings from config file in ud-generate instead of a
31     hardcoded list
32   * Use add_keyrings from config file in ud-useradd instead of a
33     hardcoded list
34   * Use ud-config to get the emailappend value in ud-replicate, no longer
35     hardcoding @debian.org
36
37   [ Stephen Gran ]
38   * Document how to use unique overlay for uid and keyFingerPrint
39
40  -- Peter Palfrader <weasel@debian.org>  Fri, 23 May 2008 10:01:51 +0200
41
42 userdir-ldap (0.3.30) unstable; urgency=low
43
44   * When we touch usePassword in ud-info or ud-mailgate we now also
45     update shadowLastChange.
46   * When we lock accounts, set shadowExpire to 1.  shadowExpire
47     is "days since Jan 1, 1970 that account is disabled".
48   * Properly capitalize shadowInactive and shadowExpire attributes in
49     ud-info and ud-generate.
50   * Add copyright statements to ud-info from bzr log.
51
52  -- Peter Palfrader <weasel@debian.org>  Thu, 22 May 2008 22:39:10 +0200
53
54 userdir-ldap (0.3.29) unstable; urgency=low
55
56   * ud-info: Add an option "L" to lock accounts in the interactive
57     interface.  Locking an account sets a user's password to "{crypt}*LK*"
58     and sets a mailDisableMessage of "account locked".
59
60  -- Peter Palfrader <weasel@debian.org>  Thu, 22 May 2008 21:49:19 +0200
61
62 userdir-ldap (0.3.28) unstable; urgency=low
63
64   * ud-generate: Do not disable mail just because the account is locked.
65
66  -- Peter Palfrader <weasel@debian.org>  Thu, 22 May 2008 21:38:56 +0200
67
68 userdir-ldap (0.3.27) unstable; urgency=low
69
70   * Export ssh-keys.tar.gz to [UNTRUSTED] hosts.  Since we already export
71     ssh-rsa-shadow this is probably the right thing.
72   * Make keys in the ssh-keys tarball mode 0400 instead of mode 0600.
73
74  -- Peter Palfrader <weasel@debian.org>  Mon, 19 May 2008 08:55:28 +0200
75
76 userdir-ldap (0.3.26) unstable; urgency=low
77
78   * ud-replicate: sgran pointed out that if all we care about ignoring is
79     EEXIST then we should use mkdir -p instead of [ -d userkeys ] || mkdir
80     userkeys.
81   * ud-mailgate: a bug in DoSSH caused all changes to fail that came after
82     DoSSH in HandleChange.  Now DoSSH properly returns without raising an
83     exception if the line to handle is not an ssh public key.
84   * Fix userdir-ldap.schema (objectClass now contains MAY: VoIP). [zobel]
85
86  -- Peter Palfrader <weasel@debian.org>  Sun, 18 May 2008 14:27:50 +0200
87
88 userdir-ldap (0.3.25) unstable; urgency=low
89
90   * Make ssh-keys.tar.gz readable only by the user.
91
92  -- Peter Palfrader <weasel@debian.org>  Sat, 17 May 2008 16:14:56 +0200
93
94 userdir-ldap (0.3.24) unstable; urgency=low
95
96   * ud-mailgate: better regex for ssh1 keys, which we reject. [joerg, weasel]
97   * ud-replicate: Also support the imposter dchroot-dsa from the debian
98     archive. [aba, weasel]
99   * ud-generate: Add support for generation of authorized_keys file on
100     the db host for the sshdist user.  This is now possible since
101     ud-replicate clients use their ssh host key to authenticate to the
102     db server.  The code now supports this but the feature is still
103     disabled. [aba]
104   * ud-generate: Add performance optimization by resolving IP adresses
105     for hosts only once and caching the result. [aba]
106   * ud-replicate, ud-generate: In addition to one big ssh-rsa-shadow file
107     ud-generate now produces per-user authorized_keys files and tars
108     them up.  On the receiving end ud-replicate takes the tar and
109     syncs it to userkeys/.  The goal here is to no longer require
110     a patched sshd.  Setting AuthorizedKeysFile2 to
111     /var/lib/misc/userkeys/%u is sufficient.  For homedir creation
112     we can use pam_mkhomedir. [mhy, sgran]
113
114  -- Peter Palfrader <weasel@debian.org>  Sat, 17 May 2008 14:49:28 +0200
115
116 userdir-ldap (0.3.23) unstable; urgency=low
117
118   * Fix generation of known_hosts file.
119
120  -- Peter Palfrader <weasel@debian.org>  Wed, 14 May 2008 17:55:45 +0200
121
122 userdir-ldap (0.3.22) unstable; urgency=low
123
124   * Add VoIP fiels to the LDAP shema and teach ud-info and ud-mailgate
125     about it. [zobel]
126   * Add IPv6-Adresses (and IPv4 in v6 notation - ::ffff:192.0.2.1) to
127     ssh_known_hosts. [aba]
128   * ud-mailgate no longer accepts ssh dss keys, keys with a size smaller
129     than 1024.  Additionally it checks new keys against a blacklist of
130     ssh key fingerprints. [joerg]
131
132  -- Peter Palfrader <weasel@debian.org>  Wed, 14 May 2008 17:47:45 +0200
133
134 userdir-ldap (0.3.21) unstable; urgency=low
135
136   * ud-replicate: use the host key to sync stuff from the db server,
137     that is, call ssh with ii /etc/ssh/ssh_host_rsa_key.
138   * ud-replicate: Call ssh with -o PreferredAuthentications=publickey
139     so that it does not even try password authentication.
140
141  -- Peter Palfrader <weasel@debian.org>  Tue, 13 May 2008 22:06:23 +0200
142
143 userdir-ldap (0.3.20) unstable; urgency=low
144
145   * Teach ud-mailgate about ipv6 addresses (RT#193).
146   * Sanitize DNS entries somewhat before inserting them into LDAP.
147
148  -- Peter Palfrader <weasel@debian.org>  Mon, 21 Apr 2008 13:29:36 +0200
149
150 userdir-ldap (0.3.19) unstable; urgency=low
151
152   * New [KEYRING] flag to indicate the debian keyring should be synced
153     to this host.
154
155  -- Peter Palfrader <weasel@debian.org>  Fri, 18 Apr 2008 14:33:50 +0200
156
157 userdir-ldap (0.3.18) unstable; urgency=low
158
159   * Various ud-fingerserv fixes.
160
161  -- Peter Palfrader <weasel@debian.org>  Thu, 17 Apr 2008 19:48:11 +0200
162
163 userdir-ldap (0.3.17) unstable; urgency=low
164
165   * Calling dh_installdeb before dh_pysupport was probably not the smartest
166     move.  Reorder.
167
168  -- Peter Palfrader <weasel@debian.org>  Wed, 16 Apr 2008 19:59:42 +0200
169
170 userdir-ldap (0.3.16) unstable; urgency=low
171
172   [ Peter Palfrader ]
173   * Ship userdir-ldap.schema with the package, add a note that it is
174     now version-controlled in bzr on top of the file.
175   * Get rid of debian/conffiles, wich only listed files in /etc anyway.
176     Those files were already being tagged as conffiles by debhelper,
177     resulting in them being listed twice in the resulting binary package.
178   * Change the build dependency on debhelper to be versioned >= 5.
179   * Change Build-Depends-Indep to Build-Depends.
180   * Change the build dependency on python-support to be versioned >= 0.3.
181   * ud-roleadd: Do not try to make role accounts of objectClass
182     inetOrgPerson, that doesn't work.
183   * Add myself to uploaders.
184   * Create /var/lib/misc/thishost as a symlink to the hostname in postinst.
185   * Sleep for a random time, up to two minutes, in ud-replicate when not
186     called interactively.  This is to prevent DoSing the db server when
187     many clients come at the same time.
188
189   [ Mark Hymers ]
190   * ud-userimport, ud-groupadd, ud-roleadd, ud-useradd, userdir_ldap.py:
191     Update ud-userimport to use the same objectClasses as
192     ud-{user,group,role}add and abstract them out into userdir_ldap.py
193   * ud-useradd: Avoid a TypeError exception when constructing the template
194     filename
195   * Remove use of deprecated functions from the string module
196   * ud-arbimport: os.exit -> sys.exit
197   * ud-generate: Set shadow expiry to 1 for locked accounts.
198   * update doc/slapd-config.txt: labeledURL was removed from the schema but
199     not the slapd.conf example.  Do that now.
200   * add simple ud-config script for use in shell scripts.  This allows
201     querying config values.
202
203   [ Marc 'HE' Brockschmidt ]
204   * Make the host ud-replicate syncs from configurable in userdir-ldap.conf,
205     instead of hardcoding it into the script. Also introduce a variable
206     containing a shell glob on which no remote sync is needed, so that
207     the db host doesn't need to have a key in the authorized_keys file
208     for the sshdist user
209   * ud-useradd: support usergroups.
210   * ud-host/userdir-ldap.schema: Add 'purpose', 'physicalHost' to
211     debianServer schema and teach ud-host about it
212   * ud-host: cleanup: Replace local copy HBaseDn of the centrally
213     configured HostBaseDn.
214   * ud-generate: Mark that no passwords are exported also in the
215     generated passwd file, not only in the shadow file (by using a "*"
216     as password (meaning "no password"), instead of "x" (meaning "do I
217     look like a passwd from the nineties? Look into /etc/shadow!")).
218
219   [ Joerg Jaspert ]
220   * Enhance copyright file a bit, also adding a pointer to our repository
221   * Add those utf8 headerlines to mail templates. Same "trick" as used in dak
222     to send utf8 mails for people that need them. Works there - should work
223     here too.
224
225   [ Stephen Gran ]
226   * ud-fingerserv: implement daemonize() for non-inetd mode.
227   * Packaging cleanup
228   * Use standard debhelper tools
229   * Create all files we ship instead of echoing them into creation at build
230     time
231   * Typo fix in copyright
232   * Update Standards-Version to 3.7.3 (no changes)
233   * Build manpages at build time (add Build-Depend on yodl)
234   * Install built manpages
235
236  -- Peter Palfrader <weasel@debian.org>  Wed, 16 Apr 2008 14:10:12 +0200
237
238 userdir-ldap (0.3.15) unstable; urgency=low
239
240   * userdir_gpg.py: fix RT #70 (sub-key support for mail gateway)
241   * change *PK* mechanism to Linux standard ! mechanism, and check for
242     it in the mail gateway for changes, too.
243   * change packaging to make use of python-support, simplyfing scripts
244     greatly.
245   * Remove obsolete ud-killcrypt that wouldn't work with modern ldap anyways.
246
247  -- Ryan Murray <rmurray@debian.org>  Sun, 12 Aug 2007 13:38:11 -0600
248
249 userdir-ldap (0.3.14) unstable; urgency=low
250
251   * ud-generate:
252     . Establish *PK* as mechanism for locked accounts with mail forwarding intact.
253       No subscription to debian-private though, and no way to log in
254     . Support [NOPASSWD] for generating configs that only don't
255       contain the password for untrusted hosts that should receive
256       the other regular export (patch by Andreas Barth <aba@not.so.argh.org>)
257   * ud-host:
258     . Import the base DN from the configuration file (patch by Andreas
259       Barth <aba@not.so.argh.org>)
260   * ud-roleadd:
261     . Improved admin output
262   * Removed unused and obsolete whrandom module (ud-host, ud-info, ud.py)
263   * Query the LDAP server if no locally defined group with that name was
264     found (userdir_ldap.py, ud-useradd, ud-roleadd)
265   * Preparations for being useful with the version of Python in etch
266
267  -- Joey Schulze <joey@infodrom.org>  Sat, 11 Aug 2007 22:23:25 +0200
268
269 userdir-ldap (0.3.13) unstable; urgency=low
270
271   * ud-generate: only look for *LK*, not the fingerprint when auto-disabling
272     mail
273
274  -- Ryan Murray <rmurray@debian.org>  Mon, 15 Jan 2007 16:14:29 -0700
275
276 userdir-ldap (0.3.12) unstable; urgency=low
277
278   * Add dns-sshfp file with DNS SSHFP records for each host.
279   * Add mail-disable file from LDAP mailDisableMessage
280   * Add mail-greylist and mail-callout files from LDAP mailGreylisting and
281     mailCallout
282   * Add mail-rbl, mail-rhsbl, and mail-whitelist files from LDAP, and add
283     support to set them via mailgate
284   * Add support for additional fields to mailgate arbitrary change and
285     delete functions.
286
287  -- Ryan Murray <rmurray@debian.org>  Thu, 28 Dec 2006 05:14:45 -0700
288
289 userdir-ldap (0.3.11) unstable; urgency=low
290
291   * Add debianhosts file with ip addresses of all hosts.
292   * Don't output bsmtp or DNS entries for accounts without fingerprints.
293   * ud-replicate:
294     - Adjusted symlink path for ssh_known_hosts inside chroot
295     - Use "db" alias for where to rsync from, rather than a hostname (rmurray)
296     - bsmtp handling updated for exim4 (rmurray)
297   * ud-host:
298     - Initialise Host so that -f will print a full list
299     - Display error message and exit properly for wrong arguments
300     - Take better care of unset attributes
301   * userdir_gpg.py:
302     - Removed reference to FCNTL
303   * ud-info
304     - Display error message and exit properly for wrong arguments
305
306  -- Ryan Murray <rmurray@debian.org>  Sun, 13 Nov 2005 16:42:02 -0700
307
308 userdir-ldap (0.3.10) unstable; urgency=low
309
310   * See cvs log for detailed changes
311   * Fixes to run properly on sarge, and other misc changes.
312
313  -- Ryan Murray <rmurray@debian.org>  Fri, 14 Oct 2005 21:49:28 -0600
314
315 userdir-ldap (0.3.9) unstable; urgency=low
316
317   * Added an explicit PATH statement to ud-replicate
318
319  -- Martin Schulze <joey@infodrom.org>  Tue, 25 Jan 2005 10:50:54 +0100
320
321 userdir-ldap (0.3.8) stable; urgency=low
322
323   * ud-replicate:
324      - Update the ssh shadow files in /etc if they don't exist
325      - Corrected the verbosity detection
326      - Only fiddle inside the chroot if the makedb program exist
327      - Fixed path bug
328      - Added support for hosts without imported shadow file
329   * userdir_ldap.py:
330      - Support pressing C-d and C-c
331      - Support for alphanumeric group names
332      - Added passwdAccessLDAP() for wider use by programs
333   * ud-useradd:
334      - Support for mistyped passwords
335      - Support for alphanumerical group ids
336      - Support for no debian-private subscription
337   * ud-host:
338      - Support for -l to list all hosts
339      - Always perform the list output anonymously
340      - Support for -f to list all fingerprints (-h host optional)
341   * ud-info:
342     - Corrected spelling for labeledURI
343   * ud-mailgate:
344     - Corrected spelling for labeledURI
345     - Added support for deleting the d.net entry
346     - Notify users about unsupported SSH1 keys
347   * Added a proper copyright file
348   * Updated welcome-message-800 from newsamosa
349   * userdir_gpg.py:
350     - Preparations for sarge, added --secret-keyring /dev/null
351   * ud-generate:
352     - Generic support for haydn and alioth as [UNTRUSTED]
353   * userdir_gpg.py:
354     - Create ~/.gnupg automagically
355   * ud-roleadd:
356     - New program
357     - Support for creating role accounts (non-DD accounts)
358   
359  -- Martin Schulze <joey@infodrom.org>  Mon, 24 Jan 2005 09:04:00 +0100
360
361 userdir-ldap (0.3.7) stable; urgency=low
362
363   * ud-fingerserv: Corrected the key/fingerprint feature
364   * ud-fingerserv: Added the ICQ UIN
365   * Case sensive LDAP field names for nearly all programs
366   * ud-generate:
367       . Honour locked accounts when writing the shadow file
368       . Hardcode exception for haydn and costa as alioth hosts
369   * ud-mailgate: No access for locked accounts
370   * sigcheck: imported changes from murphy
371   * Added sigcheck to the programs to be installed
372   * Moved the web pages into webwml/db.debian.org
373   * Moved the CGI programs into its own package
374   * ud-replicate:
375       . Added support for user chroot environments
376       . Remove shadow files if they exist
377       . Remove ud-replicate in /usr/local/bin
378
379  -- Martin Schulze <joey@infodrom.org>  Thu, 18 Nov 2004 19:07:01 +0100
380
381 userdir-ldap (0.3.6) unstable; urgency=low
382
383   * Specify full path to postmap
384
385  -- Ryan Murray <rmurray@debian.org>  Fri, 26 Sep 2003 11:48:25 -0600
386
387 userdir-ldap (0.3.5) unstable; urgency=low
388
389   * Add depends on rsync
390   * Generate db of debian.org on postfix systems
391
392  -- Ryan Murray <rmurray@debian.org>  Sat, 30 Aug 2003 18:41:29 -0600
393
394 userdir-ldap (0.3.4) unstable; urgency=low
395
396   * Use the right python version in the maintainer scripts
397
398  -- Ryan Murray <rmurray@debian.org>  Tue, 18 Mar 2003 19:26:31 -0700
399
400 userdir-ldap (0.3.3) unstable; urgency=low
401
402   * Rebuild for python2.1 and woody
403
404  -- Ryan Murray <rmurray@debian.org>  Wed, 12 Mar 2003 21:30:12 -0700
405
406 userdir-ldap (0.3.2) unstable; urgency=low
407
408   * Seperation of bsmtp and zoneupdate
409
410  -- Ryan Murray <rmurray@debian.org>  Thu,  8 Aug 2002 12:07:00 -0700
411
412 userdir-ldap (0.3.1) unstable; urgency=low
413
414   * Add ud-zoneupdate from klecker's /usr/local/bin
415
416  -- Ryan Murray <rmurray@debian.org>  Tue,  6 Aug 2002 22:42:05 -0700
417
418 userdir-ldap (0.3) unstable; urgency=low
419
420   * Only use sshrsa{host,}key variable, and store all three types of keys
421     in that attribute.
422
423  -- Jason Gunthrope <jgg@debian.org>  Sun,  2 Dec 2001 20:21:26 -0800
424
425 userdir-ldap (0.2) unstable; urgency=low
426
427   * What the hey, a new version number.
428
429  -- Jason Gunthrope <jgg@debian.org>  Sun, 11 Feb 2001 18:37:27 -0800 
430
431 userdir-ldap (0.1) unstable; urgency=low
432
433   * Initial Packaging
434
435  -- Jason Gunthrope <jgg@debian.org>  Fri, 30 Apr 1999 00:39:31 -0600