Display hGroups in sessions explorer (#792)

This commit is contained in:
Clément Oudot 2015-09-25 15:29:59 +00:00
parent b05fab6eac
commit d70e4b31a0
3 changed files with 3 additions and 1 deletions

View File

@ -55,7 +55,7 @@
['authenticationTitle', ['_session_id', '_user', '_password', 'authenticationLevel']],
['modulesTitle', ['_auth', '_userDB', '_passwordDB', '_issuerDB', '_authChoice', '_authMulti', '_userDBMulti']],
['saml', ['_idp', '_idpConfKey', '_samlToken', '_lassoSessionDump', '_lassoIdentityDump']],
['groups', ['groups']],
['groups', ['groups', 'hGroups']],
['ldap', ['dn']],
['BrowserID', ['_browserIdAnswer', '_browserIdAnswerRaw']]
];

View File

@ -177,6 +177,7 @@
"groups": "Groups",
"hashkey": "Key",
"headers": "HTTP Headers",
"hGroups": "Groups (HashRef)",
"hostname": "Hostname",
"hideOldPassword": "Hide old password",
"hideTree": "Hide tree",

View File

@ -177,6 +177,7 @@
"groups": "Groupes",
"hashkey": "Clef",
"headers": "En-têtes HTTP",
"hGroups": "Groupes (HashRef)",
"hostname": "Nom d'hôte",
"hideOldPassword": "Masquer l'ancien mot de passe",
"hideTree": "Masquer l'arbre",