1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="winbind_krb5_locator.7">
6 <refentrytitle>winbind_krb5_locator</refentrytitle>
7 <manvolnum>7</manvolnum>
8 <refmiscinfo class="source">Samba</refmiscinfo>
9 <refmiscinfo class="manual">7</refmiscinfo>
10 <refmiscinfo class="version">4.0</refmiscinfo>
15 <refname>winbind_krb5_locator</refname>
16 <refpurpose>A plugin for MIT and Heimdal Kerberos for detecting KDCs using Windows semantics.</refpurpose>
21 <title>DESCRIPTION</title>
24 This plugin is part of the <citerefentry><refentrytitle>samba</refentrytitle>
25 <manvolnum>7</manvolnum></citerefentry> suite.
29 <command>winbind_krb5_locator</command> is a plugin that permits MIT and
30 Heimdal Kerberos libraries to detect Kerberos Servers (for the KDC and
31 kpasswd service) using the same semantics that other tools of the Samba
32 suite use. This include site-aware DNS service record lookups and caching
34 The plugin uses the public locator API provided by most modern Kerberos
39 <title>PREREQUISITES</title>
41 MIT Kerberos (at least version 1.5) or Heimdal Kerberos (at least version
46 The plugin queries the <citerefentry><refentrytitle>winbindd</refentrytitle>
47 <manvolnum>8</manvolnum></citerefentry> daemon which needs to be configured
48 and started separately.
52 The <command>winbind_krb5_locator.so</command> file needs to be manually
53 copied to the plugin directory of the system Kerberos library.
55 For MIT Kerberos this is often:
56 <filename>/usr/lib/krb5/plugins/libkrb5/</filename>.
57 For Heimdal Kerberos this is often:
58 <filename>/usr/lib/plugin/krb5/</filename>.
60 Please check your local Kerberos installation for the correct
61 paths. No modification in <filename>/etc/krb5.conf</filename>
62 is required to enable the use of this plugin.
65 After copying the locator plugin to the appropriate plugin
66 directory it should immediately be available for use.
67 Users should be able to kinit into their kerberized Windows
68 environment without any modification or servers
69 being put manually into <filename>/etc/krb5.conf</filename>.
74 <title>VERSION</title>
77 This man page is correct for version 3 of the Samba suite.
85 The original Samba software and related utilities were created by Andrew
86 Tridgell. Samba is now developed by the Samba Team as an Open Source
87 project similar to the way the Linux kernel is developed.
91 The winbind_krb5_locator manpage was written by Guenther Deschner.