| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 166836
Tested by: Multiple -exp runs (pav)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Hat: portmgr
|
| |
|
|
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>
|