Skip to content
Snippets Groups Projects
Commit de8c5fd9 authored by John Hodge's avatar John Hodge
Browse files

Debugging authident, adding new config file

parent f53b34c3
Branches
No related merge requests found
#
# OpenDispense2 Server config file
#
daemonise no
server_port 11020
cokebank_database cokebank.db
items_file items.cfg
door_serial_port /dev/ttyS0
coke_modbus_address 130.95.13.72
trusted_host 192.168.1.39
trusted_host 192.168.1.34
trusted_host 192.168.1.37
......@@ -597,6 +597,7 @@ void Server_Cmd_AUTHIDENT(tClient *Client, char *Args)
// Get username via IDENT
username = ident_id(Client->Socket, ident_timeout);
if( !username ) {
perror("AUTHIDENT - IDENT timed out");
sendf(Client->Socket, "403 Authentication failure: IDENT auth timed out\n");
return ;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment