diff options
Diffstat (limited to 'doc/ntlm-example.conf')
-rw-r--r-- | doc/ntlm-example.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ntlm-example.conf b/doc/ntlm-example.conf new file mode 100644 index 0000000..9abba04 --- /dev/null +++ b/doc/ntlm-example.conf @@ -0,0 +1,12 @@ +# An NTLM authentication example + +# Create a new handler called 'MyHandler' +[NTLM:MyHandler] + +# Only allow NTLM authentication +AuthTypes: NTLM + +# Authenticate against this server +NTLMServer: example-srv1 +NTLMBackup: backup-server +NTLMDomain: Domain |