Bug 24832 - New port: Authen::Krb5, Perl interface to Kerberos 5
Summary: New port: Authen::Krb5, Perl interface to Kerberos 5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-03 20:40 UTC by ajk
Modified: 2001-02-03 20:59 UTC (History)
0 users

See Also:


Attachments
file.shar (2.70 KB, text/plain)
2001-02-03 20:40 UTC, ajk
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description ajk 2001-02-03 20:40:01 UTC
Authen::Krb5 is an object-oriented interface to the Kerberos 5 API.
Both the implementation and documentation are nowhere near complete,
and may require previous experience with Kerberos 5 programming.  Most
of the functions here are documented in detail in the Kerberos 5 API
documentation.

How-To-Repeat: 
N/A
Comment 1 Will Andrews freebsd_committer freebsd_triage 2001-02-03 20:58:08 UTC
State Changed
From-To: open->closed

Committed, thanks.  I made some optimization on the LIB_DEPENDS: 
krb5 shlib already exists in the base system, so make sure the port 
krb5 is actually installed by looking for libgssapi_krb5.so.2; also 
changed the perl regex's second line delimiter to all tabs.