Disable Ident lookups

Arnvid Karstad arnvid at karstad.org
Wed Dec 8 15:17:03 EST 2004


On Wed, 8 Dec 2004 14:54:37 -0500 - Matt Best <matthew.best at gmail.com> wrote:
> I found this too, and tried it, however it doesn't seem to work with
> Hybrid7.  I put threw it in my general{} config and when starting
> ircd-hybrid I get the following in my ircd.log:
> 
> [2004/12/8 10.39] "/etc/ircd-hybrid/ircd.conf", line 745: syntax
> error:  disable_auth = yes;

Ok, my fault because I misled you.. this comes from 7.1-current/cvs...
7.0.3 doesnt support it..

but in s_auth.c line 422 comment out this line :

(void)start_auth_query(auth);

with

/* (void)start_auth_query(auth); */

That should take care of that..

That will give the same effect as this disable_auth in 7.1.



Mvh/Best regards,

Arnvid L. Karstad






More information about the hybrid mailing list