Hallo,
habe Heute meine erste mysql Datenbank erstellt und will diese an apache Authorisierung hängen.
Soweit so gut... es läuft.
Für mich komisch: Das "AuthMySQLpassword" muss ich in Klartext angeben, obwohl in der sql-datenbank das passwort als "*2E49EEA611DD78A67C1ED68E61907BB986CA90AD" gespeichert ist.
Hier mal meine ".htaccess"
AuthName "mein name"
AuthType Basic
AuthUserFile /dev/null
AuthBasicAuthoritative off
AuthMySQLAuthoritative On
AuthMySQLHost localhost
AuthMySQLDB visualdb
AuthMySQLUser visualdb_user
AuthMySQLPassword ph
AuthMySQLUserTable mysql_auth
AuthMySQLNameField username
AuthMySQLPasswordField passwd
AuthMySQLPwEncryption scrambled
AuthMySQLEnable On
require valid-user
Ich weiß nicht ob das normal ist, denke nicht ?
Gruß
roger