summaryrefslogtreecommitdiffstats
path: root/src/account/aux_lu.h
diff options
context:
space:
mode:
authorRoman Rakus <rrakus@redhat.com>2012-09-27 10:44:13 +0200
committerRoman Rakus <rrakus@redhat.com>2012-09-27 10:44:13 +0200
commit94b8157cb2fd30645662b9b798e7508f00dba01a (patch)
tree61b854392196daa377a4dbe20ae215e4d6180c69 /src/account/aux_lu.h
parent9e112eb8e1c56be25d725ef5580d5e8c3e8eab94 (diff)
downloadopenlmi-providers-94b8157cb2fd30645662b9b798e7508f00dba01a.tar.gz
openlmi-providers-94b8157cb2fd30645662b9b798e7508f00dba01a.tar.xz
openlmi-providers-94b8157cb2fd30645662b9b798e7508f00dba01a.zip
account: last login, password min and max lifetime
Signed-off-by: Roman Rakus <rrakus@redhat.com>
Diffstat (limited to 'src/account/aux_lu.h')
-rw-r--r--src/account/aux_lu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/account/aux_lu.h b/src/account/aux_lu.h
index c9fd771..8d9fd22 100644
--- a/src/account/aux_lu.h
+++ b/src/account/aux_lu.h
@@ -6,4 +6,8 @@
char* aux_lu_get_str(struct lu_ent*, char*);
long aux_lu_get_long(struct lu_ent*, char*);
+
+/* Get the latest login time for given user name */
+time_t aux_utmp_latest(const char*);
+
#endif