SLI: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
SLI maintains Single Login Identifier for all users. | SLI maintains Single Login Identifier for all users. | ||
== Prerequisites == | ==Prerequisites== | ||
=== Supported administrative systems === | ===Supported administrative systems=== | ||
All | All | ||
=== Module requirements === | ===Module requirements=== | ||
[[UMS]] | [[UMS]] | ||
=== What to have ready === | ===What to have ready=== | ||
Connection to Administrative system | Connection to Administrative system | ||
== Installation == | ==Installation== | ||
Configurator - Modules - SLI Setup | Configurator - Modules - SLI Setup | ||
[[File:Sli setup.png|none|thumb]] | [[File:Sli setup.png|none|thumb]] | ||
The SLI Setup window: | The SLI Setup window: | ||
* '''Use SLI''': Activate Single Login Identification. This only maintains a SLI table and not UMS. | |||
* '''Maintain UMS''': Check this option to maintain UMS with the SLI. | *'''Use SLI''': Activate Single Login Identification. This only maintains a SLI table and not UMS. | ||
*'''Maintain UMS''': Check this option to maintain UMS with the SLI. | |||
'''Identifier settings''' | '''Identifier settings''' | ||
=== '''Advanced SLI Settings''' === | *'''Employee identifier''' | ||
**'''First Found Occurrence''': The user name from administrative system. | |||
**'''Next Number''': To give a number as user name. | |||
*'''Employee starting number''': Set starting number for first user name. | |||
*'''Employee identifier prefix''': It is possible to prefix the user name. Put wanted prefix here. | |||
*'''Student identifier''' | |||
**'''First Found Occurrence''': The user name from administrative system. | |||
**'''Next Number''': To give a number as user name. | |||
*'''Student starting number''': Set starting number for first user name. | |||
*'''Student identifier prefix''': It is possible to prefix the user name. Put wanted prefix here. | |||
*'''Create new username for employees''': Gives employees new user name if changed in administrative system. | |||
==='''Advanced SLI Settings'''=== | |||
· '''Create new SLI''': Check this to give all users a new SLI. CAUTION: This can have critical impact if the SLI table has been edited manually. | · '''Create new SLI''': Check this to give all users a new SLI. CAUTION: This can have critical impact if the SLI table has been edited manually. | ||
Line 41: | Line 44: | ||
· '''Delete inactive employee''': Deletes SLI info when employee no longer in UMS. | · '''Delete inactive employee''': Deletes SLI info when employee no longer in UMS. | ||
== Technical settings == | ==Technical settings== | ||
==FAQ== | |||
Change SLI ID starting number | |||
DBCC checkident ('sli') | |||
DBCC checkident ('sli', reseed, 10000) | |||
<br /> |
Revision as of 09:22, 1 March 2019
SLI maintains Single Login Identifier for all users.
Prerequisites
Supported administrative systems
All
Module requirements
What to have ready
Connection to Administrative system
Installation
Configurator - Modules - SLI Setup
The SLI Setup window:
- Use SLI: Activate Single Login Identification. This only maintains a SLI table and not UMS.
- Maintain UMS: Check this option to maintain UMS with the SLI.
Identifier settings
- Employee identifier
- First Found Occurrence: The user name from administrative system.
- Next Number: To give a number as user name.
- Employee starting number: Set starting number for first user name.
- Employee identifier prefix: It is possible to prefix the user name. Put wanted prefix here.
- Student identifier
- First Found Occurrence: The user name from administrative system.
- Next Number: To give a number as user name.
- Student starting number: Set starting number for first user name.
- Student identifier prefix: It is possible to prefix the user name. Put wanted prefix here.
- Create new username for employees: Gives employees new user name if changed in administrative system.
Advanced SLI Settings
· Create new SLI: Check this to give all users a new SLI. CAUTION: This can have critical impact if the SLI table has been edited manually.
· Create separate accounts: Check this option to give employee a new user name if the employee becomes a student. Unless UNI-Login is used.
· Delete inactive students: Deletes SLI info when students no longer in UMS.
· Delete inactive employee: Deletes SLI info when employee no longer in UMS.
Technical settings
FAQ
Change SLI ID starting number
DBCC checkident ('sli')
DBCC checkident ('sli', reseed, 10000)