summaryrefslogtreecommitdiff
path: root/databases/openldap-server/options.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-06-12Add inet6 to default suggested options. It's 2012.wiz1-2/+2
2012-03-13Changes 2.4.30:adam1-4/+4
Fixed libldap socket polling for writes Fixed liblutil string modifications Fixed slapd crash when attrsOnly is true Fixed slapd syncrepl delete handling Fixed slapd-mdb slapadd with -q Fixed slapd-mdb slapadd with -w Fixed slapd-mdb slapindex with -q and -t Fixed slapo-pcache time-to-refesh handling Fixed slapo-syncprov loop detection Build Environment Fixed POSIX make support Fixed slapd-mdb build on POSIX Documentation Added option "-o" to ldap*(1) pages Fixed ldap*(1) page cleanup Fixed ldap_modify(3) prototypes
2010-12-17dynamic linking won't work on Darwin when slapd gets strippedadam1-1/+6
2010-06-02Fix buildling with db5; revbump for db4 updateadam1-4/+11
2009-06-27Remove kerberos option. It only implied the sasl option (hackish) andghen1-11/+2
kerberos is just one of the SASL authentication methods, which have to be configured in cyrus-sasl, not in openldap. Fixes PR pkg/41634.
2009-04-27Switch OpenLDAP server and modules to use database/db4 as a backend again,ghen1-4/+2
now db 4.7 is known to work. Ok adam, manu.
2009-01-31- Add optionnal DSO support to slapd.manu1-10/+12
- Bump revision of openldap-server because of that - Remove the smbk5pwd option, which will be moved to another package as module
2008-09-22Alway use Berkeley DB 4.6.21 provided by the "db46" package.tron1-15/+4
Berkeley DB 4.7.x is not officially supported by OpenLDAP yet and there have been various reports of problems with this combination. Bump package revision.
2008-09-10Fix typo in comment.wiz1-3/+3
2008-09-10Add a comment which explains why we use the "db46" package undertron1-1/+4
certain versions of NetBSD.
2008-09-09Depend on the "db46" package under NetBSD versions that use SA threads.tron1-2/+8
Bump package revision. This is the second half of the fix for PR pkg/39500.
2007-08-28Fix build problem caused by "smbk5pwd" support:tron1-2/+3
- Correct typo in "configure" so that "--enable-smbk5pwd" or "--disable-smbk5pwd" actually work. - Explicitly add "--disable-smbk5pwd" to "CONFIGURE_ARGS" because this feature is turned on by default (which it really shouldn't be). The "openldap-server" package can now be built with the default options.
2007-08-24Add smbk5pwd support (sync samba and kerberos passwords on password changes)manu1-2/+16
The smbk5pwd overlay is now static. It can be used like this: overlay smbk5pwd To sync only the samba password, add this: smbk5pwd-enable samba See contrib/slapd-modules/smbk5pwd/README in openldap distribution for more information
2007-03-15Fiw a configure option name: it's --enable-spasswd ans not --with-spasswwdmanu1-2/+2
details here: http://www.openldap.org/lists/openldap-software/200702/msg00126.html
2006-06-08"make test" only makes sense for openldap-server with bdb/hdb enabled.ghen1-1/+2
2006-05-31Import databases/openldap-server, formerly a part of databases/openldap butghen1-0/+86
now split off. This package contains only the slapd and slurpd servers. Please note that both slapd and slurpd now run unprivileged by default (as slapd:ldap and slurpd:ldap, respectively). An upgrade scenaria is described in MESSAGE. This change addresses PR pkg/31959.