Unsolved

This post is more than 5 years old

4242

August 11th, 2014 04:00

Ldap config issue

Hi All,

I have configuring the ldap on isilon. our environment is ssl and secured auth.when i tried with ldaps and 636 port ldap auth is not comming online.

but when i use ldap:\\ , ldap is comming online but when i tried to search the users i am getting the Error: Failed while enumerating objects: LW_ERROR_LDAP_PARAM_ERRO.

Current config.:

Name    Base DN                                      Server Uris                   Status

-----------------------------------------------------------------------------------------

test uid=unixproxy,ou=special users,o=test.com ldap://dir.test.com/ online

-----------------------------------------------------------------------------------------

directory.test.com

bind dn : uid=test1,ou=special users,o=test.com

user search : ou=people,o=test.com

Group Search : ou=group,ou=unix,ou=applications,o=test.com

can you please share some doc to configure the ldap on isilon.please help me on this

22 Posts

August 11th, 2014 08:00

I would suggest get everything working with vanilla (non-secure) LDAP then switch to ldaps:// (port 636).


Is your Base DN: o=test.com ? From the output it looks like you have the Base DN set wrong, perhaps confused with Bind DN.


You may want to post the output from isi auth ldap view test (assuming OneFS 7.x here), or open an Isilon service request for quicker resolution.

August 11th, 2014 09:00

Hi Mark,

i have configured the ldap with non secure only. But when i tried to check the groups or users i am getting the error :enumerating objects: LW_ERROR_LDAP_PARAM_ERRO."

isi auth ldap view test

Auth provider "test.com" not found.

onefs version : 7.0.2.5

the same Bse DN is working on other unixphere on vmax configs.

Top