SLI
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)