]> git.sur5r.net Git - openldap/blob - clients/ud/README
Fix server==NULL bugs
[openldap] / clients / ud / README
1 Users
2 -----
3 For users, see the man page on ud.
4
5 Installers
6 ----------
7 For installers, see the header file.  Anything that is configurable is
8 listed in there as a #define, and the file is pretty well commented.
9
10 Kerberos users
11 --------------
12 If you're going to use Kerberos, be sure that you have a Kerberos config file
13 in /etc/krb.conf of the form:
14
15         <realm>
16         <realm> <server-for-realm> [ admin server ]
17
18 This should be the realm in which users are going to authenticate, which
19 is not necessarily your realm.
20
21 You can certainly have other entries in this file, but you'll need at least
22 these two.
23
24 Also be sure that you have the necessary entries in /etc/services so that
25 your client knows on which port to find a Kerberos authentication server.
26 An pair of entries like this:
27
28   kerberos        750/udp         kdc             # Kerberos authentication
29   kerberos        750/tcp         kdc             # Kerberos authentication
30
31 is fairly typical.