Page 1 of 1

Accessing Active Directory information

Posted: Wed Jun 06, 2007 7:14 am
by yakiku
Hi,

Is there a way to access active directory information from a DataStage job? If so, are there any plug-ins needed for that?

Thanks

Posted: Wed Jun 06, 2007 7:25 am
by DSguru2B
I have heard that 8.0 has a plugin/methodology to access it directly. In earlier versions, no. But a combination of java packs and webservices might work.
I access data from AD at my site. What I did was to do an ldap/csvde call in a windows bat script. Spit out the result to a flat file and then ftp it over to my DataStage server. That might be something you want to look at.
Search for csvde in google for exact syntax and usage.

Posted: Thu Jun 24, 2010 8:03 am
by vinaymanchinila
Hi All

Is there a new stage in 8.1 to access AD/LDAP?

Posted: Thu Jun 24, 2010 4:43 pm
by ray.wurlod
No, though I guess you could use the Java PACK and one of the existing Java applications "out there" to access AD/LDAP from DataStage.

In version 8.x one of the options for user authentication is to use LDAP to access a user registry such as Active Directory. However, this is configured within WebSphere Application Server, and is completely insulated from any Information Server product.

Posted: Fri Jun 25, 2010 1:03 am
by Sreenivasulu
Hi Ray,
I have also seen that the user authentication can be AD in 8.x but can we use this feature selectively for certain users

Regards
Sreeni

Posted: Fri Jun 25, 2010 2:18 am
by ray.wurlod
No. Only one method of user authentication can be used.

Posted: Fri Jun 25, 2010 6:36 am
by vinaymanchinila
Ok, thank you guys, FYI wanted to extract attributes from AD based on the ID, will go the java pack way.