Enrich administrative profiles from SGU
This commit is contained in:
@@ -17,6 +17,10 @@ param(
|
||||
[ValidatePattern('^/')]
|
||||
[string]$AdministrativeProfilePath = '/psulsa/gadmon/capitalhumano/controlincidencias/incidencias.aspx',
|
||||
[ValidatePattern('^/')]
|
||||
[string]$AdministrativePersonalProfilePath = '/psulsa/gadmon/capitalhumano/datos/personales.aspx',
|
||||
[ValidatePattern('^/')]
|
||||
[string]$AdministrativeLocationProfilePath = '/psulsa/gadmon/capitalhumano/datos/ubicacion.aspx',
|
||||
[ValidatePattern('^/')]
|
||||
[string]$StudentProfilePath = '/psulsa/alumnos/consultainformacionalumnos/consultainformacion.aspx',
|
||||
[ValidatePattern('^/')]
|
||||
[string]$MenuProfilePath = '/psulsa/menu.aspx',
|
||||
@@ -32,7 +36,7 @@ param(
|
||||
[ValidateRange(10, 60)]
|
||||
[int]$NtlmTimeoutSeconds = 20,
|
||||
[ValidateRange(2, 90)]
|
||||
[int]$ProfileTimeoutSeconds = 60,
|
||||
[int]$ProfileTimeoutSeconds = 90,
|
||||
[switch]$CreateMissingOus,
|
||||
[switch]$DisableCertificateRevocationCheckForLab
|
||||
)
|
||||
@@ -149,6 +153,8 @@ $productionSettings = @{
|
||||
MaxRedirects = 5
|
||||
AuthenticationPath = $AuthenticationPath
|
||||
AdministrativeProfilePath = $AdministrativeProfilePath
|
||||
AdministrativePersonalProfilePath = $AdministrativePersonalProfilePath
|
||||
AdministrativeLocationProfilePath = $AdministrativeLocationProfilePath
|
||||
StudentProfilePath = $StudentProfilePath
|
||||
MenuProfilePath = $MenuProfilePath
|
||||
MaxProfileBytes = $MaxProfileBytes
|
||||
|
||||
Reference in New Issue
Block a user