Subversion Repositories ASFLogin

Rev

Rev 83 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 83 Rev 84
Line 1... Line 1...
1
<?xml version="1.0" encoding="utf-8"?>
1
<?xml version="1.0" encoding="utf-8"?>
2
<configuration>
2
<configuration>
3
  <appSettings>
3
  <appSettings>
-
 
4
  
-
 
5
    <!-- Chiave di accesso all'applicazione -->
4
    <add key="Key" value="4a+XYb8GMQW3o/mcMwJ/BZm5HlOuu8nSQ4UjnNZ+2Gw=" />
6
    <add key="Key" value="4a+XYb8GMQW3o/mcMwJ/BZm5HlOuu8nSQ4UjnNZ+2Gw=" />
-
 
7
    
-
 
8
    <!-- File predefinito -->
5
    <add key="DefaultAccountsFile" value="accounts.acl" />
9
    <add key="DefaultAccountsFile" value="accounts.acl" />
-
 
10
    
-
 
11
    <!-- Lunghezza dell'identificatore utente -->
6
    <add key="UidLength" value="3" />
12
    <add key="UidLength" value="3" />
-
 
13
    
-
 
14
    <!-- Lunghezza del PIN -->
7
    <add key="PinLength" value="5" />
15
    <add key="PinLength" value="5" />
-
 
16
    
-
 
17
    <!-- Porta in cui sono in ascolto i server di aggiornamento account -->
8
    <add key="UpdatePort" value="8181" />
18
    <add key="UpdatePort" value="8181" />
-
 
19
    
-
 
20
    <!-- Elenco di host separati da virgola sui quali tramsettere l'aggiornamento dei file di account -->
9
    <add key="ASFLoginClients" value="asflogin1,asflogin2" />
21
    <add key="ASFLoginClients" value="asflogin1,asflogin2" />
-
 
22
    
-
 
23
    <!-- Qualita' minima in percentuale per l'acquisizione dell'immagine dell'impronta -->
10
    <add key="Fingerprint.MinImageQuality" value="80" />
24
    <add key="Fingerprint.MinImageQuality" value="80" />
-
 
25
    
-
 
26
    <!-- Livello di sicurezza per la verifica delle impronte. Valore da 0-9: 0 MINIMA, 5 NORMALE, 9 MASSIMA -->
11
    <add key="Fingerprint.SecurityLevelVerify" value="5" />
27
    <add key="Fingerprint.SecurityLevelVerify" value="5" />
-
 
28
 
-
 
29
    <!-- Tipologie per lo UserID e il PIN: alpa,digit 
-
 
30
          alpha: alfanumerico
-
 
31
          digit: solo numerico
-
 
32
          -->
12
    <add key="UidType" value="alpha" />
33
    <add key="UidType" value="alpha" />
13
    <add key="PinType" value="alpha" />
34
    <add key="PinType" value="alpha" />
-
 
35
 
14
  </appSettings>
36
  </appSettings>
15
</configuration>
37
</configuration>
16
 
38