[Date Prev][Date Next] [Chronological] [Thread] [Top]

slappasswd not working



Every time I try to execute slappasswd it fails.  What gives?  I'm using OpenLDAP 2.1.22 on Linux Redhat 9.  My build procedure is attached.  The error is below.  Thanks!

Jamey

[root@tiger 2.1.22]# ./sbin/slappasswd -v -h {CRYPT} -s foobar
Password generation failed. 
 <<openldap_setup.txt>> 
OpenSSL v0.9.7b:
Follow INSTALL file from distribution
  CC=gcc ./confing --prefix=/usr/local threads shared
  make
  make test
  make install

Berkeley DB v4.1.25:
http://www.sleepycat.com/docs/reftoc.html
  cd (directory it was untarred into)/build_unix
  CC=gcc ../dist/configure --prefix=/usr/local --with-pic
  make
  make install

MIT Kerberos v1.3.1
Follow http://web.mit.edu/kerberos/www/krb5-1.3/krb5-1.3.1/doc/krb5-install.html
  cd ${kerb.dir}/src
  CC=gcc ./configure --prefix=/usr/local --enable-shared
  make
  make install

SASL v2.1.15:
  cd (directory it was untarred into)
  CC=gcc ./configure --prefix=/usr/local \
                     --enable-shared \
                     --with-bdb-libdir=/usr/local/lib \
                     --with-bdb-incdir=/usr/local/include \
                     --with-openssl=/usr/local/bin
  make
  make install
  ln -s /usr/local/lib/sasl2 /usr/lib/sasl2

OpenLDAP v2.1.22:
  cd (directory it was untarred into)
  CC=gcc ./configure --prefix=/apps/openldap/2.1.22 \
                     --enable-shared \
                     --enable-dynamic \
                     --with-threads \
                     --with-pic
  make depend
  make
  make test
  make install