Koozali.org: home of the SME Server

Oidentd - real Ident masquerading

Metin Yaylacioglu

Oidentd - real Ident masquerading
« on: April 29, 2002, 07:33:42 PM »
routes ident request to every client (works like every masquerading) so a user can changes his ident localy and the server will let them pass to/from internet

Franck

Re: Oidentd - real Ident masquerading
« Reply #1 on: April 29, 2002, 08:52:50 PM »
The identd daemon used by e-smith is also able to do that... but not by default. You'll have to modify /etc/identd.masq, replacing userXX by the character '*' and specifying "RELAY" as the platform...

You may have a look at /usr/doc/pidentd-2.8.5/identd.masq

Bill Talcott

Re: Oidentd - real Ident masquerading
« Reply #2 on: July 08, 2002, 09:53:21 PM »
It looks as though the template for that is at /etc/e-smith/templates/etc/identd.masq/50localaddresses.

You could just use a custom template and change the line near the end with

$OUT .= "$ip\tuser$i\t\tUNIX\n";

to

$OUT .= "$ip\t*\t\tRELAY\n";

right?