Thank you again for the response. One last question I hope. After
running the configure with the CPPFLAGS and LDFLAGS to point to the
source of Berkeley, and installing. I run saslpasswd and everything
gets added fine, but when I run sasldblistusers, I am not seeing the
users with a PLAIN mechanism as shown.
[root@silky sbin]# ./saslpasswd -c cyrus
Password:
Again (for verification):
[root@silky sbin]# ./sasldblistusers
user: cyrus realm: silky.platinumpersonals.com mech: CRAM-MD5
user: cyrus realm: silky.platinumpersonals.com mech: DIGEST-MD5
[root@silky sbin]#
So figuring I just screwed something up, I recompiled and put
in --enable-plain and I get a generic failure error.
[root@silky sbin]# ./saslpasswd -c cyrus
Password:
Again (for verification):
saslpasswd: generic failure
[root@silky sbin]# ./sasldblistusers
user: cyrus realm: silky.platinumpersonals.com mech: CRAM-MD5
user: cyrus realm: silky.platinumpersonals.com mech: DIGEST-MD5
[root@silky sbin]#
Any ideas?? Thanks again.
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, January 09, 2001 12:00 PM
Subject: Re: Sasl 1.5.24 + Berkeley 3.1.17
> Peter Erickson writes:
> >
> >Thanks for the response. I am new to this stuff, so sorry if I'm
> >asking stupid questions. After doing the configure with the
CPPFLAGS
> >and LDFLAGS, is there a way to tell which database is used? The
newer
> >(3.1.17) or the older one (2.somthing)?
>
> This is tricky. I generally do:
>
> strings sasldblistusers | grep -i sleepy
>
> This also works with sendmail and cyrus.
>
> > Is is better to use the
> >original source or the installation directory for the FLAGS?
>
> That's your choice. I find that having multiple installed versions
> is very confusing.
>
> > Also, I
> >believe that for CPPFLAGS I put in the directory for the headers
and
> >for LDFLAGS I use the directory for the libraries. Is this correct
and
> >where can I find info on what the -I, -L, and -R mean? Thanks
again.
>
> Yes, that's correct. See the man pages for your compiler and linker
> for details on their options.
>
>
> --
> -Gary Mills- -Unix Support- -U of M Academic Computing and
Networking-