[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: redhat kerberos PAM



>>>>> "Jacques" == Jacques A Vidrine <n@nectar.com> writes:

    Jacques> Please see the FreeBSD port
    Jacques> http://www.freebsd.org/cgi/cvsweb.cgi/ports/security/pam_krb5/files
    Jacques> for patches that fix this and other problems.

I tried adding all of these patches, but it wasn't highly
successful. Lots of compile warnings and lots of compile errors.

eg:

[...]
support.c: In function `verify_krb_v5_tgt':
support.c:208: warning: implicit declaration of function `error_message'
support.c:213: warning: implicit declaration of function `krb5_princ_component'
support.c:213: `c' undeclared (first use in this function)
support.c:213: (Each undeclared identifier is reported only once
support.c:213: for each function it appears in.)
support.c:213: invalid type argument of `->'
support.c:213: invalid type argument of `->'
support.c:213: invalid type argument of `->'
support.c:213: invalid type argument of `->'
support.c:213: invalid type argument of `->'
support.c:222: warning: suggest parentheses around assignment used as truth value
support.c:262: warning: implicit declaration of function `krb5_free_data_contents'
support.c:196: warning: unused variable `kt_name'
support.c:195: warning: unused variable `keytab'

for a sample.
-- 
Brian May <bam@snoopy.apana.org.au>