LDAP blunder

Hi,

Im not one to give up but LDAP is a pain in the arse with this product!

My code…

<!--
<ldap>
 <host>dc.ocs.co.uk</host>
    <port>389</port>
    <usernameField>sAMAccountName</usernameField>
    <nameField>displayName</nameField>
    <emailField>mail</emailField>
    <groupField>Name</groupField>
    <baseDN>DC=ocs,DC=co,DC=uk</baseDN>
    <adminDN>CN=Me,OU=ICT,OU=Support Services,DC=ocs,DC=co,DC=uk</adminDN>
    <adminPassword>woulditellyouthat!</adminPassword>
    <searchFilter><![CDATA[(&(sAMAccountName=)(objectClass=user))]]&g t;

daniel_uk

Please let people know what is happening with your server in detail. It is good that you have provided the configuration of the server but you still should describe your problem. I am seeing some confusion in ldap session. Shouldn’'t it be like this?

I hope that this would help.

Regards,

wmhtet

Hi,

Im not one to give up but LDAP is a pain in the arse

with this product!

What sort of problems are you having?

My code…