New constant PASSWORD_IN_HISTORY added for ldap_ppolicy plugin.

pull/5364/head
Zbigniew Szmyd 8 years ago
parent 0b07f37bea
commit 0efb682d40

@ -25,6 +25,7 @@
define('PASSWORD_CRYPT_ERROR', 1);
define('PASSWORD_ERROR', 2);
define('PASSWORD_CONNECT_ERROR', 3);
define('PASSWORD_IN_HISTORY', 4);
define('PASSWORD_SUCCESS', 0);
/**

Loading…
Cancel
Save