From: Rob H. <ro...@ro...> - 2006-03-19 06:23:49
|
Hi George, It is not supported in SandWeb, but could be written in as a module. Also, the trunk (unreleased development version) has Unix authentication, if your underlying system can be configured to use shell accounts this may be one way to do it. However I have written alternative auth modules for testing (e.g. NT domain login via perl Samba module) and it is pretty easy to do. Here is a message I sent out last November: -- 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 George Marques wrote: > hi everybody! > Is it possible to use LDAP authentication in SandWeb? > If the answer is > YES, how can i do it? Could someone help me? > Thanks! > > George Marques > > Equipe Software Livre > Prefeitura Municipal de Manaus > Amazonas - Brasil > > > > > > _______________________________________________________ > Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! > http://br.acesso.yahoo.com > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Sandweb-users mailing list > San...@li... > https://lists.sourceforge.net/lists/listinfo/sandweb-users > > |