[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tpop3d-discuss] auth-ldap module for tpop3d
From: |
Prune |
Subject: |
Re: [tpop3d-discuss] auth-ldap module for tpop3d |
Date: |
Wed, 06 Feb 2002 19:56:02 +0100 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 |
hummm,
tell me if I'm right....
i = strcmp(k, S2->key);
this compare the attr defined in the auth.x.c file and the one in the
conf file.
I guess, then, if the result is not 0 (not equals), you go to the next
attr, depending on alphabetiacl order... ?
why ?
attribut "aaa" is the first thing you can have in the conf file. "aaa"
is checked against the first line of the conf file.
As this line goes 'after' (in the alphabet) than 'aaa', we check the
attribute 'before' the first line... which does not exist... so we stop....
Is this the problem ?
:/
you tell me :)
Prune
- [tpop3d-discuss] auth-ldap module for tpop3d, Prune, 2002/02/06
- Re: [tpop3d-discuss] auth-ldap module for tpop3d, Chris Lightfoot, 2002/02/06
- Re: [tpop3d-discuss] auth-ldap module for tpop3d, Prune, 2002/02/06
- Re: [tpop3d-discuss] auth-ldap module for tpop3d, Chris Lightfoot, 2002/02/06
- Re: [tpop3d-discuss] auth-ldap module for tpop3d, Prune, 2002/02/06
- Re: [tpop3d-discuss] auth-ldap module for tpop3d, Chris Lightfoot, 2002/02/06
- Re: [tpop3d-discuss] auth-ldap module for tpop3d, Prune, 2002/02/06
- Re: [tpop3d-discuss] auth-ldap module for tpop3d, Chris Lightfoot, 2002/02/06
- Re: [tpop3d-discuss] auth-ldap module for tpop3d,
Prune <=
- Re: [tpop3d-discuss] auth-ldap module for tpop3d, Chris Lightfoot, 2002/02/06
- Re: [tpop3d-discuss] auth-ldap module for tpop3d, Prune, 2002/02/06