ldapsearch

 

+
Search Tips   |   Advanced Search

 

Before integrating WebSphere Portal w/Active Directory, connect to the LDAP server using a command-line utility such as ldapsearch, or browser utility such as Jarek Gawor's LDAP Browser/Editor.

Here is another sample session configuration that uses the wpsadmin base DN...

...which gives you...

Here is an example of an LDAP search...

ldapsearch -h skyway2.setgetweb.com -D "cn=wpsadmin,cn=users,dc=setgetweb,dc=com" -w password "(&(cn=wpsadmin)(objectclass=inetOrgPerson))"

Here is a sample session configuration for Jarek Gawor's LDAP Browser/Editor....