At 5:45 pm -0400 2004/10/19, Michael Johnson wrote:
>On Oct 19, 2004, at 2:48 AM, Giuliano Gavazzi wrote:
>
[...]
>>You should use PAM (but it works without tricks only on 10.3 and
>>later), as in:
>>
>> server_condition=${if and {\
>> {!eq{$1}{}}\
>> {!eq{$2}{}}\
>> {pam{$1:${sg{$2}{:}{::}}}}\
>> }\
>> {yes}{no}}
>
>Where in the configure file does this go? Would it be something in
>authenticators like this?:
>
>fixed_cram:
> driver = cram_md5
> public_name= CRAM-MD5
> server_condition=${if and {\
> {!eq{$1}{}}\
> {!eq{$2}{}}\
indeed.
[...]
>>with /etc/pam.d/exim:
>>
>># chkpasswd: auth account
>>auth required pam_securityserver.so
>>account required pam_unix.so
>
>That's pretty simple. That's the entire contents?
yes.
g