Your message dated Sat, 25 May 2013 09:46:42 +0000
with message-id <[email protected]>
and subject line Bug#709598: Removed package(s) from unstable
has caused the Debian Bug report #622777,
regarding Fwd: [pkg-kolab] kolab-cyrus and pts/ldap
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
622777: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622777
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: kolabd
---------- Forwarded message ----------
From: Neil Price <[email protected]>
Date: 2011/3/31
Subject: [pkg-kolab] kolab-cyrus and pts/ldap
To: [email protected]
kolab/cyrus package excludes the pts binaries (cyrus-imapd package
also does this) on squeeze. So I'm not sure if this can be classified
as a bug.
pts/ldap is an alternative to the horrible kolab imapd.groups hack for
group permissions on shared imap folders.
Here is how to add the binaries:
apt-get source kolab-cyrus-imapd
cd kolab-cyrus-imapd-2.2.13/
Modify debian/rules
add this
--with-ldap=/usr \
--with-auth=pts \
Add this to debian/kolab-cyrus-imapd.install
usr/lib/cyrus/bin/ptloader
usr/lib/cyrus/bin/ptdump
usr/lib/cyrus/bin/ptexpire
Build the package
dpkg-buildpackage -B
(install devel packages as needed)
Configuration:
/etc/kolab/templates/cyrus.conf.template
Add this in the SERVICES section
ptloader cmd="ptloader"
listen="/var/run/cyrus/socket/ptsock" prefork=1
make directories for ptclient
mkdir /var/lib/cyrus/ptclient/
chown cyrus:mail /var/lib/cyrus/ptclient/
edit /etc/kolab/templates/imapd.conf.template by adding this:
auth_mech: pts
pts_module: ldap
ptscache_timeout: 10
ptloader_sock: /var/run/cyrus/socket/ptsock
ldap_group_base: @@@base_dn@@@
ldap_member_base: @@@base_dn@@@
ldap_scope: sub
ldap_realm: @@@postfix-mydomain@@@
@@@postfix-mydestination|join( )@@@
ldap_filter:
(|(&(objectclass=gosaMailAccount)(uid=%U))(&(objectclass=kolabInetOrgPerson)(cn=%U)))
ldap_group_filter: (&(objectclass=posixGroup)(cn=%U))
ldap_sasl: 0
ldap_member_method: filter
ldap_member_filter: (&(objectclass=posixGroup)(memberUid=%U))
ldap_member_attribute: cn
# size limit determines the max number of groups a user may be
# in before authentication fails
ldap_size_limit: 64
You can now use an acl of group:groupname in cyradm
--- End Message ---
--- Begin Message ---
Version: 2.2.4-20100624-4+rm
Dear submitter,
as the package kolabd has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/709598
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)
--- End Message ---