[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]
Bryan Stansell bryan@conserver.com
Thu, 26 May 2005 14:54:44 -0700 (PDT)
hmm...well, i just tried various setups where the group name had to add folks based on their primary group (/etc/passwd) and/or the secondary groups (/etc/group). this was with 8.1.10 as well as 8.1.11. a couple things. first, did you build the new version using the same flags as the old? (in case there's *something* that might have changed) is there any other type of change the might have occurred? if that doesn't shed any light, we'll have to get a lot of details on how it's failing. there isn't really any debug statements in that chunk of code, unfortunately. tracing the code (strace/truss/whatever) might be necessary, to make sure it's calling getgrnam(), etc. bottom line...this *should* be working. i suppose the other possibility is that the config file is begin parsed differently. a 'conserver -S -D' (and any other appropriate args) would be useful for that (to see how the access lists were built). Bryan On Thu, May 26, 2005 at 01:56:06PM -0700, Phil Dibowitz wrote: > Back on 8.1.6, you wrote me a patch to get conserver to look at _all_ groups > of a user, not just primary groups. > > I'm now on 8.1.10 and that doesn't seem to work anymore.... > > any idea why?