-
Richard,
Thanks for your answer.
It is working a little bit but I sill having something wrong.
Until now, I configure apache to do not authenticate /ipplan and I worked perfect, however, I think I have a problem somewhere else.
After I click on "Create a new user" I am being asked by a password (I have the defaults admin/admin), then, the next page is a blank page with...
2004-05-21 14:40:57 UTC in IPplan IP address management system
-
Hello,
I already have my site authenticated using Apache access.conf file (+ MySQL apache mod). When I try to log create an user in ipplan I always get a prompt telling me "You need to enter a valid user-id and password". Of course I still having my database empty.
Can I share Apache authentication with ipplan authentication?. If not, can I disable completly ipplan authentication...
2004-05-20 21:15:25 UTC in IPplan IP address management system
-
Hello,
I have installed mod_auth_samba successfully in Linux (RS/6000). I installed the CVS thread and the stable version..., however, both of them look to have the same behavior. After I log in, my password is asked a lot of times (while I surf my website)..., is it normal?. When I try to use the the directive: AuthSambaCacheTimeout I receive a message that says: "Invalid command...
2003-06-30 23:02:27 UTC in mod_auth_samba
-
Hello,
I compiled and installed successfully NTLM in Turbolinux running on RS/6000 (just FYI), it is authenticating pretty well againts my NT domain.
Now, when I try to run NTLM in https it always fails. This is my conf:
<Directory /home/httpd/html>
order allow,deny
allow from all
AuthType NTLM
NTLMAuth on
NTLMAuthoritative on
NTLMDomain MYDOMAIN
NTLMServer MYPDC...
2003-04-26 05:01:00 UTC in NTLM auth module for Apache/Unix