Starting from scratch, I downloaded:
cyrus-sasl-1.5.24
cyrus-imapd-2.0.16
I built cyrus-sasl with
./configure --enable-login --enable-plain --enable-anon
--disable-gssapi --disable-krb4 --disable-digest --disable-cram
--with-pwcheck=/var/pwcheck
and tried to build cyrus-imapd with
./configu
Michael Bartosh wrote:
> OK.
>
> ran ldd on libgssapiv2.so and found that for some reason I had to
> copy a lot of kerb libs to /usr/lib, which fixed
>
> Oct 10 19:48:25 4am imapd[22837]: unable to dlopen
> /usr/lib/sasl/libgssapiv2.so: libgssapi.so.1: cannot load shared
> object file: No such fil
OK.
ran ldd on libgssapiv2.so and found that for some reason I had to
copy a lot of kerb libs to /usr/lib, which fixed
Oct 10 19:48:25 4am imapd[22837]: unable to dlopen
/usr/lib/sasl/libgssapiv2.so: libgssapi.so.1: cannot load shared
object file: No such file or directory
...but I still can
>Michael Bartosh wrote:
>> this question is far simpler than most I see across this list-
>>
>That's fine--we all start somewhere :-)
>
>> But I can not get any method of authentication except for sasldb to
>> work. I tied pam, I tried shadow (and added cyrus to the shadow
>> group) and nothin
I said:
> >
> >Start by reading the FAQ:
> > http://cyrus-utils.sf.net/fom
>
Which is currently broken :-( (And I typed the wrong URL anyway!)
I'll post a followup when we know what's wrong.
(Tarjei--FOM is asking for a password as if newly installed... any ideas
what's wrong?)
Michael Bartosh wrote:
> this question is far simpler than most I see across this list-
>
That's fine--we all start somewhere :-)
> But I can not get any method of authentication except for sasldb to
> work. I tied pam, I tried shadow (and added cyrus to the shadow
> group) and nothing worked unt
this question is far simpler than most I see across this list-
But I can not get any method of authentication except for sasldb to
work. I tied pam, I tried shadow (and added cyrus to the shadow
group) and nothing worked until I gave the user a saslpasswd and
changed auth to sasldb.
How do I