summaryrefslogtreecommitdiff
path: root/www/ap-auth-ldap
AgeCommit message (Collapse)AuthorFilesLines
2003-02-17use apache/module.mk.grant1-13/+7
2002-10-08buildlink1 -> buildlink2jlam1-14/+18
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-08-26format and word Apache module MESSAGEs consistently.grant1-4/+4
2001-11-26The apache buildlink.mk file only has a build dependency on apache. Wejlam1-1/+3
need a normal dependency since we require apache to be installed at run-time.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-10-26Buildlink'ify.kleink1-10/+6
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-07-04Update ap-auth-ldap to 1.6.0; changes since 1.5.2 include:kleink2-6/+6
* Cleaned up a number of memory leaks. * Can now be built with autoconf.
2001-05-20Make all the ap-* packages work with apache6 as well as apachejonb1-2/+2
(except for ap-ssl, of course)
2001-04-30Change build dependency from perl-5.* to perl>=${PERL5_REQD}.jlam1-2/+2
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-09Since ${PREFIX} expansion in MESSAGE is automatic, remove outdatedwiz1-3/+2
comment.
2001-04-09Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}wiz1-2/+2
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-14Update ap-auth-ldap to 1.5.2; changelog excerpt below.kleink3-7/+11
Changes Between Major Revisions Changes from 1.4 to 1.6 * All changes and bugfixes in the 1.4 releases. * Completely rewrote the LDAP caching algorithms (see [1]the documentation on caching for more information). Here are the highlights of the changes: + All cache sizes are measured in terms of cache entries. Warning!! This affects the AuthLDAPCacheSize directive!! In version 1.4 and before, this directive specified the size in megabytes. Now, it specifies the size in cache entri es. If you currently have this directive in a config file, it is probably set way too high, and will use a significant amount of server memory. + Deprecated the AuthLDAPCacheCompareOps directive. Apache will still accept the directive, but it has no effect, other than to generate a warning in the Apache logs. + The cache no longer grows without bounds. For servers with a very active cache, this should make a big difference with memory usage. + No longer use the cache management routines from the LDAP SDK. All LDAP operations are now cached, using a cache that's specially designed for auth_ldap's authentication methods. + If Apache has been compiled with MM support and auth_ldap has been compiled with -DWITH_SHARED_LDAP_CACHE then the cache is shared across all server instances. + Added a content handler that can be used to display the cache statistics. To use it, add the following directives: <Location /server/auth-ldap-info> SetHandler auth-ldap-info </Location> * Added support for a require dn directive, and a AuthLDAPCompareDNOnServer directive. See the documentation for more information. * auth_ldap now allows the user to specify any attribute when checking for group membership, by using the AuthLDAPGroupAttribute directive. If this directive is not specified, the default continues to be member and uniqueMember. Patch courtesy of Graham Leggett. * Added another directive, AuthLDAPGroupAttributeIsDN, which says whether to use the DN that was retrieved from the LDAP search, or to use the username passed by the client when doing group authorization. This directive, in conjuction with the previous one, allows us to use things like posixGroups for checks: AuthLDAPGroupAttribute memberuid AuthLDAPGroupAttributeIsDN off * Ensure that auth_ldap will follow referrals under OpenLDAP. This behavior was turned off in previous versions. * Allow auth_ldap to dereference aliases, using the new AuthLDAPDereferenceAliases directive. By default, this directive is set to always. * Now use ldap_init() when using OpenLDAP. Unless your OpenLDAP is really old, this probably won't affect you.
2000-09-05Update build dependency on perl to build in correct directory if perljlam1-2/+2
interpreter is not found.
2000-08-28Use PERL5 variable for location of perl5 binary.jlam1-2/+2
2000-06-15Match openldap-1.2.*.kleink1-2/+2
2000-05-30Initial import of auth_ldap-1.4.2.kleink6-0/+53