]> git.sur5r.net Git - openldap/commit
Add single-password constraint; NOTE from ppolicy.c:
authorPierangelo Masarati <ando@openldap.org>
Mon, 28 Aug 2006 12:44:39 +0000 (12:44 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 28 Aug 2006 12:44:39 +0000 (12:44 +0000)
commit5d3121902f11e84c29edf1d0e70b33ed34bcdf4d
tree21822ba415b52bdfe721ee29a863db50693ce587
parent761b0a239dfe6729e75c803e9368f2636807672f
Add single-password constraint; NOTE from ppolicy.c:

/* FIXME: there's no easy way to ensure
 * that add does not cause multiple
 * userPassword values; one way (that
 * would be consistent with the single
 * password constraint) would be to turn
 * add into replace); another would be
 * to disallow add.
 *
 * Let's check at least that a single value
 * is being added
 */
servers/slapd/overlays/ppolicy.c
tests/scripts/test022-ppolicy