1WINBIND_KRB5_LOCALAU(8) 8 WINBIND_KRB5_LOCALAU(8)
2
3
4
6 winbind_krb5_localauth - A plugin for MIT Kerberos for mapping user
7 accounts.
8
10 This plugin is part of the samba(7) suite.
11
12 winbind_krb5_localauth is a plugin that permits the MIT Kerberos
13 libraries that Kerberos principals can be validated against local user
14 accounts.
15
17 MIT Kerberos (at least version 1.12) is required.
18
19 The plugin queries the winbindd(8) daemon which needs to be configured
20 and started separately.
21
22 The following sections needs to be added to the krb5.conf file.
23
24 [plugins]
25 localauth = {
26 module = winbind:/usr/lib64/samba/krb5/winbind_krb5_localauth.so
27 enable_only = winbind
28 }
29
30
31
33 This man page is part of version 4.17.5 of the Samba suite.
34
36 The original Samba software and related utilities were created by
37 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
38 Source project similar to the way the Linux kernel is developed.
39
40 The winbind_krb5_localauth manpage was written by Andreas Schneider.
41
42
43
44Samba 4.17.5 01/26/2023 WINBIND_KRB5_LOCALAU(8)