Project

General

Profile

Login method » History » Version 9

Per Amundsen, 02/06/2019 04:26 PM

1 1 Per Amundsen
h1. Login methods
2
3
List of the different login methods used by the server list and [[/server]].
4
5 5 Per Amundsen
0 - None/Pass
6 1 Per Amundsen
1 - SASL (username + password)
7 7 Per Amundsen
2 - SASL EXTERNAL ([[Server_Options#Client-Certificate-File|certificate]])
8 6 Per Amundsen
3 - NickServ (/MSG NickServ + password)
9
4 - NickServ (/NickServ + password) 
10
5 - Challenge Auth (username + password) (HMAC-SHA-256 if available, otherwise HMAC-SHA-1)
11 8 Per Amundsen
6 - SASL SCRAM (username + password) (SCRAM-SHA-256 if available, otherwise SCRAM-SHA-1)
12 2 Per Amundsen
13 9 Per Amundsen
_pass,sasl,external,msg,nickserv,auth,scram can also be used for [[/server]]._