Fix bug #8561 - Password change settings not fully observed.
[ddiss/samba.git] / source3 / include / passdb.h
index 37d35cfee3d5adb9e369773ed0bc8624280d14a5..598036438caf23e5c6dc9fc09da1f9f7ce656299 100644 (file)
@@ -708,6 +708,7 @@ bool pdb_set_group_sid_from_rid (struct samu *sampass, uint32_t grid, enum pdb_v
 
 /* The following definitions come from passdb/pdb_get_set.c  */
 
+bool pdb_is_password_change_time_max(time_t test_time);
 uint32_t pdb_get_acct_ctrl(const struct samu *sampass);
 time_t pdb_get_logon_time(const struct samu *sampass);
 time_t pdb_get_logoff_time(const struct samu *sampass);