aboutsummaryrefslogtreecommitdiffstats
path: root/security/sssd
Commit message (Collapse)AuthorAgeFilesLines
* Update autoconf to 2.69 and automake to 1.12ade2012-05-121-0/+3
| | | | | PR: 166836 Tested by: Multiple -exp runs (pav)
* Bump pcre library dependency due to 8.30 updatemm2012-02-141-1/+2
|
* - convert to using PYTHON_SITELIBDIR (non-functional change)rm2012-02-132-11/+12
|
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* Mark broken on tier-2: fails to link.linimon2011-12-221-0/+3
| | | | Hat: portmgr
* - Fix incorrect CATEGORIESzi2011-10-151-1/+1
|
* New port: security/sssdzi2011-10-1537-0/+2200
sssd integrates the functionality of pam_krb5 and pam_ldap/nss_ldap with caching and additional features. This project provides a set of daemons to manage access to remote directories and authentication mechanisms, it provides an NSS and PAM interface toward the system and a pluggable backend system to connect to multiple different account sources. It is also the basis to provide client auditing and policy services for projects like FreeIPA. sssd also features caching, which can allow for offline use to assist laptop users. WWW: https://fedorahosted.org/sssd/ PR: ports/161555 Submitted by: Andrew Elble <aweits@rit.edu>