The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
RapidMiner LDAP Integration
bhupendra_patil
Employee-RapidMiner, Member Posts: 168 RM Data Scientist
User authentication via LDAP (Lightweight Directory Access Protocol) provides a very flexible way for administrators to configure the set of users who can use RapidMiner Server and also assign the appropriate rights for them. It also provides the users with a convenient way to authenticate themselves by using their corporate username and password
Details about setting up LDAP Authentication can be found here
http://docs.rapidminer.com/server/administration/ldap/
Additonal FAQ's
- Is there a way to search on more than one LDAP Server ("ldap.providerUrl")?
-
Yes, space delimited. Something like below allow you to add more than one LDAP server.
"ldap://host:port/dc=DomainComponent ldap://host2:port2/dc=DomainComponent"
-
- Is there a way of search within more than one "ou" for the ldap.search.base?
- Enter blank space as search base and leave out DC-values for the various ldap-server-URIs
0