Full_Name: Peter Marschall
Version: 2.4.41
OS: Linux
URL:
Submission from: (NULL) (84.57.119.212)
Hi,
it always troubled me that the modules in contrib/slapd-modules did either not
have a manual page, or - when there was one - did not install it.
This week-end Iat down and tried to fix the issue by
* amending the Makefiles in contrib to also Rdeal with man page in their install
target
* writing some man-pages for contrib modules
You can find them in ther github branch:
https://github.com/marschap/openldap/tree/contrib-manpages
It differs from today's master by these commits:
*
https://github.com/marschap/openldap/commit/25ea4e1e7ab6a6f6a609b70095a0c...
contrib/smbk5pwd: add man page, install it too
*
https://github.com/marschap/openldap/commit/16395e3b971e3d1734fc1294b5e9a...
contrib/lastbind: install man page
*
https://github.com/marschap/openldap/commit/2ede55ce9ada228c7382b5bee9e0d...
contrib/passwd/sha2: add man page, install it too
*
https://github.com/marschap/openldap/commit/d37b3d2f3e297105f603eccbc5221...
contrib/adremap: install man page
*
https://github.com/marschap/openldap/commit/e6f3ad1f035f40fd94ac90da14ac8...
contrib/allop: install man page
*
https://github.com/marschap/openldap/commit/3b417c99028fb37be3f88afc3da75...
contrib/cloak: install man page
*
https://github.com/marschap/openldap/commit/9902b56e7830588d761c74a5a5f7b...
contrib/lastmod: install man page
*
https://github.com/marschap/openldap/commit/6590fff13b591cdb481daa38c572c...
contrib/nops: install n n page
*
https://github.com/marschap/openldap/commit/7f618c17e0f40764fa1590bb9dba5...
contrib/nssov: install man page
*
https://github.com/marschap/openldap/commit/b07b66e36ada9c57a85180710b326...
contrib/passwd: add man page slapd-pw-sha2.5, install it too
*
https://github.com/marschap/openldap/commit/ca81d5ef6245ece3609a8708376cb...
contrib/passwd/totp: add man page, install it too
that change these files
contrib/slapd-modules/adremap/Makefile | 14 +-
contrib/slapd-modules/allop/Makefile | 14 +-
contrib/slapd-modules/cloak/Makefile | 14 +-
contrib/slapd-modules/lastbind/Makefile | 14 +-
contrib/slapd-modules/lastmod/Makefile | 13 +-
contrib/slapd-modules/nops/Makefi | 14 +-
contrib/slapd-modules/nssov/Makefile | 15 +-
contrib/slapd-modules/passwd/Makefile | 14 +-
contrib/slapd-modules/passwd/sha2/Makefile | 14 +-
contrib/slapd-modules/passwd/sha2/slapd-pw-sha2.57C7C 118 ++++++++++++++
contrib/slapd-modules/passwd/slapd-pw-radius.5 | 110 +++++++++++++
contrib/slapd-modules/passwd/totp/Makefile | 14 +-
contrib/slapd-modules/passwd/totp/slapo-totp.5 | 131 ++++++++++++++++
contrib/slapd-modules/smbk5pwd/Makefile | 14 +-
contrib/slapd-modules/smbk5pwd/slapo-smbk5pwd.5 | 179 ++++++++++++++++++++++
15 files changed, 681 insertions(+), 11 deletions(-)
create mode 100644 contrib/slapd-modules/passwd/sha2/slapd-pw-sha2.5
create mode 100644 contrib/slapd-modules/passwd/slapd-pw-radius.5
create mode 100644 contrib/slapd-modules/passwd/totp/slapo-totp.5
create mode 100644 contrib/slapd-modules/smbk5pwd/slapo-smbk5pwd.5
I'd appreciate if you include them into OpenLDAP.
The referenced patch files are derived from OpenLDAP Software.
All of the modifications to OpenLDAP Software represented in the following
patch(es) were developed by Peter Marschall <peter(a)adpm.de>.
I have not assigned rights and/or interest in this work to any party.
The referenced modifications to OpenLDAP Software are subject to the following
notice:
Copyright 2015 Peter Marschall
Redistribution and use in source and binary forms, with or without
modification,
are permitted only as authorizedy y the OpenLDAP Public License.
Thanks in advance
Peter