📄 slappasswd.8
字号:
.TH SLAPPASSWD 8C "RELEASEDATE" "OpenLDAP LDVERSION".\" $OpenLDAP: pkg/ldap/doc/man/man8/slappasswd.8,v 1.18.2.3 2007/01/02 21:43:46 kurt Exp $.\" Copyright 1998-2007 The OpenLDAP Foundation All Rights Reserved..\" Copying restrictions apply. See COPYRIGHT/LICENSE..SH NAMEslappasswd \- OpenLDAP password utility.SH SYNOPSIS.B SBINDIR/slappasswd.B [\-v].B [\-u].B [\-s secret|\-T file].B [\-h hash].B [\-c salt-format].B .LP.SH DESCRIPTION.LP.B Slappasswdis used to generate an userPassword valuesuitable for use with.BR ldapmodify (1)or.BR slapd.conf (5).I rootpwconfiguration directive..SH OPTIONS.TP.B \-venable verbose mode..TP.B \-uGenerate RFC 2307 userPassword values (the default). Futureversions of this program may generate alternative syntaxesby default. This option is provided for forward compatibility..TP.BI \-s " secret"The secret to hash.If this and.B \-Tare absent, the user will be prompted for the secret to hash..B \-sand.B \-Tand mutually exclusive flags..TP.BI \-T " file"Hash the contents of the file.If this and.B \-sare absent, the user will be prompted for the secret to hash..B \-sand.B \-Tand mutually exclusive flags..TP.BI \-h " scheme"If -h is specified, one of the following RFC 2307 schemes maybe specified:.IR {CRYPT} ,.IR {MD5} ,.IR {SMD5} ,.IR {SSHA} ", and".IR {SHA} .The default is .IR {SSHA} .Note that scheme names may need to be protected, due to.B {and.BR } ,from expansion by the user's command interpreter..B {SHA}and.B {SSHA}use the SHA-1 algorithm (FIPS 160-1), the latter with a seed..B {MD5}and.B {SMD5}use the MD5 algorithm (RFC 1321), the latter with a seed..B {CRYPT}uses the.BR crypt (3)..B {CLEARTEXT}indicates that the new password should be added to userPassword asclear text..TP.BI \-c " crypt-salt-format"Specify the format of the salt passed to.BR crypt (3)when generating {CRYPT} passwords. 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 randomcharacters from [A\-Za\-z0\-9./]. For example, '%.2s'provides a two character salt and '$1$%.8s' tells someversions of crypt(3) to use an MD5 algorithm and provides8 random characters of salt. The default is '%s', whichprovides 31 characters of salt..SH LIMITATIONSThe practice storing hashed passwords in userPassword violatesStandard Track (RFC 2256) schema specifications and may hinderinteroperability. A new attribute type, authPassword, to holdhashed passwords has been defined (RFC 3112), but is not yetimplemented in.BR slapd (8)..TPIt should also be noted that the behavior of.BR crypt (3)is platform specific..SH "SECURITY CONSIDERATIONS"Use of hashed passwords does not protect passwords duringprotocol transfer. TLS or other eavesdropping protectionsshould be in\-place before using LDAP simple bind..TPThe hashed password values should be protected as if theywere clear text passwords..SH "SEE ALSO".BR ldappasswd (1),.BR ldapmodify (1),.BR slapd (8).BR slapd.conf (5).B RFC 2307.B RFC 2256.B RFC 3112.LP"OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/).SH ACKNOWLEDGEMENTSOpenLDAP is developed and maintained byThe OpenLDAP Project (http://www.openldap.org/).OpenLDAP is derived from University of Michigan LDAP 3.3 Release.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -