Discussion:
[JIRA] Created: (MYO-85) Implement host based authentication
Gilles Rayrat (JIRA)
2009-04-06 16:29:55 UTC
Permalink
Implement host based authentication
-----------------------------------

Key: MYO-85
URL: https://forge.continuent.org/jira/browse/MYO-85
Project: Myosotis
Type: New Feature

Reporter: Gilles Rayrat
Assigned to: Gilles Rayrat
Fix For: 0.6.6


As MySQL and Posgres do, we should have an authentication based on clients IP addresses.
Requirements:
authorized hosts definition should be in CIDR format, in a single file
should deny by default, and allow only defined hosts
should be backward compatible, no authorized hosts file = allow all
should deny access as if the user/password was wrong
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
Gilles Rayrat (JIRA)
2009-04-07 15:39:55 UTC
Permalink
[ https://forge.continuent.org/jira/browse/MYO-85?page=all ]

Gilles Rayrat closed MYO-85:
----------------------------

Resolution: Fixed

Implemented in svn
Post by Gilles Rayrat (JIRA)
Implement host based authentication
-----------------------------------
Key: MYO-85
URL: https://forge.continuent.org/jira/browse/MYO-85
Project: Myosotis
Type: New Feature
Reporter: Gilles Rayrat
Assignee: Gilles Rayrat
Fix For: 0.6.6
As MySQL and Posgres do, we should have an authentication based on clients IP addresses.
authorized hosts definition should be in CIDR format, in a single file
should deny by default, and allow only defined hosts
should be backward compatible, no authorized hosts file = allow all
should deny access as if the user/password was wrong
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
Gilles Rayrat (JIRA)
2009-04-07 15:39:55 UTC
Permalink
[ https://forge.continuent.org/jira/browse/MYO-85?page=comments#action_15426 ]

Gilles Rayrat commented on MYO-85:
----------------------------------

For postgres, error code 28000 can be used for that purpose
Post by Gilles Rayrat (JIRA)
Implement host based authentication
-----------------------------------
Key: MYO-85
URL: https://forge.continuent.org/jira/browse/MYO-85
Project: Myosotis
Type: New Feature
Reporter: Gilles Rayrat
Assignee: Gilles Rayrat
Fix For: 0.6.6
As MySQL and Posgres do, we should have an authentication based on clients IP addresses.
authorized hosts definition should be in CIDR format, in a single file
should deny by default, and allow only defined hosts
should be backward compatible, no authorized hosts file = allow all
should deny access as if the user/password was wrong
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
Loading...