[tpop3d-discuss] auth-ldap module for tpop3d

Prune Prune at lecentre.net
Wed, 06 Feb 2002 19:56:02 +0100


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