This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-27 01:04:19 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
main
mariadb
/
plugin
/
auth_pipe
/
CMakeLists.txt
4 lines
66 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
New authentication plugin for authentication via named pipe on Windows operating systems. The plugin gets the sid of the client process and considers the user authenticated if the given username matches the username of this sid.
2015-10-13 10:13:53 +02:00
IF(WIN32)
Address review comments, add unit test
2016-01-27 15:23:42 +01:00
MYSQL_ADD_PLUGIN(auth_named_pipe auth_pipe.c)
New authentication plugin for authentication via named pipe on Windows operating systems. The plugin gets the sid of the client process and considers the user authenticated if the given username matches the username of this sid.
2015-10-13 10:13:53 +02:00
ENDIF()
Reference in a new issue
Copy permalink