On Sat, Mar 06, 2004 at 05:12:29PM +0100, Filip wrote:
> Helo!
>
> I use qmail-ldap-1.03-20040301a patch and ..
>
> [EMAIL PROTECTED]:~# qmail-ldaplookup -u admin
> ...
> mailSizeMax: 8000000
> ...
>
> but pop3d writing me
> @400000004049f7e3065183fc qldap_get_attr(mailSizeMax): no such attribute
>
> where is the problem?
>
Try the following patch and tell us if that helps.
--
:wq Claudio
Index: checkpassword.c
===================================================================
RCS file: /home/cvs-djbware/CVS/qmail-ldap/checkpassword.c,v
retrieving revision 1.68
diff -u -p -r1.68 checkpassword.c
--- checkpassword.c 2 Feb 2004 01:25:24 -0000 1.68
+++ checkpassword.c 7 Mar 2004 21:19:20 -0000
@@ -68,6 +68,7 @@ check_ldap(stralloc *login, stralloc *au
LDAP_HOMEDIR,
LDAP_QUOTA_SIZE,
LDAP_QUOTA_COUNT,
+ LDAP_MAXMSIZE,
LDAP_PASSWD, 0}; /* passwd is extra */
/* TODO more debug output is needed */