mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
Added plain password format
This commit is contained in:
6
src/plain.h
Normal file
6
src/plain.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef PLAIN_H
|
||||
#define PLAIN_H
|
||||
|
||||
int plain_auth_user(const char* passwd, const char* user, const char* pass, char *groupname, int groupname_size);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user