# ============================================================ # # NIGHT LIGHT IRC PROXY - IDENT CONFIGURATION FILE # # ============================================================ # # THIS FILE IS IGONORED UNLESS CONFIGURE IS RUN # WITH "--enable-identd". # # This file is used to configure the built-in ident daemon. # # You can specify one or more hosts:ports in which the ident # daemon should listen for queries. # # The format is: "IDENT :". # or IDENTIPV6 : for IPv6. # # "Host" is either a fully qualified domain name or a # IP-Address. # # Enter "*" for all addresses on the machine. # # It isn't really much point to specify other ports then # 113. # # (If the UNIX machine is already running an ident server, this # ident server will not work. Consider running the ircproxy # as root and the ircproxy will automatically set correct # owner for each connection socket so that correct ident # is replied by the ident server on the UNIX machine). # # "IDENTUNKNOWN" is the username to reply if the requested port # isnt in use. You can specify "NO-USER" for the traditional # NO-USER ident reply. # # DO NOT MISTAKEN THIS FILE FOR LISTEN.CONF! THEY HAVE # DIFFERENT FORMAT! # # ============================================================ IDENTUNKNOWN NO-USER IDENT *:113 #IDENTIPV6 *:113 # ============================================================