Re: [suse-security] sasldblistusers2 / saslpasswd2 not not working
--- Andreas Winkelmann <ml@awinkelmann.de> wrote: > Am Donnerstag, 29. April 2004 13:39 schrieb Sheridan
West:
as root: command run: /usr/sbin/sasldblistusers2 result: can't get keyhandle, listusers failed
Hmm, most time i see this error, it has something to do with Berkeley-DB. Did you change somthing regarding BDB?
What says: # ldd /usr/sbin/sasldblistusers2
libresolv.so.2 => /lib/libresolv.so.2 (0x40028000) libsasl2.so.2 => usr/lib/libsasl.so.2 (0x4003b000) libdl.so.2 => /lib/libdl.so.2 (0x4004f000) libdb-4.0.so => /usr/lib/libdb-4.0.so (0x4000000) libc.so.6 => /lib/ld-linux.so.2 (0x4000000) No changes to bdb but i decided to make bdb, then sasl and cyrus just in case using the syntax in the url still no luck
When I make my own cyrus at least cyradm does not segfault and I can connect to the server.
file: imapd.conf
sasl_pwcheck_method: saslauthd sasl_pwcheck_method: auxprop
You have two diffrent values for "pwcheck_method". I don't know at the moment which one wins. Maybe the last one. Best to delete one.
sasl_auxprop_plugin: sasldb
-- Andreas
I will change that - I have been trying to get something that works the cyrus deamon is not the problem its getting an account to manage and create users, and a cyradm that does not segfault on connect thats the problem ____________________________________________________________ Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now http://uk.messenger.yahoo.com/download/index.html
Am Donnerstag, 29. April 2004 15:17 schrieb Sheridan West:
command run: /usr/sbin/sasldblistusers2 result: can't get keyhandle, listusers failed
Hmm, most time i see this error, it has something to do with Berkeley-DB. Did you change somthing regarding BDB?
What says: # ldd /usr/sbin/sasldblistusers2
libresolv.so.2 => /lib/libresolv.so.2 (0x40028000) libsasl2.so.2 => usr/lib/libsasl.so.2 (0x4003b000) libdl.so.2 => /lib/libdl.so.2 (0x4004f000) libdb-4.0.so => /usr/lib/libdb-4.0.so (0x4000000) libc.so.6 => /lib/ld-linux.so.2 (0x4000000)
Looks ok. Is sasldb ok? Does # db_dump /etc/sasldb2 dump it correctly? Maybe move sasldb2 away and create a new one. Does this work? Run "strace" on sasldblistusers2. -- Andreas
--- Andreas Winkelmann <ml@awinkelmann.de> wrote: > Am Donnerstag, 29. April 2004 15:17 schrieb Sheridan
West:
command run: /usr/sbin/sasldblistusers2 result: can't get keyhandle, listusers failed
Hmm, most time i see this error, it has something to do with Berkeley-DB. Did you change somthing regarding BDB?
What says: # ldd /usr/sbin/sasldblistusers2
libresolv.so.2 => /lib/libresolv.so.2 (0x40028000) libsasl2.so.2 => usr/lib/libsasl.so.2 (0x4003b000) libdl.so.2 => /lib/libdl.so.2 (0x4004f000) libdb-4.0.so => /usr/lib/libdb-4.0.so (0x4000000) libc.so.6 => /lib/ld-linux.so.2 (0x4000000)
Looks ok.
Is sasldb ok? Does
# db_dump /etc/sasldb2
dump it correctly?
Sucess I redid the Berkelly install - some other admin here has been undoing the process steps what ive been doing - its been 'fun' Thanks for the help Thanks ____________________________________________________________ Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now http://uk.messenger.yahoo.com/download/index.html
participants (2)
-
Andreas Winkelmann
-
Sheridan West