SLI: Difference between revisions

From UmsWiki
Jump to navigation Jump to search
Kia (talk | contribs)
Kia (talk | contribs)
Line 14: Line 14:
==Installation==
==Installation==
Configurator - Modules - SLI Setup
Configurator - Modules - SLI Setup
[[File:SLI Setup.jpg|none|thumb|621x621px]]
[[File:SLI Setup.jpg|none|thumb|724x724px]]
The SLI Setup window:
The SLI Setup window:


*'''Use SLI''': Activate Single Login Identification. This only maintains a SLI table and not UMS.
==== '''Use SLI''' ====
*'''Maintain UMS''': Check this option to maintain UMS with the SLI.
Activate Single Login Identification. This only maintains a SLI table and not UMS.


'''Identifier settings'''
==== '''Maintain UMS''' ====
Check this option to maintain UMS with the SLI.


*'''Employee identifier'''
==== '''Create new username for employees''' ====
**'''First Found Occurrence''':  The user name from administrative system.
Gives employees new user name if changed in 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.
*'''Parent identifier'''
**'''First Found Occurrence''':  The user name from administrative system.
**'''Next Number''':  To give a number as user name.
*'''Parent starting number''': Set starting number for first user name.
*'''Parent 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'''===
==='''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.
==== '''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.


·        '''Delete inactive students''': Deletes SLI info when students no longer in UMS.
==== '''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 employee''': Deletes SLI info when employee no longer in UMS.
==== '''Create new username for employees''' ====
Gives employees new user name if changed in administrative system.


·        '''Delete inactive parents''': Deletes SLI info when parent no longer in UMS.
==== '''Delete inactive students''' ====
Deletes SLI info when students no longer in UMS.
 
==== '''Delete inactive employee''' ====
Deletes SLI info when employee no longer in UMS.
 
==== '''Delete inactive parents''' ====
Deletes SLI info when parent no longer in UMS.


==Technical settings==
==Technical settings==


==FAQ==
==FAQ==
===Change SLI ID starting number===
====Get current ID====
DBCC checkident ('sli')
====Set Next ID====
DBCC checkident ('sli', reseed, 10000)
<br />

Revision as of 13:24, 28 January 2022

SLI maintains Single Login Identifier for all users.

Prerequisites

Supported administrative systems

All

Module requirements

UMS

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.

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.

Create new username for employees

Gives employees new user name if changed in administrative system.

Delete inactive students

Deletes SLI info when students no longer in UMS.

Delete inactive employee

Deletes SLI info when employee no longer in UMS.

Delete inactive parents

Deletes SLI info when parent no longer in UMS.

Technical settings

FAQ