Anchor | ||||
---|---|---|---|---|
|
...
- Navigate to Administration > General > Role Management
- Select the Role you wish to make Default
- Tick the Default Role box and Save
Note: if no role is set as default the users will not be provisioned correctly into Yellowfin and the process will fail.
...
Once defined, Yellowfin will automatically provision users as they attempt to login to Yellowfin for the first time.
Note: if the users in LDAP exceed the number of licences purchased, any new users will not be provisioned into the system.
...
- Connect to LDAP host
192.168.4.241
on port389
- Users will be searched from
cn=Users,dc=i4,dc=local
- Users will be allowed access to Yellowfin if they are a member of
cn=Yellowfin Users,cn=Users,dc=i4,dc=local
- The user search is conducted with user
cn=Administrator,cn=Users,dc=i4,dc=local
bound to the LDAP server with passwordpassword
- Users will use
employeeID
as their login ID and Yellowfin will load their given name, surname, and email from the LDAP directory attributesgivenName
,LastName
, anduserPrincipalName
respectively
Note: if a user is not found in the LDAP directory, it will look for the username as a standard Yellowfin user.
...