1KRB5KDC(8)                  System Manager's Manual                 KRB5KDC(8)
2
3
4

NAME

6       krb5kdc - Kerberos V5 KDC
7

SYNOPSIS

9       krb5kdc  [  -x db_args ] [ -d dbname ] [ -k keytype ] [ -M mkeyname ] [
10       -p portnum ] [ -m ] [ -r realm ] [ -n ] [ -w numworkers ] [ -P pid_file
11       ]
12

DESCRIPTION

14       krb5kdc  is  the Kerberos version 5 Authentication Service and Key Dis‐
15       tribution Center (AS/KDC).
16
17       The -x db_args option specifies the database specific arguments.
18
19       Options supported for LDAP database are:
20
21               -x nconns=<number_of_connections>
22               specifies the number of connections to be maintained  per  LDAP
23               server.
24
25               -x host=<ldapuri>
26               specifies the LDAP server to connect to by a LDAP URI.
27
28               -x binddn=<binddn>
29               specifies  the  DN of the object used by the KDC server to bind
30               to the LDAP server.  This object should have the rights to read
31               the  realm  container, principal container and the subtree that
32               is referenced by the realm.
33
34               -x bindpwd=<bind_password>
35               specifies the password for the above mentioned  binddn.  It  is
36               recommended  not to use this option.  Instead, the password can
37               be stashed using the stashsrvpw command of kdb5_ldap_util.
38
39       The -r realm option specifies the realm for  which  the  server  should
40       provide     service;    by    default    the    realm    returned    by
41       krb5_default_local_realm(3) is used.
42
43       The -d dbname option specifies the name under which the principal data‐
44       base  can  be  found;  by  default the database is in DEFAULT_DBM_FILE.
45       This option does not apply to the LDAP database.
46
47       The -k keytype option specifies the key type of the master  key  to  be
48       entered  manually  as  a  password  when  -m  is  given; the default is
49       "des-cbc-crc".
50
51       The -M mkeyname option specifies the principal name for the master  key
52       in  the  database; the default is KRB5_KDB_M_NAME (usually "K/M" in the
53       KDC's realm).
54
55       The -p portnum option specifies the default UDP port number  which  the
56       KDC  should  listen  on for Kerberos version 5 requests.  This value is
57       used when no port is specified in the KDC profile and when no  port  is
58       specified  in  the  Kerberos configuration file.  If no value is avail‐
59       able, then the value in /etc/services for service "kerberos" is used.
60
61       The -m option specifies that the master  database  password  should  be
62       fetched from the keyboard rather than from a file on disk.
63
64       The  -n  option specifies that the KDC does not put itself in the back‐
65       ground and does not disassociate itself from the terminal.   In  normal
66       operation, you should always allow the KDC to place itself in the back‐
67       ground.
68
69       The -w numworkers option tells the KDC to fork numworkers processes  to
70       listen  to  the  KDC  ports  and process requests in parallel.  The top
71       level KDC process (whose pid is recorded in the  pid  file  if  the  -P
72       option  is also given) acts as a supervisor.  The supervisor will relay
73       SIGHUP signals to the  worker  subprocesses,  and  will  terminate  the
74       worker subprocess if the it is itself terminated or if any other worker
75       process exits.  NOTE: on operating systems which do  not  have  pktinfo
76       support, using worker processes will prevent the KDC from listening for
77       UDP packets on network interfaces created after the KDC starts.
78
79       The -P pid_file option tells the KDC to write its PID  (followed  by  a
80       newline)  into  pid_file after it starts up.  This can be used to iden‐
81       tify whether the KDC is still running and to allow init scripts to stop
82       the correct process.
83
84       The  KDC  may service requests for multiple realms (maximum 32 realms).
85       The realms are listed on the command line.  Per-realm options that  can
86       be specified on the command line pertain for each realm that follows it
87       and are superseded by subsequent definitions of the same  option.   For
88       example,
89
90       krb5kdc -p 2001 -r REALM1 -p 2002 -r REALM2 -r REALM3
91
92       specifies  that the KDC listen on port 2001 for REALM1 and on port 2002
93       for REALM2 and REALM3.  Additionally, per-realm parameters may be spec‐
94       ified in the kdc.conf file.  The location of this file may be specified
95       by the KRB5_KDC_PROFILE environment variable.  Parameters specified  in
96       this  file  take precedence over options specified on the command line.
97       See the kdc.conf(5) description for further details.
98

SEE ALSO

100       krb5(3), kdb5_util(8), kdc.conf(5), kdb5_ldap_util(8)
101

BUGS

103       It should fork and go into the background when it finishes reading  the
104       master password from the terminal.
105
106
107
108                                                                    KRB5KDC(8)
Impressum