Christopher Riordan schrieb am Thu, Mar 14, 2002 at 01:46:44PM -0500: [...] > > > > Maybe Christopher is really asking about using the Cyrus Sasl > > authentication daemon's db file with other services such as Telnet, Ftp, > > and MTAs SMTP AUTH lookups etc .. > > > > --Sean > > > Yes, that was what I meant to ask almost like a PAM-Sasl connection worst > case is I can try to write a socketting Daemon on my main server to pass > requests in from other systems. I'm not sure what you guys think of > something like that. or have a system just sync the DBs on the servers every > 20 min or so.
Mmmh. Writing such a daemon seems like inventing the wheel once more: why not instead trying out simon's ldapauxprop plugin for SASL and authenticate from all machines against a remote LDAP server (or MySQL, what you like)? (not that everyone should like LDAP very much but when there already _exist_ networked user databases, why adding one more that does not at the same time have some enhanced functionality - or has it?) But if it is easy, quick done work, having a sasldb via network available sounds quite nice..... Just my .02c, Birger