summaryrefslogtreecommitdiff
path: root/src/serv.gaa
diff options
context:
space:
mode:
Diffstat (limited to 'src/serv.gaa')
-rw-r--r--src/serv.gaa6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/serv.gaa b/src/serv.gaa
index 6d7dd5610a..b1a39595d2 100644
--- a/src/serv.gaa
+++ b/src/serv.gaa
@@ -79,12 +79,6 @@ option (srppasswd) STR "FILE" { $srp_passwd = $1 } "SRP password file to use."
#char *srp_passwd_conf;
option (srppasswdconf) STR "FILE" { $srp_passwd_conf = $1 } "SRP password conf file to use."
-#char *authz_x509_attr_cert;
-option (authz-x509-attr-cert) STR "FILE" { $authz_x509_attr_cert = $1 } "Use X.509 Attribute Certificate in FILE as authorization data."
-
-#char *authz_saml_assertion;
-option (authz-saml-assertion) STR "FILE" { $authz_saml_assertion = $1 } "Use SAML Assertion in FILE as authorization data."
-
#int nciphers;
#char **ciphers;
option (ciphers) *STR "cipher1 cipher2..." { $ciphers = $1; $nciphers = @1 } "Ciphers to enable."