diff options
author | manu <manu@pkgsrc.org> | 2009-01-31 16:00:55 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2009-01-31 16:00:55 +0000 |
commit | 566ee0a91bedfea4722ade6e5ec406b12cd4cb6a (patch) | |
tree | 6cb8ae22a955a482e55127905d5d3e3fd6af1c2f /databases/openldap-smbk5pwd/MESSAGE | |
parent | 1a60545193d17cc9acc99728da6dd07bcca5aacf (diff) | |
download | pkgsrc-566ee0a91bedfea4722ade6e5ec406b12cd4cb6a.tar.gz |
Add openldap-smbk5pwd, a modular slapd overlay to sync passwords with
Kerberos and Samba. This replaces the smbk5pwd option of openldap-server
Diffstat (limited to 'databases/openldap-smbk5pwd/MESSAGE')
-rw-r--r-- | databases/openldap-smbk5pwd/MESSAGE | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/openldap-smbk5pwd/MESSAGE b/databases/openldap-smbk5pwd/MESSAGE new file mode 100644 index 00000000000..bddab83ef38 --- /dev/null +++ b/databases/openldap-smbk5pwd/MESSAGE @@ -0,0 +1,12 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2009/01/31 16:00:55 manu Exp $ + +Please note that this module require slapd to be built with dynamic +module support. THis can be obtained by adding the following to mk.conf: + PKG_OPTIONS.openldap-server= dso + +In order to enable the use of this module, add this directive to slapd.conf: + + moduleload smbk5pwd.la + +=========================================================================== |