RE: Permission denied on certificate-files

2005-01-14 Thread Hedenborg Thomas
- From: [EMAIL PROTECTED] on behalf of Zoltan Ori Sent: Thu 2005-01-13 18:43 To: freeradius-users@lists.freeradius.org Cc: Subject:Re: Permission denied on certificate-files On Thursday 13 January 2005 09:16, Hedenborg Thomas wrote: Don't you mean that root is the main user

RE: Permission denied on certificate-files

2005-01-14 Thread Stefan . Neis
Hi, (snipp) drw-r- 3 root radiusd 472 Jan 11 14:36 certs drw-r- 3 root root 472 Jan 11 15:30 certs_backup (snipp) drw-r- 2 root radiusd 200 Jan 11 14:36 demoCA (snipp) Directories normally need the x-Bit to be set. Try chmod u+x certs certs_backup

RE: Permission denied on certificate-files

2005-01-14 Thread Hedenborg Thomas
Hi, seems to be working! Thanks a lot. :-) //Thomas -Original Message- From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED] Sent: Fri 2005-01-14 15:48 To: freeradius-users@lists.freeradius.org Cc: Subject:RE: Permission denied on certificate-files Hi

Permission denied on certificate-files

2005-01-13 Thread Hedenborg Thomas
Title: Message Hi, I'm a newbie to FreeRadius and authentication-models and so on, so please be patient :-) I'm trying to set my FreeRadius with support for PEAP (MS-CHAP v2) but I'm not sure if I'm doing it right. Does somebody have a clue to why I get permission denied when trying to open

Re: Permission denied on certificate-files

2005-01-13 Thread Stefan Winter
Hello! -rw-r- 1 root radiusd 1346 Oct 5 02:14 cacert. 16520:error:0200100D:system library:fopen:Permission denied:bss_file.c:104:fopen('/etc/raddb/certs/demoCA/cacert.pem','r') Well, your file name is cacert. but you configured to look for cacert.pem. Greetings, Stefan Winter --

RE: Permission denied on certificate-files

2005-01-13 Thread Hedenborg Thomas
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Winter Sent: den 13 januari 2005 12:54 To: freeradius-users@lists.freeradius.org Subject: Re: Permission denied on certificate-files Hello! -rw-r- 1 root radiusd 1346 Oct 5 02:14 cacert. 16520:error:0200100D:system

Re: Permission denied on certificate-files

2005-01-13 Thread Zoltan A. Ori
On Thursday 13 January 2005 06:39, Hedenborg Thomas wrote: Does somebody have a clue to why I get permission denied when trying to open the cacert.pem file? See the file-permissions below. ls -la cacert.pem -rw-r- 1 root radiusd 1346 Oct 5 02:14 cacert. try -rw-r--r-- instead. Zoltan

RE: Permission denied on certificate-files

2005-01-13 Thread Hedenborg Thomas
- From: [EMAIL PROTECTED] on behalf of Zoltan A. Ori Sent: Thu 2005-01-13 13:21 To: freeradius-users@lists.freeradius.org Cc: Subject:Re: Permission denied on certificate-files On Thursday 13 January 2005 06:39, Hedenborg Thomas wrote: Does somebody have a clue to why I get

Re: Permission denied on certificate-files

2005-01-13 Thread Zoltan Ori
On Thursday 13 January 2005 07:57, Hedenborg Thomas wrote: Hi, nope didn't help... # ls -la certs/demoCA/cacert.pem -rw-r--r-- 1 root radiusd 1346 Oct 5 02:14 certs/demoCA/cacert.pem //Thomas Since you have: main: user = radiusd main: group = radiusd See what user

RE: Permission denied on certificate-files

2005-01-13 Thread Hedenborg Thomas
@lists.freeradius.org Subject: Re: Permission denied on certificate-files On Thursday 13 January 2005 07:57, Hedenborg Thomas wrote: Hi, nope didn't help... # ls -la certs/demoCA/cacert.pem -rw-r--r-- 1 root radiusd 1346 Oct 5 02:14 certs/demoCA/cacert.pem //Thomas Since you have: main: user