-----Oorspronkelijk bericht----- On 30/05/12 10:43, Peter Kaagman wrote:
Exec-Program output: Reading winbind reply failed! (0xc0000001) Exec-Program-Wait: plaintext: Reading winbind reply failed! (0xc0000001)
Check permissions on the winbind socket in /var/cache/<wherever> and SELinux context/labels as well, if you're using it.
Odds are, FreeRADIUS is running as a user who can't talk to winbind for one of these reasons.
You were absolutely right. For future reference: Ubuntu (12.04) places the socket in /var/run/samba/winbindd_privileged The socket itself is owned root:root permissions s777 The directory is owned root:winbindd_privileged permissions 750 Adding the user freerad to the group winbindd_privileged did the trick. Thanks.... Peter