How does authentication of user id and password happen.

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
zulfi123786
Premium Member
Premium Member
Posts: 730
Joined: Tue Nov 04, 2008 10:14 am
Location: Bangalore

How does authentication of user id and password happen.

Post by zulfi123786 »

How does authentication of user id and password happen and how is it different from Version 8.

Thanks in advance
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

it's O/S user id and password
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Correct so far (for version 7).

In version 8 the user name and password are passed to the login/security service (exposed by WebSphere Application Server) which authenticates against one of:
(a) the internal user registry in the unified metadata repository
(b) the operating system user registry in the engine tier
(c) an LDAP-compliant user registry such as Active Directory

There's more to it - you need to read about shared registries (between services and engine tiers) and DataStage credentials, but the above answers the question that you asked.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
mf_arts
Participant
Posts: 21
Joined: Wed Oct 19, 2005 5:10 am
Location: Dublin

Post by mf_arts »

Hi All,

In version 8.x authentication is set through WebSphere application Server (WAS) and is used to authentication and security. There are three authentication registries:

- Internal registry(default optin during installation), users and passwords are encrypted in Metadata Repository(DB2 by default).

- Operating System.

- LDAP

Note that Information Server Role/Group assigments and other user metadata are always mantained in the metadata repository.
Mario Fernandes

An expert is one who knows more and more about less and less. - Nicholas Murray Butler
Post Reply