To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorLDAP logins
- Background LDAP is configured
-
- Given
- the LDAP authentication system is enabled and configured
- And
- there are some inventory pools with automatic access enabled
- Scenarios
-
- Logging in via LDAP as a normal user
-
- When
- I log in as LDAP user "normal_user"
- Then
- a leihs user should exist for "normal_user"
- And
- the user "normal_user" should have "LDAPAuthentication" as an authentication system
- And
- the user "normal_user" should not have any admin privileges
- Logging in via LDAP as an admin
-
- When
- I log in as LDAP user "admin_user"
- Then
- a leihs user should exist for "admin_user"
- And
- the user "admin_user" should have "LDAPAuthentication" as an authentication system
- And
- the user "admin_user" should have admin privileges
Last published over 3 years ago by mkmit.