Thread: [Unreal-users] I really need to disable identd
Status: Beta
Brought to you by:
wildchild
From: Andy G. <ti...@de...> - 2000-03-30 20:00:07
|
Is there *any way* to disable identd? I have users who use a proprietary irc client that doesn't have an identd server. I've seen it done in an older version of the dalnet code which Unreal is based on. I will start getting into the code if I have to but I wanted to check again if there was any easier way to do this. Thanks, -Andy G. |
From: Headbang <hea...@si...> - 2000-03-30 20:14:20
|
dont disable it let them install identd. security etc etc...... Grtz Headbang Helper @ #UnrealIrcd Ircop @ chat.local.ie VISIT ;) ----- Original Message ----- From: Andy Grundman <ti...@de...> To: <unr...@li...> Sent: Thursday, March 30, 2000 9:55 PM Subject: [Unreal-users] I really need to disable identd > Is there *any way* to disable identd? I have users who use a proprietary irc client that doesn't have an identd server. I've seen > it done in an older version of the dalnet code which Unreal is based on. I will start getting into the code if I have to but I > wanted to check again if there was any easier way to do this. > Thanks, > -Andy G. > > > _______________________________________________ > Unreal-users mailing list > Unr...@li... > http://lists.sourceforge.net/mailman/listinfo/unreal-users > |
From: Andy G. <ti...@de...> - 2000-03-30 20:17:40
|
afaict identd doesn't help security at all... you can set it to return any user name you want. I can't even figure out the purpose behind identd. -Andy ----- Original Message ----- From: Headbang <hea...@si...> To: <unr...@li...> Sent: Thursday, March 30, 2000 3:13 PM Subject: Re: [Unreal-users] I really need to disable identd > dont disable it let them install identd. > > security etc etc...... > > > Grtz Headbang > Helper @ #UnrealIrcd > Ircop @ chat.local.ie VISIT ;) > ----- Original Message ----- > From: Andy Grundman <ti...@de...> > To: <unr...@li...> > Sent: Thursday, March 30, 2000 9:55 PM > Subject: [Unreal-users] I really need to disable identd > > > > Is there *any way* to disable identd? I have users who use a proprietary > irc client that doesn't have an identd server. I've seen > > it done in an older version of the dalnet code which Unreal is based on. > I will start getting into the code if I have to but I > > wanted to check again if there was any easier way to do this. > > Thanks, > > -Andy G. > > > > > > _______________________________________________ > > Unreal-users mailing list > > Unr...@li... > > http://lists.sourceforge.net/mailman/listinfo/unreal-users > > > > > _______________________________________________ > Unreal-users mailing list > Unr...@li... > http://lists.sourceforge.net/mailman/listinfo/unreal-users > |
From: Peter C. <ni...@ma...> - 2000-03-30 21:09:00
|
if anything it gives people a false sense of security. it seems like its protecting your identity but in fact using the same ident as someone is just a matter of copy and paste. [depreciated] as they say in the ircd.conf :) Pete > afaict identd doesn't help security at all... you can set it to return any user name you want. I can't even figure out the purpose > behind identd. > -Andy > > > dont disable it let them install identd. > > > > security etc etc...... > > > > > > Grtz Headbang > > Helper @ #UnrealIrcd > > Ircop @ chat.local.ie VISIT ;) |
From: The N. (Stskeeps) <cm...@dr...> - 2000-03-30 21:11:33
|
even if it doesnt get identd it still logs the user in, so where's the problem? :P --------------------------------------------------------------------- Carsten V. Munk - The Nightwalker, known on IRC as Stskeeps or techie * ICQ: 16465977 - E-Mail: sts...@ts... * Author of UnrealIRCd (http://unreal.tspre.org) * Technical Admin @ irc.roxnet.org, server admin of irc.flirt.org "To understand a program you must become both the machine and the program." ---------------------------------------------------------------------- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS/CC d- s: a--- C+++ UL P L++ E-- W++ N+ o-- K- w--- O- M V-- PS+ PE- Y+ PGP t+ 5 X R- tv- b+ DI++ D++ G e-- h! r z** ------END GEEK CODE BLOCK------ On Thu, 30 Mar 2000, Peter Coyne wrote: > if anything it gives people a false sense of security. it seems like its > protecting your identity but in fact using the same ident as someone is just > a matter of copy and paste. > [depreciated] as they say in the ircd.conf :) > > Pete > > afaict identd doesn't help security at all... you can set it to return any > user name you want. I can't even figure out the purpose > > behind identd. > > -Andy > > > > > dont disable it let them install identd. > > > > > > security etc etc...... > > > > > > > > > Grtz Headbang > > > Helper @ #UnrealIrcd > > > Ircop @ chat.local.ie VISIT ;) > > > > _______________________________________________ > Unreal-users mailing list > Unr...@li... > http://lists.sourceforge.net/mailman/listinfo/unreal-users > |
From: Meglio <gb...@ep...> - 2000-03-30 22:44:28
|
On windows yes, but on *nix no you are assigned a username when your account is created and that is what you use, you can not change it without creating another account -- codemastr ----- Original Message ----- From: "Andy Grundman" <ti...@de...> To: <unr...@li...> Sent: Thursday, March 30, 2000 3:13 PM Subject: Re: [Unreal-users] I really need to disable identd > afaict identd doesn't help security at all... you can set it to return any user name you want. I can't even figure out the purpose > behind identd. > -Andy > > ----- Original Message ----- > From: Headbang <hea...@si...> > To: <unr...@li...> > Sent: Thursday, March 30, 2000 3:13 PM > Subject: Re: [Unreal-users] I really need to disable identd > > > > dont disable it let them install identd. > > > > security etc etc...... > > > > > > Grtz Headbang > > Helper @ #UnrealIrcd > > Ircop @ chat.local.ie VISIT ;) > > ----- Original Message ----- > > From: Andy Grundman <ti...@de...> > > To: <unr...@li...> > > Sent: Thursday, March 30, 2000 9:55 PM > > Subject: [Unreal-users] I really need to disable identd > > > > > > > Is there *any way* to disable identd? I have users who use a proprietary > > irc client that doesn't have an identd server. I've seen > > > it done in an older version of the dalnet code which Unreal is based on. > > I will start getting into the code if I have to but I > > > wanted to check again if there was any easier way to do this. > > > Thanks, > > > -Andy G. > > > > > > > > > _______________________________________________ > > > Unreal-users mailing list > > > Unr...@li... > > > http://lists.sourceforge.net/mailman/listinfo/unreal-users > > > > > > > > > _______________________________________________ > > Unreal-users mailing list > > Unr...@li... > > http://lists.sourceforge.net/mailman/listinfo/unreal-users > > > > > _______________________________________________ > Unreal-users mailing list > Unr...@li... > http://lists.sourceforge.net/mailman/listinfo/unreal-users > |