webauthldap(SUNetID): cannot get ticket: Too many open files (24)

Russ Allbery rra at stanford.edu
Wed Feb 18 17:49:26 EST 2009


Fletcher Cocquyt <fcocquyt at stanford.edu> writes:

> [Wed Feb 18 13:32:43 2009] [error] webauthldap(SUNetID): cannot get ticket: 
> Too many open files (24)

Aha.  It's the MIT Kerberos keytab code.  src/lib/krb5/keytab/kt_file.c
uses stdio.

mod_webauthldap might potentially be able to work around this by opening
the keytab at startup and caching the keytab object, but it allows using
different keytabs per virtual host, so that's not a simple change.

-- 
Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>



More information about the Kerberos mailing list