summaryrefslogtreecommitdiffstats
path: root/rules/krb5.in
blob: a7f332c622330dedd08e5f6b0d36351ad7343ba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
## SECTION=security

menuconfig KRB5
	tristate
	select HOST_E2FSPROGS
	select E2FSPROGS
	select E2FSPROGS_LIBCOM_ERR
	select E2FSPROGS_LIBSS		if KRB5_ADMIN_TOOLS
	select KEYUTILS			if KRB5_CLIENT_TOOLS
	select OPENSSL
	prompt "Kerberos                      "
	help
	  This is the MIT implementation of the Kerberos network authentication
	  protocol.

if KRB5

config KRB5_ADMIN_LIBS
	bool
	prompt "enable admin libraries (libkadm5clnt & libkadm5srv)"

config KRB5_CLIENT_TOOLS
	bool
	prompt "enable client tools"

config KRB5_ADMIN_TOOLS
	bool
	select KRB5_ADMIN_LIBS
	prompt "enable admin tools (kinit & kadmin)"

config KRB5_EXAMPLES
	bool
	prompt "enable example tools"
	help
	  This installs gss-client, gss-server, sclient and sserver.

endif