From 977b4db32cde91d043562e9bafedbc563b6ae464 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 10 May 2006 21:58:42 +0000 Subject: Add example configuration files --- doc/ntlm-example.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/ntlm-example.conf (limited to 'doc/ntlm-example.conf') 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 -- cgit v1.2.3