Last active
April 26, 2018 15:03
-
-
Save scardine/9f1f775d5d1e2d9ec2577a0ded045ec1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPNEGO configuration: | |
auth_param negotiate program /usr/bin/ntlm_auth --helper-protocol=gss-spnego | |
auth_param negotiate children 50 | |
auth_param negotiate realm YOURDOMAIN | |
auth_param negotiate keep_alive on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment