Improve domain enrollment and desktop personalization
This commit is contained in:
@@ -49,6 +49,7 @@ public sealed class BrokerOptions
|
||||
Ntlm.AdministrativePersonalProfilePath,
|
||||
Ntlm.AdministrativeLocationProfilePath,
|
||||
Ntlm.StudentProfilePath,
|
||||
Ntlm.ProfessorPayrollProfilePath,
|
||||
Ntlm.MenuProfilePath
|
||||
})
|
||||
{
|
||||
@@ -141,6 +142,9 @@ public sealed class NtlmOptions
|
||||
public string StudentProfilePath { get; init; } =
|
||||
"/psulsa/alumnos/consultainformacionalumnos/consultainformacion.aspx";
|
||||
|
||||
public string ProfessorPayrollProfilePath { get; init; } =
|
||||
"/psulsa/gadmon/nomina/consultanomina.aspx";
|
||||
|
||||
public string MenuProfilePath { get; init; } = "/psulsa/menu.aspx";
|
||||
|
||||
public int MaxProfileBytes { get; init; } = 512 * 1024;
|
||||
|
||||
Reference in New Issue
Block a user