Hello, I set up a new wiki with MoinMoin 1.9. and I use `GivenAuth` and Apache `Basic Authentication` to control the access of the wiki. (see config below)
The wiki is accessible via SSL only. Instead of the name the Wiki gets a number as username. Some ideas how to fix that? Raphael ------------- Config ------------ wikiconfig.py class Config(multiconfig.DefaultConfig): from MoinMoin.auth import GivenAuth auth = [GivenAuth(autocreate=True)] apache.conf <IfModule mod_ssl.c> <VirtualHost _default_:443> ..... ### moin ScriptAlias /mywiki "/usr/share/moin/mywiki/moin.cgi" alias /moin_static192 "/usr/share/moin/htdocs" <Directory /usr/share/moin/htdocs> AllowOverride None AuthType Basic AuthName "Mywiki users only" AuthUserFile /opt/passwords AuthGroupFile /opt/groups Require group mywiki Order allow,deny Allow from all </Directory> .... ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Moin-user mailing list Moin-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/moin-user