bug-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnu-radius] Are there good reasons for running radiusd as user


From: Maurice Makaay
Subject: Re: [Bug-gnu-radius] Are there good reasons for running radiusd as user 'root'?
Date: Wed, 12 Nov 2003 13:08:29 +0100

Hi,

There a little error in my patch. To fix this error, change

                if (exec_user.is_default) {
                        exec_user.username = estrdup(run_user.username);
                        exec_user.uid = run_user.uid;
!                       exec_user.gid = exec_user.gid;
                }

to

                if (exec_user.is_default) {
                        exec_user.username = estrdup(run_user.username);
                        exec_user.uid = run_user.uid;
!                       exec_user.gid = run_user.gid;
                }


Regards,

-- Maurice Makaay




reply via email to

[Prev in Thread] Current Thread [Next in Thread]