mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-28 23:06:34 +00:00
Add support for PAM authentication
This commit is contained in:
14
cmd/auth/proto/auth.proto
Normal file
14
cmd/auth/proto/auth.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package main;
|
||||
|
||||
option go_package = "./auth;main";
|
||||
|
||||
message UserPass {
|
||||
string username = 1;
|
||||
string password = 2;
|
||||
}
|
||||
|
||||
message Response {
|
||||
string status = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user