File: README.Debian

package info (click to toggle)
libauthen-simple-kerberos-perl 0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 92 kB
  • ctags: 2
  • sloc: perl: 29; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
When you have lots of connections using libauthen-simple-kerberos-perl, most of
them end up in TIME_WAIT after short time. Authentication does work but could
be very slow.

When /etc/krb5.conf is present with the right settings, everything should just
work fine and this module shouldn't open that much connections. Setting up the 
right default_realm and its corresponding kdc server in the /etc/krb5.conf do
the job.

/etc/krb5.conf is part of the krb5-config package.