4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Can't authenticat...
FromSent OnAttachments
dino bartolomeJun 7, 2001 12:27 pm 
dino bartolomeJun 7, 2001 12:53 pm 
Sam VarshavchikJun 7, 2001 2:47 pm 
Sam VarshavchikJun 7, 2001 3:00 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Can't authenticate from LdapActions...
From:dino bartolome (di@pobox.com)
Date:Jun 7, 2001 12:53:27 pm
List:net.sourceforge.lists.courier-users

also there is no userid attribute field in authldaprc how does authldaplib.c know which entry matches the login id? i checked in the authldaplib.c and inside the authldapcommon() and a char * user
is passed there and that variable is used to construct the filter that is passed
to ldap_search_st()

i added a fopen and a fwrite to output that filter string to a file to see what
it actually filters, but I can't actually test the re-compiled code
authdaemond.ldap until I figure out why authdaemond.ldap does not load.