yes I know - prolly wrong forum - but I searched with google and couldn't find any useful psyBNC forum. I know here are the most skilled people so I thought it's okay to ask here

I got a little problem to run my psyBNC with oident.
I am running psyBNC 2.3.1 and oidentd 2.0.4.
What I want to do:
I want to run ONE psyBNC with different users. And these different users should have their username as ident. (Not the username from the shell where the psyBNC is running from). This is possible!
To do that I found this tutorial on google:
- make sure you have #define OIDENTD in psybnc's config.h
- take a editor and search for the line containig:
fprintf(oid,"%s\n",user(nuser)->login);
in the file p_server.c
change it to:
fprintf(oid,"global {\n reply \"%s\"\n}\n",user(nuser)->login);
- make your psybnc
- place a symbolic link in the home-dir of the user psybnc runs under:
ln -s ~/.ispoof ~/.oidentd.conf
And I did this. EXACTLY everything.
But my psyBNC still doesnt change his ident. It still got the ident from the username who it runs from. Btw my /etc/oidentd.conf is empty... Since I use %home/.oidentd.conf I think this is correctly.
Anyone ever got psyBNC+oident working? Would be really nice if someone could help me... I dont know where to ask else

Thanks,
Bye,
BiLL