From: Rituraj B. <ri...@pu...> - 2005-11-29 04:29:41
|
Hi Robert; Thanks for the reply. I am not an perl expert...but I will try to check what changes are needed etc. Thanks; Rituraj san...@li... wrote: >Send Sandweb-users mailing list submissions to > san...@li... > >To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/sandweb-users >or, via email, send a message with subject or body 'help' to > san...@li... > >You can reach the person managing the list at > san...@li... > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Sandweb-users digest..." > > >Today's Topics: > > 1. Re: ldap authentication (Robert Helmer) > >--__--__-- > >Message: 1 >Date: Sun, 27 Nov 2005 14:02:38 -0800 >From: Robert Helmer <ro...@ro...> >To: Rituraj Buddhisagar <ri...@pu...> >CC: san...@li... >Subject: Re: [Sandweb-users] ldap authentication > >Hi Rituraj, > >Right now sandweb's authentication is all through internal modules. If >you know Perl it's fairly easy to implement new ones, in: > >lib/SandWeb/Auth.pm > >You can see that it uses all modules in the Auth/ subdirectory, and then >invokes the verify_password() method. If the result is 1 (true), then the >user credentials are authentic; if 0 then they are not. > >SandWeb's built-in "flatfile" auth can serve as an example: > >lib/SandWeb/Auth/FlatFile.pm > >Having an Apache authentication module would probably make things easier >though, since you could use the (better tested!) Apache modules for >these things. > > >-- >Rob > >Rituraj Buddhisagar wrote: > > > >>Hi; >> >>I was loking for a read/write cvs client via web browser and I hit >>upon sandbox. We have a viewCVS running - but that is only for >>browsing the repositories. I found sandbox cool -BUT - I need to >>enable ldap-authentication functionality in that. >> >>In viewCVS we enable this via PAM-LDAP in Apache. Can ldap >>authentication be enabled for sandweb?? >> >>thanks; >>Rituraj >> >> >>------------------------------------------------------- >>This SF.net email is sponsored by: Splunk Inc. Do you grep through log >>files >>for problems? Stop! Download the new AJAX search engine that makes >>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >>http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click >>_______________________________________________ >>Sandweb-users mailing list >>San...@li... >>https://lists.sourceforge.net/lists/listinfo/sandweb-users >> >> >> > > > > >--__--__-- > >_______________________________________________ >Sandweb-users mailing list >San...@li... >https://lists.sourceforge.net/lists/listinfo/sandweb-users > > >End of Sandweb-users Digest > > |