mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
Include the SID into the cookie and store it in proc_st.
This commit is contained in:
@@ -187,6 +187,7 @@ struct cfg_st {
|
||||
char *cert_user_oid; /* The OID that will be used to extract the username */
|
||||
char *cert_group_oid; /* The OID that will be used to extract the groupname */
|
||||
unsigned int auth_types; /* or'ed sequence of AUTH_TYPE */
|
||||
unsigned session_control; /* whether to use the session control part of authentication (PAM) */
|
||||
char *auth_additional; /* the additional string specified in the auth methode */
|
||||
gnutls_certificate_request_t cert_req;
|
||||
char *priorities;
|
||||
|
||||
Reference in New Issue
Block a user