Port filtering (solved)

Hello,
I am trying to add a function of port filtering to coova: I would like to define users who can access to different things (for exemple: one should be able to access port 80 but not 21)
I created different scripts used to get information from a database about my user, it should be working, but now I would like to launch this script when the user authenticates himself.
I found some documentation about the "conup" command.
I added the following line to /etc/chilli.conf :
conup=/etc/chilli/conup.sh

but this script doesn't seem to be launched when a user connects to coova...
Is there something I'm doing wrong ?

well i did a chmod 755 on my

well i did a chmod 755 on my file...
my conup syntax is ok ? if so I suppose that my script is bugged ^^

I finally figured it out : I

I finally figured it out : I just had to add "#!/bin/sh" at the beginning of my script............ ><

You need to get some spanking

You need to get some spanking !!!

This is a non-violent forum!

This is a non-violent forum! :)

definitely !

definitely !

chmod a+rx

chmod a+rx /etc/chilli/conup.sh ?