Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ingo Voss
OpenLDAP
Commits
4cfbbb8d
Commit
4cfbbb8d
authored
Jan 11, 2005
by
Pierangelo Masarati
Browse files
ITS#3468
parent
8df6a6a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
4cfbbb8d
...
...
@@ -3,6 +3,8 @@ OpenLDAP 2.2 Change Log
OpenLDAP 2.2.21 Engineering
Fixed slapd group limits
Fixed back-bdb entry e_ocflags reset on objectClass modify
Documentation
slappasswd man page quotes (ITS#3468)
OpenLDAP 2.2.20 Release
Fixed slapd sanity check on protocol in authz-regexp URI (ITS#3411)
...
...
doc/man/man8/slappasswd.8
View file @
4cfbbb8d
...
...
@@ -96,10 +96,10 @@ This string needs to be in
.BR sprintf (3)
format and may include one (and only one) %s conversion.
This conversion will be substituted with a string random
characters from [A\-Za\-z0\-9./]. For example,
"
%.2s
"
provides a two character salt and
"
$1$%.8s
"
tells some
characters from [A\-Za\-z0\-9./]. For example,
'
%.2s
'
provides a two character salt and
'
$1$%.8s
'
tells some
versions of crypt(3) to use an MD5 algorithm and provides
8 random characters of salt. The default is
"
%s
"
, which
8 random characters of salt. The default is
'
%s
'
, which
provides 31 characters of salt.
.SH LIMITATIONS
The practice storing hashed passwords in userPassword violates
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment