mirror/userdir-ldap.git
14 years agoAn example constraint overlay
Stephen Gran [Wed, 15 Jul 2009 23:57:17 +0000 (00:57 +0100)]
An example constraint overlay
Signed-off-by: Stephen Gran <steve@lobefin.net>
14 years agoMake contentinspection single value
Stephen Gran [Wed, 15 Jul 2009 22:59:52 +0000 (23:59 +0100)]
Make contentinspection single value
Signed-off-by: Stephen Gran <steve@lobefin.net>
14 years agomerge local changes from draghi: localsyncon = "*draghi*" and database hdb
Peter Palfrader [Tue, 14 Jul 2009 09:07:12 +0000 (11:07 +0200)]
merge local changes from draghi: localsyncon = "*draghi*" and database hdb

14 years ago0.3.67 userdir-ldap-0.3.67
Peter Palfrader [Tue, 14 Jul 2009 09:02:47 +0000 (11:02 +0200)]
0.3.67

14 years ago.debian.net DNS no longer creates BSMTP maps for MX 0 gluck
Peter Palfrader [Tue, 14 Jul 2009 09:01:35 +0000 (11:01 +0200)]
.debian.net DNS no longer creates BSMTP maps for MX 0 gluck

14 years agoAdd mailContentInspectionAction attribute. Possible values are reject, blackhole...
Peter Palfrader [Tue, 14 Jul 2009 08:18:25 +0000 (10:18 +0200)]
Add mailContentInspectionAction attribute.  Possible values are reject, blackhole and markup.

14 years agoRemove obsolete comment
Peter Palfrader [Tue, 14 Jul 2009 07:52:34 +0000 (09:52 +0200)]
Remove obsolete comment

14 years agoChange the comment about tracking changes in the debian changelog
Peter Palfrader [Tue, 14 Jul 2009 07:36:00 +0000 (09:36 +0200)]
Change the comment about tracking changes in the debian changelog

14 years agoRemove mailSpamOptOut ldap attribute - it isn't used anywhere.
Peter Palfrader [Tue, 14 Jul 2009 07:32:47 +0000 (09:32 +0200)]
Remove mailSpamOptOut ldap attribute - it isn't used anywhere.

14 years ago.gitignore
Stephen Gran [Thu, 2 Jul 2009 22:49:02 +0000 (23:49 +0100)]
.gitignore
Signed-off-by: Stephen Gran <steve@lobefin.net>
14 years agoMerge branch 'master' of ssh://db.debian.org/git/userdir-ldap
Peter Palfrader [Mon, 29 Jun 2009 11:50:23 +0000 (13:50 +0200)]
Merge branch 'master' of ssh://db.debian.org/git/userdir-ldap

* 'master' of ssh://db.debian.org/git/userdir-ldap:
  More
  More indexing
  Some additional indexing

14 years ago.debian.net DNS creates BSMTP maps for MX 0 master in addition to gluck
Peter Palfrader [Mon, 29 Jun 2009 11:50:17 +0000 (13:50 +0200)]
.debian.net DNS creates BSMTP maps for MX 0 master in addition to gluck

14 years agoMore
Stephen Gran [Thu, 18 Jun 2009 23:33:54 +0000 (00:33 +0100)]
More
Signed-off-by: Stephen Gran <steve@lobefin.net>
14 years agoMore indexing
Stephen Gran [Thu, 18 Jun 2009 23:20:41 +0000 (00:20 +0100)]
More indexing
Signed-off-by: Stephen Gran <steve@lobefin.net>
14 years agoSome additional indexing
Stephen Gran [Thu, 18 Jun 2009 23:09:59 +0000 (00:09 +0100)]
Some additional indexing
Signed-off-by: Stephen Gran <steve@lobefin.net>
14 years agoThis is much simpler.
Stephen Gran [Sun, 31 May 2009 21:13:19 +0000 (22:13 +0100)]
This is much simpler.
Signed-off-by: Stephen Gran <steve@lobefin.net>
14 years ago3 changes:
Stephen Gran [Sun, 31 May 2009 13:30:06 +0000 (13:30 +0000)]
3 changes:
  DisabledUsers should only be set for accounts that are locked, not all accounts
  IsGidDebian is not a helpful check right now
  The filter needs to be a lambda operator

14 years agoTwo problems with my first commit:
Stephen Gran [Sun, 24 May 2009 13:40:49 +0000 (14:40 +0100)]
Two problems with my first commit:

We need to specify the RFC 2047 character set as utf-8, not us-ascii,
for the encoding type field in the header

We need to only encode the FullName, and then tack on the emailaddr.
The examples in the RFC show this behavior, and at least mutt won't
decode the header if the email address is also RFC 2047 encoded (which
makes some sense - currently email addresses can only really be ascii).

14 years agoUse RFC 2047 header encoding when name contains non ascii characters.
Stephen Gran [Sun, 24 May 2009 13:15:51 +0000 (14:15 +0100)]
Use RFC 2047 header encoding when name contains non ascii characters.

AIUI, we are supposed to use the shorter of quoted printable or base64
for utf-8 headers, so we try to decode the header into ascii, and if that
fails, we select the shorter encapsulation and use that in the template.

This change requires importing the module email, which also means changing
all the uses of the variable 'email' into emailaddr so we don't break
usage of the email module.

14 years agoOne more exception and clearer exception messages
Stephen Gran [Mon, 11 May 2009 23:31:50 +0000 (00:31 +0100)]
One more exception and clearer exception messages

14 years agoMerge changes back in
Stephen Gran [Sat, 9 May 2009 21:47:44 +0000 (22:47 +0100)]
Merge changes back in

14 years agodebian/changelog for today's work
Stephen Gran [Sat, 9 May 2009 15:46:25 +0000 (16:46 +0100)]
debian/changelog for today's work

14 years agoSome general code cleanup
Stephen Gran [Sat, 9 May 2009 15:34:01 +0000 (16:34 +0100)]
Some general code cleanup

14 years agoSome cleanup in IsRetired()
Stephen Gran [Sat, 9 May 2009 15:00:06 +0000 (16:00 +0100)]
Some cleanup in IsRetired()

14 years agoDoes this matter? I'll predeclare DebianUsers just in case
Stephen Gran [Sat, 9 May 2009 13:38:48 +0000 (14:38 +0100)]
Does this matter?  I'll predeclare DebianUsers just in case

14 years agoMore loop logic cleanup - we only handle mail for gid Debian, so we
Stephen Gran [Sat, 9 May 2009 13:33:53 +0000 (14:33 +0100)]
More loop logic cleanup - we only handle mail for gid Debian, so we
create a new list of users with that gid, and only look at that list
for Mail purposes.

14 years agoMore of "We don't use the LDAP object in these functions, so I don't see why we're...
Stephen Gran [Sat, 9 May 2009 13:10:37 +0000 (14:10 +0100)]
More of "We don't use the LDAP object in these functions, so I don't see why we're passing it in.  I'm going to try removing it and see what breaks."

14 years agoWe don't use the LDAP object in these functions, so I don't see why we're passing...
Stephen Gran [Sat, 9 May 2009 13:00:27 +0000 (14:00 +0100)]
We don't use the LDAP object in these functions, so I don't see why we're passing it in.  I'm going to try removing it and see what breaks.

14 years agoSome reordering of file generation so that we can do fewer redundant checks
Stephen Gran [Sat, 9 May 2009 12:56:29 +0000 (13:56 +0100)]
Some reordering of file generation so that we can do fewer redundant checks

14 years agoreturn of the whitespace nazi
Stephen Gran [Sat, 9 May 2009 12:30:10 +0000 (13:30 +0100)]
return of the whitespace nazi

14 years agoDo the checks for mail forwarding once at the start
Stephen Gran [Sat, 9 May 2009 12:11:11 +0000 (13:11 +0100)]
Do the checks for mail forwarding once at the start

14 years agoWhitespace and semicolon cleanup only - no code changes
Stephen Gran [Sat, 9 May 2009 11:49:55 +0000 (12:49 +0100)]
Whitespace and semicolon cleanup only - no code changes

14 years agoMoving away from string exceptions
Stephen Gran [Sat, 9 May 2009 11:23:19 +0000 (12:23 +0100)]
Moving away from string exceptions

14 years agoBegin a cleanup of loop logic
Stephen Gran [Sat, 9 May 2009 11:19:56 +0000 (12:19 +0100)]
Begin a cleanup of loop logic

14 years agoStop exporting information about retired developers
Stephen Gran [Sat, 9 May 2009 00:24:19 +0000 (01:24 +0100)]
Stop exporting information about retired developers

14 years agoStop exporting locked accounts
Stephen Gran [Fri, 8 May 2009 23:40:59 +0000 (00:40 +0100)]
Stop exporting locked accounts

14 years agoud-replicate no longer uses localsyncon=*samosa*.
Peter Palfrader [Thu, 7 May 2009 21:41:58 +0000 (23:41 +0200)]
ud-replicate no longer uses localsyncon=*samosa*.

15 years agoWe would previously ignore purpose hosts for ssh known hosts purposes if the userdir-ldap-0.3.66
Peter Palfrader [Fri, 1 May 2009 15:10:56 +0000 (17:10 +0200)]
We would previously ignore purpose hosts for ssh known hosts purposes if the
service name would not start the purpose field.  Fix this.

15 years agouserdir-ldap.conf: remove from default keyrings: userdir-ldap-0.3.65
Peter Palfrader [Sun, 5 Apr 2009 23:41:05 +0000 (01:41 +0200)]
userdir-ldap.conf: remove from default keyrings:
 - /home/jgg/keys/extrakeys.gpg
 - /home/jgg/keys/guest-keys.gpg

15 years agoud-gpgimport: work on add_keyrings if no keyrings are given on the command line
Peter Palfrader [Sun, 5 Apr 2009 23:35:26 +0000 (01:35 +0200)]
ud-gpgimport: work on add_keyrings if no keyrings are given on the command line

15 years agouserdir_gpg.py: add a ClearKeyrings()
Peter Palfrader [Sun, 5 Apr 2009 23:35:02 +0000 (01:35 +0200)]
userdir_gpg.py: add a ClearKeyrings()

15 years agouserdir-ldap.conf: add keyring.pgp to default add_keyrings userdir-ldap-0.3.64
Peter Palfrader [Sun, 5 Apr 2009 23:34:27 +0000 (01:34 +0200)]
userdir-ldap.conf: add keyring.pgp to default add_keyrings

15 years agoPrint gpg's exit status when it fails userdir-ldap-0.3.63
Peter Palfrader [Mon, 23 Mar 2009 11:39:49 +0000 (12:39 +0100)]
Print gpg's exit status when it fails

15 years agoud-generate: do not die when building ssh_known_hosts just because a host is userdir-ldap-0.3.62
Peter Palfrader [Fri, 20 Mar 2009 15:35:30 +0000 (16:35 +0100)]
ud-generate: do not die when building ssh_known_hosts just because a host is
not (yet) in DNS.

15 years agoGratuitous version increment userdir-ldap-0.3.61
Stephen Gran [Sat, 28 Feb 2009 12:42:59 +0000 (12:42 +0000)]
Gratuitous version increment

15 years agoActually install the new exceptions module
Stephen Gran [Sat, 28 Feb 2009 12:10:51 +0000 (12:10 +0000)]
Actually install the new exceptions module

15 years ago* Stop using string exceptions in ud-mailgate. We should probably stop userdir-ldap-0.3.60
Stephen Gran [Sat, 28 Feb 2009 11:11:52 +0000 (11:11 +0000)]
* Stop using string exceptions in ud-mailgate.  We should probably stop
  using them everywhere, but this one is causing bounces, so we'll deal with
  it first.
* Create an exception generator to make it easy to create new types of
  exceptions.

15 years ago0.3.59 userdir-ldap-0.3.59
Peter Palfrader [Wed, 7 Jan 2009 16:13:22 +0000 (17:13 +0100)]
0.3.59

15 years agoMore tweaks on welcome-message-800
Peter Palfrader [Wed, 7 Jan 2009 16:13:06 +0000 (17:13 +0100)]
More tweaks on welcome-message-800

15 years agoApply patch to welcome-message-800 provided by Sandro Tosi:
Peter Palfrader [Wed, 7 Jan 2009 16:04:22 +0000 (17:04 +0100)]
Apply patch to welcome-message-800 provided by Sandro Tosi:
 - some machines/services have been renamed
 - point to http://wiki.debian.org/MigrateToDDAccount

15 years agoRemove a lie from welcome-message-60000 - not that it's the only one.
Peter Palfrader [Wed, 7 Jan 2009 16:03:09 +0000 (17:03 +0100)]
Remove a lie from welcome-message-60000 - not that it's the only one.

15 years agoexport dns zones to the zonefile for roleaccounts
Peter Palfrader [Sat, 3 Jan 2009 14:35:30 +0000 (15:35 +0100)]
export dns zones to the zonefile for roleaccounts

15 years agoRole accounts may have dnsZoneEntry attributes
Peter Palfrader [Sat, 3 Jan 2009 14:21:25 +0000 (15:21 +0100)]
Role accounts may have dnsZoneEntry attributes

15 years agoud-info: Fix regression from r493: When we log in as admin user and modify userdir-ldap-0.3.58
Peter Palfrader [Fri, 19 Dec 2008 08:25:50 +0000 (09:25 +0100)]
ud-info: Fix regression from r493: When we log in as admin user and modify
another user we got shown that other user but all changes would be made against
our own record.

15 years agoIn ud-mailgate use an empty envelope from when sending error messages userdir-ldap-0.3.57
Peter Palfrader [Thu, 18 Dec 2008 09:04:19 +0000 (10:04 +0100)]
In ud-mailgate use an empty envelope from when sending error messages

15 years agoThere is a deadlock situation when ud-mailgate gets a mail claiming to be from userdir-ldap-0.3.56
Peter Palfrader [Wed, 17 Dec 2008 11:58:32 +0000 (12:58 +0100)]
There is a deadlock situation when ud-mailgate gets a mail claiming to be from
itself:
 - ud-mailgate opens and locks the replay cache
 - verification of the mail fails for whatever reason
 - a reply is sent (to itself)
 - exim tries to deliver the mail by directly calling ud-mailgate
 - ud-mailgate tries to acquire the lock -> deadlock
Fix this by changing when we open the replay cache, and unlock it as soon as we
are done.

15 years agoAdjust boolean value detection code to use upper case letters in the userdir-ldap-0.3.55
Joey Schulze [Sun, 14 Dec 2008 01:56:40 +0000 (02:56 +0100)]
Adjust boolean value detection code to use upper case letters in the
end.  Enable it for all three boolean attributes.  Widen tabular
display by one character so the description fits again.  Finalise new
changelog entry.

15 years agowell, debianDevelopers also want to opt-out.... ;-)
Martin Zobel-Helas [Sun, 14 Dec 2008 01:51:10 +0000 (02:51 +0100)]
well, debianDevelopers also want to opt-out.... ;-)

15 years agoAdd Joey and me to Uploaders:
Martin Zobel-Helas [Sun, 14 Dec 2008 01:25:24 +0000 (02:25 +0100)]
Add Joey and me to Uploaders:

15 years agoreformat debian/changelog userdir-ldap-0.3.54
Martin Zobel-Helas [Sun, 14 Dec 2008 01:25:00 +0000 (02:25 +0100)]
reformat debian/changelog

15 years agoPatch by Thomas Viehmann: remove code copy of getpass
Martin Zobel-Helas [Sun, 14 Dec 2008 01:12:28 +0000 (02:12 +0100)]
Patch by Thomas Viehmann: remove code copy of getpass

15 years agoPatch by Thomas Viehmann: Also add IPv6 to debianhosts
Martin Zobel-Helas [Sun, 14 Dec 2008 01:00:05 +0000 (02:00 +0100)]
Patch by Thomas Viehmann: Also add IPv6 to debianhosts

15 years agoPatch by Thomas Viehmann: Also add IPv6 to debianhosts
Martin Zobel-Helas [Sun, 14 Dec 2008 00:58:15 +0000 (01:58 +0100)]
Patch by Thomas Viehmann: Also add IPv6 to debianhosts

15 years agoAdd support for this attribute in ud-info taking into account that
Joey Schulze [Sun, 14 Dec 2008 00:44:38 +0000 (01:44 +0100)]
Add support for this attribute in ud-info taking into account that
only boolean values are acceptable and document it

15 years agoopt out spam filtering
Martin Zobel-Helas [Sat, 13 Dec 2008 19:46:41 +0000 (20:46 +0100)]
opt out spam filtering

15 years agoDo not call FinishConfirmSudopassword if we already decided to not commit this userdir-ldap-0.3.53
Peter Palfrader [Mon, 8 Dec 2008 10:40:26 +0000 (11:40 +0100)]
Do not call FinishConfirmSudopassword if we already decided to not commit this
change mail because of parse errors.

15 years agoFix formatting of PGP fingerprints - the double space was always one element
Peter Palfrader [Tue, 2 Dec 2008 22:43:51 +0000 (23:43 +0100)]
Fix formatting of PGP fingerprints - the double space was always one element
too early.

15 years agoProperly show shadowlastchange and mail disabled message when locking an
Peter Palfrader [Mon, 24 Nov 2008 10:25:18 +0000 (11:25 +0100)]
Properly show shadowlastchange and mail disabled message when locking an
account, but not disabling email.  It was written to ldap correctly, but we
updated the data to display wrongly.

15 years agoNew version number userdir-ldap-0.3.52
Peter Palfrader [Sun, 23 Nov 2008 21:09:15 +0000 (22:09 +0100)]
New version number

15 years agoAlso do the subgroups/transitive stuff dance when considering if a user is in a group...
Peter Palfrader [Sun, 23 Nov 2008 21:08:45 +0000 (22:08 +0100)]
Also do the subgroups/transitive stuff dance when considering if a user is in a group for exporting them to a host in the first place

15 years agocall addGroups with the proper number of arguments, when doing so recursively.
Peter Palfrader [Sun, 23 Nov 2008 21:08:03 +0000 (22:08 +0100)]
call addGroups with the proper number of arguments, when doing so recursively.

15 years agoFix group does not exist warning (layout/spacing issues)
Peter Palfrader [Sun, 23 Nov 2008 21:07:23 +0000 (22:07 +0100)]
Fix group does not exist warning (layout/spacing issues)

15 years agoRemove cruft comment
Peter Palfrader [Sun, 23 Nov 2008 20:41:13 +0000 (21:41 +0100)]
Remove cruft comment

15 years agoAdd hostnames from the host purpose field to the ssh_known_hosts file (by tomv_w) userdir-ldap-0.3.51
Peter Palfrader [Sun, 23 Nov 2008 20:23:20 +0000 (21:23 +0100)]
Add hostnames from the host purpose field to the ssh_known_hosts file (by tomv_w)

15 years agosubgroup support, courtesy of luk
Peter Palfrader [Sun, 23 Nov 2008 20:13:40 +0000 (21:13 +0100)]
subgroup support, courtesy of luk

15 years agoUpdate template/welcome-message-800 to match the actual template used on
Peter Palfrader [Sun, 23 Nov 2008 13:20:37 +0000 (14:20 +0100)]
Update template/welcome-message-800 to match the actual template used on
db.debian.org.

15 years agoud-generate: Support $gid@$host supplementary group entries for users. userdir-ldap-0.3.50
Peter Palfrader [Sat, 15 Nov 2008 10:20:24 +0000 (11:20 +0100)]
ud-generate: Support $gid@$host supplementary group entries for users.

15 years agoud-replicate: Only link ssh-rsa-shadow to var/lib/misc/$host and etc/ssh if it exists... userdir-ldap-0.3.49
Peter Palfrader [Fri, 14 Nov 2008 22:15:31 +0000 (23:15 +0100)]
ud-replicate: Only link ssh-rsa-shadow to var/lib/misc/$host and etc/ssh if it exists.  Else remove the symlink.

15 years ago* ud-generate: Remove support for single ssh key shadow file. userdir-ldap-0.3.48
Peter Palfrader [Fri, 14 Nov 2008 22:05:23 +0000 (23:05 +0100)]
* ud-generate: Remove support for single ssh key shadow file.
* ud-generate: Make ssh key tarballs the default.
* ud-generate: Move ssh tarball generation into its own function.  Currently it's part of the main loop.

15 years agoFix a typo on ud-mailgate userdir-ldap-0.3.47
Peter Palfrader [Fri, 14 Nov 2008 19:41:43 +0000 (20:41 +0100)]
Fix a typo on ud-mailgate

15 years agoChange the hmac that protect sudopassword entries to also hash the purpose userdir-ldap-0.3.46
Peter Palfrader [Fri, 14 Nov 2008 19:34:55 +0000 (20:34 +0100)]
Change the hmac that protect sudopassword entries to also hash the purpose
("sudo") and the owning user's uid into the mac.

15 years agoud-replicate: Sync only ssh_known_hosts into chroots, not ssh*. userdir-ldap-0.3.45
Peter Palfrader [Sun, 26 Oct 2008 21:32:16 +0000 (22:32 +0100)]
ud-replicate: Sync only ssh_known_hosts into chroots, not ssh*.
ud-replicate: Clean up better, correcting some mistakes done by earlier versions.

15 years agoud-replicate: Use --delete-after with rsync. Previously we didn't delete stuff ever
Peter Palfrader [Sun, 26 Oct 2008 21:31:35 +0000 (22:31 +0100)]
ud-replicate: Use --delete-after with   Previously we didn't delete stuff ever

15 years agoud-generate: Declare [UNTRSUTED] flag as obsolete.
Peter Palfrader [Thu, 23 Oct 2008 18:25:21 +0000 (20:25 +0200)]
ud-generate: Declare [UNTRSUTED] flag as obsolete.
ud-generate: Add [NOMARKERS] flag to not push markers (gps coordinates) to host.

15 years agoud-generate: do not export sudopassword to untrusted or nopasswd hosts, unless the... userdir-ldap-0.3.44
Peter Palfrader [Fri, 3 Oct 2008 11:25:43 +0000 (13:25 +0200)]
ud-generate: do not export sudopassword to untrusted or nopasswd hosts, unless the password is explicitly added for this host and not just for '*'

15 years agoadd vim settings
Peter Palfrader [Fri, 3 Oct 2008 11:20:29 +0000 (13:20 +0200)]
add vim settings

15 years agoWhitespace changes only
Peter Palfrader [Fri, 3 Oct 2008 11:20:20 +0000 (13:20 +0200)]
Whitespace changes only

15 years agoDo not support del requests for sshDSAAuthKey - there is no such attribute
Peter Palfrader [Fri, 26 Sep 2008 12:21:52 +0000 (14:21 +0200)]
Do not support del requests for sshDSAAuthKey - there is no such attribute

15 years agoFQHNs sometimes, well always, include dots. userdir-ldap-0.3.43
Peter Palfrader [Tue, 16 Sep 2008 13:07:36 +0000 (15:07 +0200)]
FQHNs sometimes, well always, include dots.

15 years agoSay what pam.d/sudo should look like userdir-ldap-0.3.42
Peter Palfrader [Tue, 16 Sep 2008 12:31:44 +0000 (14:31 +0200)]
Say what pam.d/sudo should look like

15 years agoExport all accounts into sudo-passwd, even if they do not have a sudo password userdir-ldap-0.3.40
Peter Palfrader [Tue, 16 Sep 2008 12:29:56 +0000 (14:29 +0200)]
Export all accounts into sudo-passwd, even if they do not have a sudo password
set.  Set their password to '*' then.

15 years agolower casing the sudopasswd ldap entry prior to parsing and verifying it was a bad... userdir-ldap-0.3.41
Peter Palfrader [Mon, 15 Sep 2008 17:27:38 +0000 (19:27 +0200)]
lower casing the sudopasswd ldap entry prior to parsing and verifying it was a bad idea

15 years agoReading the hmac key only once is too troublesome
Peter Palfrader [Sun, 14 Sep 2008 23:12:41 +0000 (01:12 +0200)]
Reading the hmac key only once is too troublesome

15 years agoLowercasing hashed sudo passwords in ud-mailgate not considered smart userdir-ldap-0.3.39
Peter Palfrader [Sun, 14 Sep 2008 22:40:37 +0000 (00:40 +0200)]
Lowercasing hashed sudo passwords in ud-mailgate not considered smart

15 years agoAlso the hmac stuff
Peter Palfrader [Sun, 14 Sep 2008 22:18:51 +0000 (00:18 +0200)]
Also the hmac stuff

15 years agoUsing the right variable name will also help
Peter Palfrader [Sun, 14 Sep 2008 22:17:00 +0000 (00:17 +0200)]
Using the right variable name will also help

15 years agoand os
Peter Palfrader [Sun, 14 Sep 2008 22:15:46 +0000 (00:15 +0200)]
and os

15 years agoAnd import pwd in userdir_ldap
Peter Palfrader [Sun, 14 Sep 2008 22:14:34 +0000 (00:14 +0200)]
And import pwd in userdir_ldap

15 years agoFix order of some calls so stuff works again userdir-ldap-0.3.38
Peter Palfrader [Sun, 14 Sep 2008 22:12:11 +0000 (00:12 +0200)]
Fix order of some calls so stuff works again

15 years ago0.3.37 userdir-ldap-0.3.37
Peter Palfrader [Sun, 14 Sep 2008 21:45:53 +0000 (23:45 +0200)]
0.3.37