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

/sssd-io/src/db/
H A Dsysdb.h93 #define SYSDB_LAST_ONLINE_AUTH "lastOnlineAuth" macro
H A Dsysdb_ops.c4454 SYSDB_LAST_LOGIN, SYSDB_LAST_ONLINE_AUTH,
4514 SYSDB_LAST_ONLINE_AUTH,
/sssd-io/src/responder/pam/
H A Dpamsrv_cmd.c442 ret = sysdb_attrs_add_time_t(attrs, SYSDB_LAST_ONLINE_AUTH, time(NULL));
/sssd-io/src/tests/
H A Dsysdb-tests.c2151 "Setting SYSDB_LAST_ONLINE_AUTH to [%lld].\n", (long long) now);
2154 ret = sysdb_attrs_add_time_t(data->attrs, SYSDB_LAST_ONLINE_AUTH, now);
2155 fail_unless(ret == EOK, "Could not add attribute "SYSDB_LAST_ONLINE_AUTH

Completed in 48 milliseconds