Adding users in Information Server

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
Terala
Premium Member
Premium Member
Posts: 73
Joined: Wed Apr 06, 2005 3:04 pm

Adding users in Information Server

Post by Terala »

Hi,
Is there a way to add users to Information Server (without entering them through console) through a script.

We are on LDAP authentication and have around 80+ users in our environment, we are setting up a new environment and would like to add all the users through a script. Not sure if this is possible?

Appreciate any feedbacks.
Terala
Premium Member
Premium Member
Posts: 73
Joined: Wed Apr 06, 2005 3:04 pm

Post by Terala »

Has anyone used this on LDAP?

Code: Select all

/opt/IBM/InformationServer/ASBNode/bin/DirectoryCommand.sh
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It should work, but you probably need to specify the full Distinguished Name. The documentation about this command should tell you one way or the other.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply