Remove MAX_ULOGENTRIES If a master KDC uses only a 64-bit libkadm5srv then there is no reason to impose any limit on ulog size: the practical maximum will be given by the filesystem and available storage space. Even when using a 32-bit libkadm5srv the maximum practical ulog size will be found easily enough when mmap() fails. https://github.com/krb5/krb5/commit/1d7c107c9e9239674b5c7aed32931ab47c50f239 Author: Nicolas Williams Committer: Greg Hudson Commit: 1d7c107c9e9239674b5c7aed32931ab47c50f239 Branch: master src/include/kdb_log.h | 1 - src/lib/kadm5/alt_prof.c | 4 +--- 2 files changed, 1 insertions(+), 4 deletions(-)