Searched refs:SYSDB_LAST_ONLINE_AUTH (Results 1 - 4 of 4) sorted by relevance

/sssd/src/db/
H A Dsysdb.h90 #define SYSDB_LAST_ONLINE_AUTH "lastOnlineAuth" macro
H A Dsysdb_ops.c4085 SYSDB_LAST_LOGIN, SYSDB_LAST_ONLINE_AUTH,
4145 SYSDB_LAST_ONLINE_AUTH,
/sssd/src/responder/pam/
H A Dpamsrv_cmd.c439 ret = sysdb_attrs_add_time_t(attrs, SYSDB_LAST_ONLINE_AUTH, time(NULL));
/sssd/src/tests/
H A Dsysdb-tests.c2022 "Setting SYSDB_LAST_ONLINE_AUTH to [%lld].\n", (long long) now);
2025 ret = sysdb_attrs_add_time_t(data->attrs, SYSDB_LAST_ONLINE_AUTH, now);
2026 fail_unless(ret == EOK, "Could not add attribute "SYSDB_LAST_ONLINE_AUTH

Completed in 47 milliseconds