Server IP : 23.254.227.96 / Your IP : 216.73.216.7 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.1.1k System : Linux hwsrv-1277026.hostwindsdns.com 4.18.0-477.13.1.el8_8.x86_64 #1 SMP Tue May 30 14:53:41 EDT 2023 x86_64 User : viralblo ( 1001) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/dovecot/wiki/ |
Upload File : |
Winbind mechanisms ================== Dovecot supports NTLM and GSS-SPNEGO authentication mechanisms using Samba [http://www.samba.org]'s winbind daemon. It is useful when you need to authenticate users against a Windows domain (either AD or NT). By default NTLM mechanism is handled internally. You can use winbind instead by setting: ---%<------------------------------------------------------------------------- auth_use_winbind = yes ---%<------------------------------------------------------------------------- The usernames, returned by winbind, can contain some domain part (either "DOMAIN\user" or "user@example.com"). Such usernames are always transformed to the form of "user@domain". To strip domain part (to obtain corresponding local username, for example), set: ---%<------------------------------------------------------------------------- auth_username_format = %n ---%<------------------------------------------------------------------------- Dovecot needs path to Samba's 'ntlm_auth' binary to perform the authentication. You can change the path with: ---%<------------------------------------------------------------------------- auth_winbind_helper_path = /usr/bin/ntlm_auth ---%<------------------------------------------------------------------------- Dovecot currently does blocking lookups, so if 'ntlm_auth' is slow on responding (e.g. network problems), Dovecot blocks all other authentication requests until it's finished. (This file was created from the wiki on 2019-06-19 12:42)