'\" t .\" Title: gssntlmssp .\" Author: GSS-NTLMSSP - http://ssimo.org/gss-ntlmssp .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 03/11/2024 .\" Manual: GSSAPI NTLM mechanism manual page .\" Source: GSS-NTLMSSP .\" Language: English .\" .TH "GSSNTLMSSP" "8" "03/11/2024" "GSS-NTLMSSP" "GSSAPI NTLM mechanism manual p" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" gssntlmssp \- GSSAPI NTLM Security Service Provider mechanism .SH "SYNOPSIS" .HP \w'\fBgssntlmssp_v1\ 2\&.16\&.840\&.1\&.113730\&.3\&.8\&.15\&.X\ /usr/lib64/gssntlmssp/gssntlmssp\&.so\ \fR\ 'u \fBgssntlmssp_v1 2\&.16\&.840\&.1\&.113730\&.3\&.8\&.15\&.X /usr/lib64/gssntlmssp/gssntlmssp\&.so \fR [\fIoptions\fR] .SH "DESCRIPTION" .PP A GSSAPI NTLM mechanism that allows to perform NTLM authentication in GSSAPI programs\&. .SH "ENVIRONMENT VARIABLES" .PP NTLM_USER_FILE .RS 4 A file containing users and their password hashes\&. The file formats supported are the one used by Heimdal for its NTLM backend, and the samba password file format\&. .RE .PP NETBIOS_COMPUTER_NAME .RS 4 Set the NETBIOS (short) Computer name used in NTLM packets .RE .PP NETBIOS_DOMAIN_NAME .RS 4 Set the NETBIOS (short) Domain name used in NTLM packets .RE .PP NTLMUSER .RS 4 Set the NTLM User name used for authentication on initiation of the security context .RE .PP USER .RS 4 The default source for the User name used on initiation of the security context .RE .PP LM_COMPAT_LEVEL .RS 4 The LM Compatibility Level enforced during security context negotiation\&. The default level is 3 .RE .PP GSSNTLMSSP_DEBUG .RS 4 The name of a file to send debug logs .RE .PP GSSNTLMSSP_WB_TLS_CTX .RS 4 This variable is used to control whether thread local contexts are used for winbindd communication or whether a single process context is used\&. Setting the value of this variable to 0 disables per\-thread contexts\&. Because creating Winbindd contexts is an expensive operation this is used as an optimization in applications that can insure a single thread is used, or already handle their own locking\&. The default behavior is to create a context for each thread, this behavior can be restored by setting the environment variable back to the value 1 .RE .SH "SEE ALSO" .PP \fBgssapi\fR(8)\&. .SH "AUTHORS" .PP \fBGSS\-NTLMSSP \- http://ssimo\&.org/gss\-ntlmssp\fR