Things to look out for:

Nadmin uses the mgd_auth_midgard, rather than page authentication -- so
it may be more difficult to show up in the logs..

Apache user  needs to have write access to the /tmp directory (some
distributions have been known to deny this), 
su apache_user
touch /tmp/test ?
ls /tmp/test
rm /tmp/test ?

Pages will appear but authentication will fail if the 2 below are set.

php_value magic_quotes_gpc off
php_value magic_quotes_runtime off
   
- you will be able to log into 'old admin site' but updates will fail.


regards

alan


On 14 May 2001 10:13:43 +0200, Kai Schr�der wrote:
> > This would indicate that mod_midgard didn't even attempt to
> > authenticate, or accepted the authentication. To make sure which,
> > could you add
> >
> >             ap_log_rerror(APLOG_MARK, APLOG_DEBUG | APLOG_NOERRNO,
> >                           rcfg->req, "Midgard: welcome user '%s'",
> >                           username);
> >
> > between
> >
> >         && ((reason = mgd_auth(rcfg->mgd, username, password)) > 0)) {
> > and
> >             return username;
> 
> Returns in error_log:
> 
> [Mon May 14 09:55:06 2001] [debug] mod_midgard.c(1202): [client
> 62.96.245.19] midgard_translate_handler(latin1,
> http://cms.fitzandfriends.de:80/nadmin/newframeset/)
> [Mon May 14 09:55:06 2001] [debug]
> /usr/local/midgard-1.4.1/include/midgard/select_db.h(24): [client
> 62.96.245.19] Midgard: select_database opened ffn_preview
> [Mon May 14 09:55:06 2001] [debug]
> /usr/local/midgard-1.4.1/include/midgard/select_db.h(8): [client
> 62.96.245.19] Midgard: select_database kept current (ffn_preview)
> [Mon May 14 09:55:06 2001] [debug] mod_midgard.c(1299): [client
> 62.96.245.19] Midgard: using style #6 (7 elements)
> [Mon May 14 09:55:06 2001] [debug]
> /usr/local/midgard-1.4.1/include/midgard/select_db.h(8): [client
> 62.96.245.19] Midgard: select_database kept current (ffn_preview)
> [Mon May 14 09:55:08 2001] [debug] mod_midgard.c(1202): [client
> 62.96.245.19] midgard_translate_handler(latin1,
> http://cms.fitzandfriends.de:80/nadmin)
> [Mon May 14 09:55:08 2001] [debug]
> /usr/local/midgard-1.4.1/include/midgard/select_db.h(52): [client
> 62.96.245.19] Midgard: select_database reused open (ffn_preview)
> [Mon May 14 09:55:08 2001] [debug]
> /usr/local/midgard-1.4.1/include/midgard/select_db.h(8): [client
> 62.96.245.19] Midgard: select_database kept current (ffn_preview)
> [Mon May 14 09:55:08 2001] [debug] mod_midgard.c(1202): [client
> 62.96.245.19] midgard_translate_handler(latin1,
> http://cms.fitzandfriends.de:80/nadmin/)
> [Mon May 14 09:55:08 2001] [debug]
> /usr/local/midgard-1.4.1/include/midgard/select_db.h(52): [client
> 62.96.245.19] Midgard: select_database reused open (ffn_preview)
> [Mon May 14 09:55:08 2001] [debug]
> /usr/local/midgard-1.4.1/include/midgard/select_db.h(8): [client
> 62.96.245.19] Midgard: select_database kept current (ffn_preview)
> [Mon May 14 09:55:08 2001] [debug] mod_midgard.c(1299): [client
> 62.96.245.19] Midgard: using style #5 (4 elements)
> [Mon May 14 09:55:08 2001] [debug]
> /usr/local/midgard-1.4.1/include/midgard/select_db.h(8): [client
> 62.96.245.19] Midgard: select_database kept current (ffn_preview)
> 
> It looks like Midgard don't use verify user, because I've added log output
> before all If's ;-(
> 
> Greetings, Kai
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to