Skip to content

Commit 89651d0

Browse files
cipherboyfrozencemetery
authored andcommitted
Update test and krb5 dependency list in BUILD.txt
Signed-off-by: Alexander Scheel <[email protected]> [[email protected]: rewrite krb5 versioning text, edit commit message] Reviewed-by: Robbie Harwood <[email protected]> Merges: #208
1 parent f7cd0ff commit 89651d0

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

BUILD.txt

+13-15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
First off, run:
32
$ autoreconf -f -i
43

@@ -26,23 +25,22 @@ additionally to a ISO C compiler:
2625
pkgconfig
2726
popt-devel
2827

29-
For testing via $ make tests # you additionally need these three
30-
packages:
28+
For testing via $ make tests # you additionally need these packages:
3129

3230
krb5-server
31+
krb5-server-ldap
32+
krb5-workstation
3333
nss_wrapper
34+
openldap-clients
35+
openldap-servers
3436
socket_wrapper
37+
valgrind
3538

36-
NOTE:
37-
The minimum supported Kerberos version is MIT Kerberos 1.11.2 as it includes
38-
[1] and [2]
39-
The keytab initiation feature where Gss-Proxy acquires crdentials on behalf
40-
of clients using a ketab will only be available in MIT in 1.12
41-
This patch [3] can be used to backport the feature in 1.11.2, this new feature
42-
simply allows combining two [4][5] features introduced in MIT 1.11
39+
NOTE: The minimum supported Kerberos version is MIT Kerberos 1.14 as it
40+
includes [1] for Microsoft interoperability. gssproxy relies on the
41+
interposer mechanism [1] and so there is no version of gssproxy which will
42+
work before 1.11. Various other features require newer versions of MIT krb5;
43+
patch out at your own risk.
4344

44-
[1] http://k5wiki.kerberos.org/wiki/Projects/Interposer_Mechanism
45-
[2] https://github.com/krb5/krb5/commit/36c76aa3c625afc9291b9e1df071db51ccf37dab
46-
[3] https://github.com/krb5/krb5/commit/38cc076579888695a5820ceb44fe43020f5b61e1
47-
[4] http://k5wiki.kerberos.org/wiki/Projects/Credential_Store_extensions
48-
[5] http://k5wiki.kerberos.org/wiki/Projects/Keytab_initiation
45+
[1] https://github.com/krb5/krb5/commit/7e6965ae33338216650384ca559d49e90312087a
46+
[2] http://k5wiki.kerberos.org/wiki/Projects/Interposer_Mechanism

0 commit comments

Comments
 (0)