|
cosign-discuss at umich.edu
|
general discussion of cosign development and deployment
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
v1.6.1: krb ticket path length broken in other places
- To: Cosign Discussion <cosign-discuss@xxxxxxxxx>
- Subject: v1.6.1: krb ticket path length broken in other places
- From: Phil Pishioneri <pgp@xxxxxxx>
- Date: Wed, 12 May 2004 17:09:02 -0400
- User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7b) Gecko/20040421
That old 24 character length of the kerberos ticket file path is
hard-coded in a few other places:
./daemon/cparse.h: char ci_krbtkt[ 24 ];
./filters/apache/sparse.h: char si_krb5tkt[ 24 ];
./filters/apache/sparse.h: char si_krb4tkt[ 24 ];
./filters/apache2/sparse.h: char si_krb5tkt[ 24 ];
./filters/apache2/sparse.h: char si_krb4tkt[ 24 ];
I haven't checked yet whether they can also be increased to MAXPATHLEN,
but it looks dicey.
-Phil
|