X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=blobdiff_plain;f=README;h=93a90b86225e7f84f10cbe316d4a20d1980751cd;hp=87b1436722dd1c365435124bb5f1bcb4bf21faba;hb=db999f985dc4357e32db6bcc893aa354d2595c98;hpb=79cb8bb8418cca0c408db3c79d78fa23d5e18564 diff --git a/README b/README index 87b1436..93a90b8 100644 --- a/README +++ b/README @@ -216,3 +216,16 @@ 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