This commit is contained in:
Marc Delisle
2006-08-27 11:43:18 +00:00
parent b0991535cd
commit 1c29f46667

View File

@@ -696,7 +696,7 @@ GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real
id="cfg_Servers_nopassword">$cfg['Servers'][$i]['nopassword']</span> boolean id="cfg_Servers_nopassword">$cfg['Servers'][$i]['nopassword']</span> boolean
</dt> </dt>
<dd> <dd>
Allow attempt to login without password when login with password Allow attempt to log in without password when a login with password
fails. This can be used together with http authentication, when fails. This can be used together with http authentication, when
authentication is done some other way and phpMyAdmin gets user name authentication is done some other way and phpMyAdmin gets user name
from auth and uses empty password for connecting to MySQL. Password from auth and uses empty password for connecting to MySQL. Password
@@ -1024,7 +1024,7 @@ ALTER TABLE `pma_column_comments`
<dd>Name of session which will be used for signon authentication method. <dd>Name of session which will be used for signon authentication method.
</dd> </dd>
<dt><span id="cfg_Servers_SignonURL">$cfg['Servers'][$i]['SignonURL']</span> string</dt> <dt><span id="cfg_Servers_SignonURL">$cfg['Servers'][$i]['SignonURL']</span> string</dt>
<dd>URL where user will be redirected for login for signon authentication method. Should be absolute including protocol. <dd>URL where user will be redirected to log in for signon authentication method. Should be absolute including protocol.
</dd> </dd>
<dt><span id="cfg_Servers_LogoutURL">$cfg['Servers'][$i]['LogoutURL']</span> string</dt> <dt><span id="cfg_Servers_LogoutURL">$cfg['Servers'][$i]['LogoutURL']</span> string</dt>
<dd>URL where user will be redirected after logout (doesn't affect config authentication method). Should be absolute including protocol. <dd>URL where user will be redirected after logout (doesn't affect config authentication method). Should be absolute including protocol.
@@ -2836,7 +2836,7 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
<h4 id="login_bug"> <h4 id="login_bug">
<a href="#login_bug">3.1 When using <a href="#login_bug">3.1 When using
<abbr title="HyperText Transfer Protocol">HTTP</abbr> authentication, an user <abbr title="HyperText Transfer Protocol">HTTP</abbr> authentication, an user
who logged out can not relogin in with the same nick.</a></h4> who logged out can not log in again in with the same nick.</a></h4>
<p> This is related to the authentication mechanism (protocol) used by <p> This is related to the authentication mechanism (protocol) used by
phpMyAdmin. To bypass this problem: just close all the opened phpMyAdmin. To bypass this problem: just close all the opened
@@ -3052,7 +3052,7 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
and/or and/or
<a href="#cfg_Servers_controlpass" class="configrule">$cfg['Servers'][$i]['controlpass']</a> <a href="#cfg_Servers_controlpass" class="configrule">$cfg['Servers'][$i]['controlpass']</a>
are wrong.</li> are wrong.</li>
<li>The username/password you specify in the login-dialog are invalid.</li> <li>The username/password you specify in the login dialog are invalid.</li>
<li>You have already setup a security mechanism for the <li>You have already setup a security mechanism for the
phpMyAdmin-directory, eg. a .htaccess file. This would interfere with phpMyAdmin-directory, eg. a .htaccess file. This would interfere with
phpMyAdmin's authentication, so remove it.</li> phpMyAdmin's authentication, so remove it.</li>