#208 Update test dependency list in BUILD.txt
Merged 6 years ago by cipherboy. Opened 6 years ago by cipherboy.
cipherboy/gssproxy fix-build.txt  into  master

file modified
+9 -4
@@ -26,16 +26,20 @@ 

      pkgconfig

      popt-devel

  

- For testing via $ make tests # you additionally need these three

- packages:

+ For testing via $ make tests # you additionally need these packages:

  

      krb5-server

+     krb5-server-ldap

+     krb5-workstation

      nss_wrapper

+     openldap-clients

+     openldap-servers

      socket_wrapper

+     valgrind

  

  NOTE:

- The minimum supported Kerberos version is MIT Kerberos 1.11.2 as it includes

- [1] and [2]

+ The minimum supported Kerberos version is MIT Kerberos 1.14 as it includes

+ [1], [2] and [6].

  The keytab initiation feature where Gss-Proxy acquires crdentials on behalf

  of clients using a ketab will only be available in MIT in 1.12

  This patch [3] can be used to backport the feature in 1.11.2, this new feature
@@ -46,3 +50,4 @@ 

  [3] https://github.com/krb5/krb5/commit/38cc076579888695a5820ceb44fe43020f5b61e1

  [4] http://k5wiki.kerberos.org/wiki/Projects/Credential_Store_extensions

  [5] http://k5wiki.kerberos.org/wiki/Projects/Keytab_initiation

+ [6] https://github.com/krb5/krb5/commit/7e6965ae33338216650384ca559d49e90312087a

GDB isn't strictly required but its useful. Valgrind is required. Taken from testing on fresh rawhide VM.

rebased

6 years ago

Thanks. Couple things:

  • Don't include gdb
  • If you would, please update the next paragraph of BUILD.txt to indicate that the minimum krb5 version is now 1.14 (see configure.ac for more information).

rebased

6 years ago

Removed gdb, added citation regarding krb1.14 being required (which appears related to Issue#169).

Commit b4e4d91 fixes this pull-request

Pull-Request has been merged by ascheel@redhat.com

6 years ago

Commit 89651d0 fixes this pull-request

Pull-Request has been merged by ascheel@redhat.com

6 years ago

Commit b4e4d91 fixes this pull-request

Pull-Request has been merged by ascheel@redhat.com

6 years ago