File tree 1 file changed +13
-15
lines changed
1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change 1
-
2
1
First off, run:
3
2
$ autoreconf -f -i
4
3
@@ -26,23 +25,22 @@ additionally to a ISO C compiler:
26
25
pkgconfig
27
26
popt-devel
28
27
29
- For testing via $ make tests # you additionally need these three
30
- packages:
28
+ For testing via $ make tests # you additionally need these packages:
31
29
32
30
krb5-server
31
+ krb5-server-ldap
32
+ krb5-workstation
33
33
nss_wrapper
34
+ openldap-clients
35
+ openldap-servers
34
36
socket_wrapper
37
+ valgrind
35
38
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.
43
44
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
You can’t perform that action at this time.
0 commit comments