Details
-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
Could you add an option where the MySQL server does authentication by the Linux system
account of the other end of the (local) connection?
This will only work for local connections, but is very handy. Passwords would no longer
be needed, making it both more secure and easier.
In addition to user name/password, the privilege tables should contain a unix_account
column.
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Re: [Bug 693108] [NEW] Authenticate by Linux system account
Hi, Olaf!
On Dec 21, Olaf van der Spek wrote:
> Could you add an option where the MySQL server does authentication by the Linux system
> account of the other end of the (local) connection?
>
> This will only work for local connections, but is very handy. Passwords would no longer
> be needed, making it both more secure and easier.
>
> In addition to user name/password, the privilege tables should contain a unix_account
> column.
>
> http://bugs.mysql.com/bug.php?id=49940
>
This is already implemented in 5.2.
See http://kb.askmonty.org/v/development-pluggable-authentication
and socket_peercred plugin therein
Regards,
Sergei
P.S. I see you really started moving feature requests from mysql bugdb
to mariadb. First update select, now this