Could someone kindly put a little meat onto Adrians setting up IRC for the newbies posting:
1)I've got the rpm on a linux box networked to the e-smith.
2)How do you get the file onto the server?
(I guess via telnet root .. admin .. password Etc. but how)
3)And please what do we put in the command line to 'extract' the file's?
4)TIA a very happy with e-smith newbie

Adrians note..............
Just to let you know that the above solutions does work on e-smith 4.0.
There are some subtle differences. These are what you need to do.
- Install pidentd-2.8.5-3+masq.i386.rpm from
http://e-smith.gormand.com.au/- Copy /usr/doc/pidentd-2.8.5/identd.masq to /etc/identd.masq
- Edit /etc/identd.masq to include your network devices using IRC
Note that:
- /etc/inetd.conf does not need to be touched
- /etc/services stays as default (see note further down)
- Then modify the /etc/rlinetd.conf file to include this:
service "auth" {
protocol tcp;
port "auth";
user "root";
exec "in.identd -e -l -q";
server "/usr/sbin/in.identd";
}
- Restart rlinetd by this:
/etc/rc.d/init.d/rlinetd restart
Make sure that this is there (should be there by default)
/etc/services has this line "auth 113/tcp ident"
And bingo. Works like a charm.