summaryrefslogtreecommitdiff
path: root/security/cyrus-saslauthd
AgeCommit message (Collapse)AuthorFilesLines
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed1-2/+1
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-21Drop localized *_USE_LDAP definitions and consistently use USE_OPENLDAPcube1-4/+4
instead. As announced on tech-pkg. Most notably affected are Postfix, sendmail, Samba and cyrus-saslauthd. Be sure to update your mk.conf accordingly.
2004-03-31Let KERBEROS imply SASL_USE_GSSAPI.jlam1-3/+5
2004-03-29Update security/cyrus-saslauthd to 2.1.18. Changes from version 2.1.17jlam4-16/+16
include improved LDAP authentication.
2004-02-19If we're using the LDAP authentication backend, we pull in <sasl/sasl.h>,jlam1-1/+2
so include cyrus-sasl2/buildlink3.mk to get it.
2004-02-12We only conflict with cyrus-sasl<2.1.15nb2, which was the first versionjlam1-2/+2
of cyrus-sasl2 after spliiting out the saslauthd into a separate package.
2004-01-21Recognize KERBEROS as a flag that can cause this package to be built usingjlam1-2/+3
Kerberos for GSSAPI support.
2004-01-21Convert to use krb5.buildlink3.mk to get Kerberos 5 support. Tested tojlam1-5/+6
build and install properly using Heimdal.
2004-01-13Bump the version of security/cyrus-saslauthd to 2.1.17nb1: install thejlam2-3/+13
saslcache and testsaslauthd programs that are useful to test and debug the setup of saslauthd.
2004-01-13Move the documentation into share/doc instead of using share/examples.jlam2-6/+6
2004-01-12Note location of pidfile.jlam1-1/+2
2004-01-12Substitute for ROOT_USER in the rc.d script.jlam1-1/+2
2004-01-12Add MAINTAINER, HOMEPAGE, COMMENT.jlam1-1/+5
2004-01-10Remove files listed in PLIST.ldap.jlam1-3/+1
2004-01-09Don't install the LDAP_SASLAUTHD documentation file unless we are buildingjlam2-1/+8
with support for LDAP.
2004-01-09Initial import of cyrus-saslauthd-2.1.17 as security/cyrus-saslauthd.jlam9-0/+215
saslauthd is a daemon process that handles plaintext authentication requests on behalf of the Cyrus SASL library. It may be compiled to support authentication using getpwent, PAM, or an LDAP database.