X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=blobdiff_plain;f=README;h=93a90b86225e7f84f10cbe316d4a20d1980751cd;hp=e8d3031074c6c584bfa79e49ffa644662debea85;hb=47de8ee6c742264ff03e9e3786cca3dabbedff4c;hpb=908581fd3bca791d24cae7fe5a8ae6adfb614ad8 diff --git a/README b/README index e8d3031..93a90b8 100644 --- a/README +++ b/README @@ -204,3 +204,28 @@ Example: GssapiCredStore keytab:/etc/httpd/http.keytab Require valid-user + + +### GssapiAllowedMech + +List of allowed mechanisms. This is useful to restrict the mechanism that +can be used when credentials for multiple mechanisms are available. +By default no mechanism is set, this means all locally available mechanisms +are allowed. The recognized mechanism names are: krb5, iakerb, ntlmssp + +Example: + GssapiAllowedMech krb5 + GssapiAllowedMech ntlmssp + + +### GssapiBasicAuthMech + +List of mechanisms against which Basic Auth is attempted. This is useful to +restrict the mechanisms that can be used to attaempt password auth. +By default no mechanism is set, this means all locally available mechanisms +are allowed, unless GssapiAllowedMech is set, in which case those are used. +GssapiBasicAuthMech always takes precendence over GssapiAllowedMech. +The recognized mechanism names are: krb5, iakerb, ntlmssp + +Example: + GssapiBasicAuthMech krb5