Argh, sorry, I'm a victim of Lotus Notes....


> select * from person where username="<username_you_tried>";
person = admin

+----+----------+------------+-----------+---------------+------------+--------+----------+------+-----------+-----------+-----------+---------------------------------+------------------------+-------------------------------------------+-----+----------------------+-------+----------+------------+--------+---------------------+---------+--------+-----------+

| id | username | password   | firstname | lastname      | birthdate  |
street | postcode | city | homephone | handphone | workphone | homepage
| email                  | extra                                     | img
| info                 | topic | subtopic | department | office | created
| creator | pgpkey | sitegroup |
+----+----------+------------+-----------+---------------+------------+--------+----------+------+-----------+-----------+-----------+---------------------------------+------------------------+-------------------------------------------+-----+----------------------+-------+----------+------------+--------+---------------------+---------+--------+-----------+

|  1 | admin    | **password | Midgard   | Administrator | 0000-00-00 |
|          |      |           |           |           |
http://www.midgard-project.org/ | [EMAIL PROTECTED] | Default
administrator account for Midgard |   0 | homepage,email,extra |     0 |
0 |          0 |      0 | 0000-00-00 00:00:00 |       0 |        |
0 |
+----+----------+------------+-----------+---------------+------------+--------+----------+------+-----------+-----------+-----------+---------------------------------+------------------------+-------------------------------------------+-----+----------------------+-------+----------+------------+--------+---------------------+---------+--------+-----------+


Here is the midgard.conf

# The order is 'database name' 'user name' 'password'
MidgardDatabase midgard **** ****

## Uncomment these if you want to use filetemplates
# DirectoryIndex index.mgd
# MidgardTemplate phpelements.xml
# AddType application/x-httpd-php-midgard .mgd

## for PHP4
MidgardRootFile "/usr/lib/apache/midgard-root.php"

Listen 80
#Listen 8099
#Listen 8101
#Listen 8102

NameVirtualHost sntde123.de.draeger.com:80
#NameVirtualHost linux.local:8101
#NameVirtualHost linux.local:8102

ServerName sntde123.de.draeger.com

# Switch off magic quotes - it is required with Midgard
php_value magic_quotes_gpc off
php_value magic_quotes_runtime off
php_value register_globals on

# Configure text parser:
MidgardParser latin1
MidgardBlobDir "/var/lib/wwwrun/blob"
#MidgardEngine On

<VirtualHost *:80>
    Port 80
    MidgardEngine On
</VirtualHost>
#
#<VirtualHost linux.local:8101>
#    Port 8101
#    MidgardEngine On
#</VirtualHost>

#<VirtualHost linux.local:8102>
#    Port 8102
#    MidgardEngine On
#</VirtualHost>




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

Reply via email to