This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats-NeoIRCd/contrib/README.disable_identd
2002-08-13 14:45:13 +00:00

17 lines
482 B
Text

# $Id: README.disable_identd,v 1.2 2002/08/13 14:45:00 fishwaldo Exp $
#
This diff adds a config option to the general {} block called disable_auth
to hybrid 7. To disable identd requests add something like this to your
config file:
general {
disable_auth = yes;
}
You should note that this does not effect other identd related settings with
regard to stripping tildes or the requirement of identd checking in auth {}
blocks.
Aaron Sethman <androsyn@ratbox.org>
July 07, 2002