summaryrefslogtreecommitdiffstats
path: root/database/eurephiadb_mapping.c
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-05-06 20:30:48 +0200
committerDavid Sommerseth <davids@redhat.com>2009-05-06 20:30:48 +0200
commit5611c22c92cefb2e9c86d20a98ed4680e5b813ed (patch)
tree9bf9f81898b288e5396953bb9c2e5ea72409853c /database/eurephiadb_mapping.c
parent75f1e6f6b12f9fe461e4afa5bf3c998d21d48394 (diff)
downloadeurephia-5611c22c92cefb2e9c86d20a98ed4680e5b813ed.tar.gz
eurephia-5611c22c92cefb2e9c86d20a98ed4680e5b813ed.tar.xz
eurephia-5611c22c92cefb2e9c86d20a98ed4680e5b813ed.zip
Renamed fieldmapping for 'attempts' to 'attemptslog'
Also made the result XML from eDBadminAttemptsLog(...) more efficient by not adding the username/certificate/ipaddress group tags if the information is not present.
Diffstat (limited to 'database/eurephiadb_mapping.c')
-rw-r--r--database/eurephiadb_mapping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/eurephiadb_mapping.c b/database/eurephiadb_mapping.c
index a4cb095..a62bd2b 100644
--- a/database/eurephiadb_mapping.c
+++ b/database/eurephiadb_mapping.c
@@ -40,7 +40,7 @@ const char *TABLE_NAME[] = {
"certificates",
"usercerts",
"lastlog",
- "attempts",
+ "attemptslog",
"blacklist",
"eurephia_adminaccess",
"firewall_profiles",