[Top][All Lists]
[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
- [Bug-gnu-radius] Are there good reasons for running radiusd as user 'root'?, Maurice Makaay, 2003/11/10
- Re: [Bug-gnu-radius] Are there good reasons for running radiusd as user 'root'?, Sergey Poznyakoff, 2003/11/11
- Re: [Bug-gnu-radius] Are there good reasons for running radiusd as user 'root'?, Maurice Makaay, 2003/11/12
- Re: [Bug-gnu-radius] Are there good reasons for running radiusd as user 'root'?,
Maurice Makaay <=
- Re: [Bug-gnu-radius] Are there good reasons for running radiusd as user 'root'?, Sergey Poznyakoff, 2003/11/13
- Re: [Bug-gnu-radius] Are there good reasons for running radiusd as user 'root'?, Maurice Makaay, 2003/11/15
- Re: [Bug-gnu-radius] Are there good reasons for running radiusd as user 'root'?, Maurice Makaay, 2003/11/16
- Re: [Bug-gnu-radius] Are there good reasons for running radiusd as user 'root'?, Sergey Poznyakoff, 2003/11/16
- Re: [Bug-gnu-radius] Are there good reasons for running radiusd as user 'root'?, Maurice Makaay, 2003/11/16
- Re: [Bug-gnu-radius] Are there good reasons for running radiusd as user 'root'?, Sergey Poznyakoff, 2003/11/21