[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: using system groups in svnaccess.conf

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 17 Apr 2014 15:09:47 +0100

Stefan Sperling <stsp_at_elego.de> writes:

> The 'pool' parmeter is unused.
>
>> + struct group *grp;
>> + char **gmem;
>> +
>> + if ((grp = getgrnam(group)) == NULL)
>
> It would be nice if APR offered an interface to this function.
> I checked but couldn't find one.

APR has apr_gid_t, apr_gid_get(), apr_gid_name_get(), etc. Could we use
those?

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
Received on 2014-04-17 16:10:21 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.