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

Martijn Klingens klingens at kde.org
Thu Jan 20 00:34:04 CET 2005


Interesting to see the same output twice...

On Thursday 20 January 2005 00:28, Murray Trainer wrote:
> >        if (strcmp(member, user) == 0)
> >            printf( "User is in group 'external'\n" );
> >        else
> >            printf( "User is *NOT* in group 'external'!\n" );

What happens if you change this to

> >        if (strcmp(member, user) == 0)
> >            printf( "User %s is in group 'external'\n", member );
> >        else
> >            printf( "User %s is *NOT* in group 'external'!\n", member );

?

-- 
Martijn


More information about the kde-kiosk mailing list