sLDAP - import directory user

I have tried the below sLDAP config and still seeing no results when I search under “import directory user”

This is my config file ldapserver.xml:

ingldapserver
636
CN=ing_ldap,OU=Service,OU=Accounts,DC=TQA,DC=CAN
******
shallow
samaccountname
emailaddress
OU=Accounts,DC=TQA,DC=CAN
true

Please advise

Hi Rami,

It looks like your config example got scrambled a bit. To ensure that special characters don’t get parse as HTML on this forum, please wrap them in Code and Pre tags, like so:

 Code goes here. 

Thanks!

ERROR [com.percussion.services.security.impl.PSRoleMgr] Error finding users: An unknown naming exception was caught. The error message was: simple bind failed: ingldapserver:636

<ldapserver> <br>
                              <host>ingldapserver</host> <br>
                              <port>636</port>
                                 <user>CN=ing_ldap,OU=Service,OU=Accounts,DC=TQA,DC=CAN</user> <br>
                              <password> ****** </password> <br>
                              <catalog>shallow</catalog> <br>
                              <objectattributename>samaccountname</objectattributename> <br>
                              <emailattributename>emailaddress</emailattributename>
                    <organizationalunit>OU=Accounts,DC=TQA,DC=CAN</organizationalunit> <br>
                              <secure>true</secure> <br>
              </ldapserver>   

Hi Rami,

Does your LDAP server require a self-signed certificate in order to connect to it? If so, you’ll need to setup a private and public key pair, and assign them to your LDAP and Percussion application server, as mentioned here:

http://help.percussion.com/percussion-cm1/governance/workflow/index