From 3ede4ffe969f806ba2363b62c09673c32a4ec296 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 15 Nov 2011 13:27:14 -0800 Subject: Fix bug #8561 - Password change settings not fully observed. Autobuild-User: Jeremy Allison Autobuild-Date: Wed Nov 16 00:22:41 CET 2011 on sn-devel-104 --- source3/include/passdb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/passdb.h') diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 37d35cfee3..598036438c 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -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); -- cgit