ldap integration error

yongieyongie Member Posts: 16 Maven
edited December 2019 in Help

Hi there,

 

I was trying to connect the Rapidminer server to LDAP but after adding groups, it won't show the domain in LDAP groups bound to this group column. And there was no error recorded in the server log.

 

the config file as follow:

#
# Properties for using LDAP authentication with RapidMiner Server
#

# enable or disable LDAP authentication
ldap.enabled=true

# provider url
ldap.providerUrl=ldap://10.200.160.16:389/DC=Test,DC=local

# user/pass to access ldap
ldap.user=CN=rapidldap,OU=Service Accounts,OU=Administration,OU=HQ,OU=Locations,DC=Test,DC=local
ldap.password=12345

# search settings
ldap.search.base=OU=Locations,DC=Test,DC=local

# example ldap.search.filter for OpenLDAP:
#   ldap.search.filter=(&(objectClass=inetOrgPerson)(uid={0}))
# example ldap.search.filter for Active Directory:
#   ldap.search.filter=(&(objectClass=user)(userPrincipalName={0}@active.directory.domain))
ldap.search.filter=(&(objectClass=user)(sAMAccountName={0}))
#ldap.search.filter=(&(objectClass=person)(uid={0}))


# group properties
# ldap.group.roleAttribute for OpenLDAP:
#   ldap.group.roleAttribute=cn
# ldap.group.roleAttribute for Active Directory:
#   ldap.group.roleAttribute=distinguishedName
ldap.group.roleAttribute=distinguishedName

# user properties
ldap.user.displayNameAttribute=cn
ldap.user.emailAttribute=email

# timeout in sec for cached authentications
# the cache is used to to relieve the authentication provider and
# to prevent multiple authentication requests from the same user in the defined timeframe
# change the value to 0 if the caching should be disabled and
# every request should be forwarded to the authentication provider
ldap.cache.timeout=60

# Connection timeout in ms regarding how long RapidMiner Server should wait for the LDAP server to respond
ldap.connection.timeout=10000

 

 rm server ldap.PNG

 

Does anyone has experience on Rapidminer to ldap connection?

 

Thanks for the help.

Answers

Sign In or Register to comment.