winbindd owner with freeradius

Hi;

I use Freeradius in addition with OpenLDAP and Active Directory.

In mine case, when samba start, The files like /var/db/samba/winbindd_priviliged/pipe needs to be owned by root.

But when radius call to Active Directory if the credentials are OK, this : /var/db/samba/winbindd_priviliged/pipe needs to be owned by freeradius user.

I've find a way to fix this with a little script.

I wonder if things should be different ?
 
We've changed the group ownership to 'freeradius' and have no problems:


Code:
ls -al winbindd_privileged
total 4
drwxr-x---  2 root  freeradius   512 Feb 12 13:17 .
drwxr-xr-x  6 root  wheel       1024 Feb 14 05:48 ..
srwxrwxrwx  1 root  freeradius     0 Feb 12 13:17 pipe
 
Back
Top