Michael's blog OSS / Linux, networking and my private life

27 Mrz/07 0

BGP simulator

Today i found a BGP simulatur available through: http://cbgp.info.ucl.ac.be/

27 Mrz/07 0

Apache-SSL BasicAuth not working after upgrade Sarge

After upgrading the debian apache-ssl package from woody to sarge the Basic Authentication did not work anymore.

In my case the error was the SSLFakeBasicAuth setting in the httpd.conf.
Unsetting this directive fixed the problem

14 Mrz/07 0

Apache htaccess authentication and LDAP

if you would like to setup on two phase apache2 htaccess + ldap authentication this are the right settings:

AuthName "access" AuthType Basic AuthUserFile /etc/apache2/rt.htpasswd AuthLDAPAuthoritative On AuthAuthoritative Off AuthLDAPURL "ldap://host/OU=<name>,DC=<domain>,DC=com?samAccountName?sub?(objectCategory=person)(ObjectClass=User)" AuthLDAPBindDN <binduser> AuthLDAPBindPassword <bindpassword> order allow,deny allow from all require valid-user

The important settings are:

AuthLDAPAuthoritative On AuthAuthoritative Off

With his apache htaccess checks both the users and the LDAP

10 Mrz/07 0

Test from e61

Hello this is a test blog from my Nokia e61 via Kablog does the stuff work?

Michl

Filed under: e-series no comments
Mrz/07 9 0

My first blog entry

Hi there,

i `ve just setup my new blog and you are in the great pleasure to read the very first post

Maybe you `re visiting my blog again later?

Bye

Filed under: Private No Comments