1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name pam-krb5 |
---|
6 | version 3.12 |
---|
7 | categories security |
---|
8 | maintainers flyn.org:mike |
---|
9 | description Kerberos 5 module for PAM |
---|
10 | long_description pam-krb5 provides a Kerberos 5 PAM module that supports authentication, user ticket cache handling, simple authorization (via .k5login or checking Kerberos principals against local usernames), and password changing. It can be configured through either options in the PAM configuration itself or through entries in the system krb5.conf file. |
---|
11 | homepage http://archives.eyrie.org/software/kerberos/ |
---|
12 | platforms darwin |
---|
13 | master_sites ${homepage} |
---|
14 | |
---|
15 | checksums sha1 363b4c7a1031f134164190c2cf116f41170012ad |
---|
16 | |
---|
17 | post-destroot { |
---|
18 | ln -s ${destroot}${prefix}/lib/pam/pam-krb5.so /usr/lib/pam/pam-krb5.so |
---|
19 | } |
---|