svn commit: samba r23391 - in branches: SAMBA_3_0/source/smbd SAMBA_3_0_26/source/smbd

James Peach jpeach at samba.org
Fri Jun 8 20:14:24 GMT 2007


On 08/06/2007, at 12:58 PM, jra at samba.org wrote:

> Author: jra
> Date: 2007-06-08 19:58:32 +0000 (Fri, 08 Jun 2007)
> New Revision: 23391
>
> WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi? 
> view=rev&root=samba&rev=23391
>
> Log:
> Second part of the patch for Apple.
>
> Change the sequence :
>
> gain_root();
> sys_setgroups(ngroups, groups);
> become_id(uid, gid);
>
> to a function call :
>
> set_unix_security_ctx(uid_t uid, gid_t gid, int ngroups, gid_t  
> *groups)
>
> James - should be safe for you to create a Darwin-specific
> version of this function now.

Thanks a lot Jeremy!

--
James Peach | jpeach at samba.org




More information about the samba-technical mailing list