cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
224
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: TEST S.p.A. on 22-01-2013 10:18:40 AM
Hello,
I want to retrieve from the database all the userID, passwords and PIN (for EndUsers).
I'm trying to do it with the AXLsqltoolkit, inserting the sql query in the input file, but I don't know what is the right query to get the information.
Reading the data dictionary I found out that the tables I'm interested in are "EndUser" and "credential", which are connected through "EndUser.pkid" and credential.fkenduser". Am I right or more tables need to be involved in the query?
I was hoping that someone had the same problem and already found the solution.

Thank you very much, best regards

Denis Roman Fulin

Subject: RE: Get userID, password, PIN
Replied by: Florian Kroessbacher on 25-01-2013 01:46:21 PM
Hy Out There,
 
i think u are on the right way, but the password and pin are stored encrypted
 
u can get the type of the credential through the tkcredential which is the enum from the table typecredentials in there u get the type
From CUC: 1 = Windows (not used), 2 = Domino (not used), 3 = Password, 4 = PIN
 
cheers Floh
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links