Re: [Netpass-users] User authentication using IMAP server?
Brought to you by:
jeffmurphy
From: Jeff M. <jcm...@os...> - 2005-07-21 01:09:33
|
Harding, Troy wrote: >Anyone tried using an IMAP server to authenticate users? This would work >best for us. > >If this hasn't already been done, I might be able to hack together an >IMAP.pm for authenication. What else would need to be modified to add a new >authenication method? > > just the module. add it to the NetPass/Auth/ directory and change your auth method (you'll need use coconf and ciconf since the web ui wont know about your module) to use your module and it should "just work" you might want to add a configuration section like <imap server:port>var1=foo</imap> and work that into Config.pm just to be thorough. jeff |