]> git.sur5r.net Git - openldap/commit
Add password check and generation check.
authorKurt Zeilenga <kurt@openldap.org>
Sun, 12 Dec 1999 18:45:06 +0000 (18:45 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 12 Dec 1999 18:45:06 +0000 (18:45 +0000)
commit7c28aa058c9d98147385c60729759d4c30734bfe
treedc3c2d623e4c5079b2181bdbc24ddcc9ffc92e1c
parentd331d4c1f3f084e50f864aa592cff3c56ea02689
Add password check and generation check.
Modify tests to use -h "ldap://localhost:port/" instead of -p port.
19 files changed:
doc/man/man8/slapd.8
servers/slapd/daemon.c
servers/slapd/main.c
servers/slapd/proto-slap.h
servers/slapd/slap.h
tests/data/passwd.ldif [new file with mode: 0644]
tests/data/slapd-bdb2-pw.conf [new file with mode: 0644]
tests/data/slapd-pw.conf [new file with mode: 0644]
tests/scripts/defines.sh
tests/scripts/test001-slapadd
tests/scripts/test002-populate
tests/scripts/test003-search
tests/scripts/test004-modify
tests/scripts/test005-modrdn
tests/scripts/test006-acls
tests/scripts/test007-replication
tests/scripts/test008-concurrency
tests/scripts/test009-referral
tests/scripts/test010-passwd [new file with mode: 0755]