From: Rob H. <ro...@ro...> - 2003-04-22 22:03:54
|
On Tue, Apr 22, 2003 at 04:24:12PM -0500, Bart Metzger wrote: > Greetings Hello > > I am having a few issues getting sandweb to work, and I am sure it has > to do with what I am using. Please forgive if this was mentioned in > another thread. > > I am using apache2/perl 5.8 on a rh 8.0 box. I have tried both the > latest from cvs and the RC2. > > Has anyone got this setup and working in a environment even close to > this, or do I have to stick to Apache 1.3 and perl 5.6.x? I haven't tried yet, I'm on Debian stable ( perl 5.6, apache 1.3 ). I'd be interested to see the errors you are running into. > Also has anyone gotten Sandweb to authenticate to a kerberos or nis > domain? I once hacked in NT support as proof-of-concept, but I want to make this more generic and modular so we can support seperate authentication and authorization services. The basic idea is : 1) turn off MD5 Javascript hashing in the login.html and sandweb-admin 2) copy lib/SandWeb/Auth/Flatfile.pm to e.g. Kerberos.pm and make it return a 1 if the user is ok, 0 if not 3) make lib/SandWeb/Auth.pm use Kerberos.pm instead of Flatfile.pm So it's possible right now, but better to wait until this is supported by us. Then you'll just have to flip a switch in sandweb.cfg, and maybe write your own Kerberos.pm ( and send it to us so you don't have to maintain it:) ). We won't be in a position to support this until a post-1.0 release most likely. > If you need specifics please let me know. > > I am placing 2 errors at the bottom of the file in case this rings a > bell for anyone. I didn't see any errors in this email, can you resend? -- Rob |