[Kde-kiosk] Problem with Applying Group Profiles to new Users

Martijn Klingens klingens at kde.org
Fri Jan 21 16:43:22 CET 2005


On Friday 21 January 2005 05:06, Murray Trainer wrote:
> vserver:/tmp/mt # cc -o test test.c
> vserver:/tmp/mt # ./test
> Segmentation fault
> vserver:/tmp/mt #  

You're supposed to run it as

# ./test external

i.e., with the name of the group as argument. There is a check for that, but 
it should check for argc < 2 and not < 1, hence you never see the safeguard, 
sorry.

But don't expect it to solve a whole lot, if your nsswitch.conf is correct and 
you don't have a local group I'm a bit out of ideas.

Does the 'sudo' case from the first link work for you? I.e., if you allow 
group 'external' to sudo some command, does that work correctly?

-- 
Martijn


More information about the kde-kiosk mailing list