forked from ungleich-public/cdist
parent
f5b367dfdb
commit
c053a2c4a0
2 changed files with 4 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -81,7 +81,7 @@ version:
|
||||||
}
|
}
|
||||||
|
|
||||||
# Manpages #3: generic part
|
# Manpages #3: generic part
|
||||||
man: version $(MANTYPES) $(DOCSREF)
|
man: version configskel $(MANTYPES) $(DOCSREF) $(DOCSTYPESREF)
|
||||||
$(SPHINXM)
|
$(SPHINXM)
|
||||||
|
|
||||||
html: version configskel $(MANTYPES) $(DOCSREF) $(DOCSTYPESREF)
|
html: version configskel $(MANTYPES) $(DOCSREF) $(DOCSTYPESREF)
|
||||||
|
@ -104,7 +104,7 @@ DOTMANTYPES=$(subst /man.rst,.rst,$(DOTMANTYPEPREFIX))
|
||||||
$(DOTMAN7DSTDIR)/cdist-type%.rst: $(DOTTYPEDIR)/%/man.rst
|
$(DOTMAN7DSTDIR)/cdist-type%.rst: $(DOTTYPEDIR)/%/man.rst
|
||||||
ln -sf "$^" $@
|
ln -sf "$^" $@
|
||||||
|
|
||||||
dotman: version $(DOTMANTYPES)
|
dotman: version configskel $(DOTMANTYPES) $(DOCSREF) $(DOCSTYPESREF)
|
||||||
$(SPHINXM)
|
$(SPHINXM)
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
|
@ -31,8 +31,8 @@ manager-password-hash
|
||||||
Generate e.g. with: `slappasswd -s weneedgoodsecurity`.
|
Generate e.g. with: `slappasswd -s weneedgoodsecurity`.
|
||||||
See `slappasswd(8C)`, `slapd.conf(5)`.
|
See `slappasswd(8C)`, `slapd.conf(5)`.
|
||||||
TODO: implement this: http://blog.adamsbros.org/2015/06/09/openldap-ssha-salted-hashes-by-hand/
|
TODO: implement this: http://blog.adamsbros.org/2015/06/09/openldap-ssha-salted-hashes-by-hand/
|
||||||
to derive from the manager-password parameter and ensure idempotency (care with salts).
|
to derive from the manager-password parameter and ensure idempotency (care with salts).
|
||||||
At that point, manager-password-hash should be deprecated and ignored.
|
At that point, manager-password-hash should be deprecated and ignored.
|
||||||
|
|
||||||
serverid
|
serverid
|
||||||
The server for the directory.
|
The server for the directory.
|
||||||
|
|
Loading…
Reference in a new issue