Wednesday, 29 October 2014

Configuring websphere portal to use LDAP(Microsoft active directory)


Prerequisites :- 
  •      Microsoft active directory should be installed before only
  •      Have server name , port-number,password handy



   


Step1 :- Login to portal/connections login page and navigate till below page and click on (configure )at bottom and click (Add base entry to Realm) and click on add click on (Add repository)



Step 2 :-  Now enter below details in it


Step3 :- Click ok and then click on (Add base entry to Realm)  again and select AD then enter below details


Step 4 :- Now click on Apply and then ok. Restart portal server. Now portal server will use Microsoft directory

No comments:

Post a Comment

Custom single threaded java server

 package com.diffengine.csv; import java.io.*; import java.net.*; import java.util.Date; public class Server { public static void main(Str...