From: Robert H. <ro...@ro...> - 2005-11-27 22:02:49
|
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 > |