slappasswd(8)


NAME

   slappasswd - OpenLDAP password utility

SYNOPSIS

   /usr/sbin/slappasswd   [-v]   [-u]   [-g|-s secret|-T file]   [-h hash]
   [-c salt-format] [-n] [-o option[=value]]

DESCRIPTION

   Slappasswd is used to generate an userPassword value suitable  for  use
   with ldapmodify(1), slapd.conf(5) rootpw configuration directive or the
   slapd-config(5) olcRootPW configuration directive.

OPTIONS

   -v     enable verbose mode.

   -u     Generate RFC 2307 userPassword  values  (the  default).   Future
          versions  of  this  program may generate alternative syntaxes by
          default.  This option is provided for forward compatibility.

   -s secret
          The secret to hash.  If this, -g and -T  are  absent,  the  user
          will  be  prompted  for  the  secret to hash.  -s, -g and -T are
          mutually exclusive flags.

   -g     Generate the secret.  If this, -s and -T are  absent,  the  user
          will  be  prompted  for  the  secret to hash.  -s, -g and -T are
          mutually exclusive flags.  If this is  present,  {CLEARTEXT}  is
          used as scheme.  -g and -h are mutually exclusive flags.

   -T "file"
          Hash  the  contents of the file.  If this, -g and -s are absent,
          the user will be prompted for the secret to hash.  -s, -g and -T
          and mutually exclusive flags.

   -h "scheme"
          If -h is specified, one of the following RFC 2307 schemes may be
          specified: {CRYPT},  {MD5},  {SMD5},  {SSHA},  and  {SHA}.   The
          default is {SSHA}.

          Note that scheme names may need to be protected, due to { and },
          from expansion by the user's command interpreter.

          {SHA} and {SSHA} use  the  SHA-1  algorithm  (FIPS  160-1),  the
          latter with a seed.

          {MD5}  and  {SMD5}  use the MD5 algorithm (RFC 1321), the latter
          with a seed.

          {CRYPT} uses the crypt(3).

          {CLEARTEXT} indicates that the new password should be  added  to
          userPassword  as  clear  text.  Unless {CLEARTEXT} is used, this
          flag is incompatible with option -g.

   -c crypt-salt-format
          Specify  the  format  of  the  salt  passed  to  crypt(3)   when
          generating  {CRYPT}  passwords.   This  string  needs  to  be in
          sprintf(3)  format  and  may  include  one  (and  only  one)  %s
          conversion.   This  conversion will be substituted with a string
          of random 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 provides 31
          characters of salt.

   -n     Omit the trailing newline; useful to pipe the credentials into a
          command.

   -o option[=value]
          Specify  an  option  with a(n optional) value.  Possible generic
          options/values are:

                 module-path=<pathspec> (see `modulepath' in slapd.conf(5))
                 module-load=<filename> (see `moduleload' in slapd.conf(5))

          You can load a dynamically loadable password hash module by
          using this option.

LIMITATIONS

   The practice of  storing  hashed  passwords  in  userPassword  violates
   Standard   Track  (RFC  4519)  schema  specifications  and  may  hinder
   interoperability.  A new attribute type, authPassword, to  hold  hashed
   passwords  has  been  defined (RFC 3112), but is not yet implemented in
   slapd(8).

   It should also be noted that  the  behavior  of  crypt(3)  is  platform
   specific.

SECURITY CONSIDERATIONS

   Use  of  hashed  passwords  does  not protect passwords during protocol
   transfer.  TLS or other eavesdropping protections  should  be  in-place
   before using LDAP simple bind.

   The  hashed  password  values should be protected as if they were clear
   text passwords.

SEE ALSO

   ldappasswd(1), ldapmodify(1), slapd(8), slapd.conf(5), slapd-config(5),
   RFC 2307, RFC 4519, RFC 3112

   "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)

ACKNOWLEDGEMENTS

   OpenLDAP  Software  is developed and maintained by The OpenLDAP Project
   <http://www.openldap.org/>.   OpenLDAP   Software   is   derived   from
   University of Michigan LDAP 3.3 Release.





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.