head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.3.0.12 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.10 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.8 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.6 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.4 pkgsrc-2008Q1:1.3.0.2 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.2.0.4 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.2 pkgsrc-2007Q3-base:1.2; locks; strict; comment @# @; 1.4 date 2009.01.31.15.59.04; author manu; state dead; branches; next 1.3; 1.3 date 2008.01.13.17.15.17; author ghen; state Exp; branches; next 1.2; 1.2 date 2007.08.28.14.08.22; author tron; state Exp; branches; next 1.1; 1.1 date 2007.08.24.19.06.51; author manu; state Exp; branches; next ; desc @@ 1.4 log @- Add optionnal DSO support to slapd. - Bump revision of openldap-server because of that - Remove the smbk5pwd option, which will be moved to another package as module @ text @$NetBSD: patch-bh,v 1.3 2008/01/13 17:15:17 ghen Exp $ --- include/portable.hin.orig 2007-09-01 01:13:53.000000000 +0200 +++ include/portable.hin @@@@ -987,6 +987,9 @@@@ /* define for Sequential Modify overlay */ #undef SLAPD_OVER_SEQMOD +/* define for smbk5pwd overlay */ +#undef SLAPD_OVER_SMBK5PWD + /* define for Syncrepl Provider overlay */ #undef SLAPD_OVER_SYNCPROV @ 1.3 log @Update openldap packages to OpenLDAP 2.4.7 (forced update for db4-4.6.x support, reported via PR pkg/37745 ). OpenLDAP 2.4.x brings a lot of new features, including multi-master support, dynamic configuration and schema changes, automatic reverse group membership, significant performance improvements, etc. One of the most noticeable changes for administrators though is the removal if the slurpd daemon (in favour of the sync replication mechanism). Users of slurpd replication should migrate to sync replication before upgrading to OpenLDAP 2.4.x. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Add RCS Ids. @ text @d3 5 a7 6 --- include/portable.hin.orig 2007-08-24 18:05:46.000000000 +0200 +++ include/portable.hin 2007-08-24 18:06:10.000000000 +0200 @@@@ -1001,8 +1001,11 @@@@ /* define for Rewrite/Remap overlay */ #undef SLAPD_OVER_RWM a14 1 /* define for Translucent Proxy overlay */ @ 1.1 log @Add smbk5pwd support (sync samba and kerberos passwords on password changes) 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 @ text @d1 2 @