You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2074,6 +2074,18 @@ Location of the Kerberos V5 keytab file. Not set by default.
2074
2074
2075
2075
Strips @REALM from username for further use. Not set by default.
2076
2076
2077
+
##### `krb_verify_kdc`
2078
+
2079
+
This option can be used to disable the verification tickets against local keytab to prevent KDC spoofing attacks. Default is 'on'
2080
+
2081
+
##### `krb_servicename`
2082
+
2083
+
Specifies the service name that will be used by Apache for authentication. Corresponding key of this name must be stored in the keytab. Default is 'HTTP'
2084
+
2085
+
##### `krb_save_credentials`
2086
+
2087
+
This option enables credential saving functionality. Default is 'off'
2088
+
2077
2089
##### `limit_request_field_size`
2078
2090
2079
2091
[Limits](http://httpd.apache.org/docs/2.4/mod/core.html#limitrequestfieldsize) the size of the HTTP request header allowed from the client. Default is 'undef'.
0 commit comments