cancel
Showing results for 
Search instead for 
Did you mean: 

how to create the users based on Active directory?

Former Member
0 Kudos

hi all

i need to create the users in portal based on Active directory.

to create the users wat should i do?

i am newly working with usermanagement plz guide me to do this...

before we used UME as local Data source for dev and quality

now in production i need o use Active directory ...

Thankyou

swapna

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Sundip is right to create the DataSource in portal.

After creating/config the DataSource in portal then if u want to create user. U will do that in two ways -

1) Do it manually i.e through User Administration -. create user -. fill the required filed

another way-

through run UME script -

1) Copy the below UME Scripts for User

2) Navigate to the following location in your Portal - User Administration -> Import

3) Paste each configuration script into the text box in the following order - IMPORTANT

u2022 UME_xxx_Groups

u2022 UME_xxx_Roles

u2022 UME_xxx_Users

4) Ensure u201COverwrite Existing Datau201D is checked, and select u201CUploadu201D

5) Ensure no errors are returned following the upload.

6) Select Return to Import, and repeat the process for any remaining scripts.

Examples -

[User]

uid=ESS_TEST

last_name=ESS1

first_name=ESS Test

email_address=xxxxx

language=en

accessibility=0

password=xxxx

group=ESSTestUsers

Thanks

Keshari

Former Member
0 Kudos

Hi swapna,

you need to create users in the active directory and the active directory would point to the portal and it should have an SSO with the backend.

Cheers!!!

Umang

Former Member
0 Kudos

Hi ,

First you need to configure the datasource for portal .

Yo can do this from System Admin -->System config --> UME configuration --> select the the database which you want as a portal UME --> give the credentials to connect the database.

You also can do this using config tool.

Please have a look at the below link.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c07649af-0dd8-2b10-c3a0-9417b7bb6...

Regards,

Sandip