From c2d7b2271eafd27b41736624e4e5da121073279d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 22 Oct 2009 11:58:06 -0400 Subject: Add support for offline auth cache timeout This adds a new option (offline_credentials_expiration) to the [PAM] section of the sssd.conf If the user does not perform an online authentication within the timeout (in days), they will be denied auth once the timeout passes. --- server/db/sysdb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'server/db') diff --git a/server/db/sysdb.h b/server/db/sysdb.h index 55852c555..dfb53aaf3 100644 --- a/server/db/sysdb.h +++ b/server/db/sysdb.h @@ -61,6 +61,7 @@ #define SYSDB_KEYBOARD "keyboard" #define SYSDB_SESSION "session" #define SYSDB_LAST_LOGIN "lastLogin" +#define SYSDB_LAST_ONLINE_AUTH "lastOnlineAuth" #define SYSDB_USERPIC "userPicture" #define SYSDB_LAST_UPDATE "lastUpdate" -- cgit