Re: mupdate exits with signal 11

2005-04-28 Thread João Assad
Derrick J Brashear wrote: auth_unix's purpose is for groups, not for something pam will do for you. technically if you're not using unix groups for access control you don't need any of the group functionality. Really, though, I should figure out what the getgr*_r interface difference which is h

Re: mupdate exits with signal 11

2005-04-28 Thread Derrick J Brashear
On Thu, 28 Apr 2005, João Assad wrote: Derrick J Brashear wrote: If anyone else wants to try this (I'd guess auth_unix use in mupdate isn't common?) I use saslauthd for authentication which then uses pam. Is there a way to get rid of auth_unix ? sasl_pwcheck_method: saslauthd sasl_mech_list: PLAI

Re: mupdate exits with signal 11

2005-04-28 Thread João Assad
Derrick J Brashear wrote: If anyone else wants to try this (I'd guess auth_unix use in mupdate isn't common?) I use saslauthd for authentication which then uses pam. Is there a way to get rid of auth_unix ? sasl_pwcheck_method: saslauthd sasl_mech_list: PLAIN http://www.contrib.andrew.cmu.edu/~s

Re: mupdate exits with signal 11

2005-04-26 Thread Derrick J Brashear
If anyone else wants to try this (I'd guess auth_unix use in mupdate isn't common?) http://www.contrib.andrew.cmu.edu/~shadow/auth_unix.c.diff is a diff which probably works. I'm still unsure if there are platforms using the 3 argument version of getgrent_r() and it appears to be a non-standard

Re: mupdate exits with signal 11

2005-04-26 Thread João Assad
nice nice, I'll commence testing tonight. on a side note, regarding that old mmap problem.. Im still testing it. Im pretty sure its some bug in fedora's mmap. Derrick J Brashear wrote: On Tue, 26 Apr 2005, João Assad wrote: sometimes mupdate exits with signal 11 . Im clueless why. cy

Re: mupdate exits with signal 11

2005-04-26 Thread Derrick J Brashear
And I guess this also: --- auth_unix.c 16 Feb 2005 21:06:50 - 1.37.2.2 +++ auth_unix.c 26 Apr 2005 17:53:40 - @@ -157,10 +157,11 @@ size_t len; { static char retbuf[81]; -struct group *grp; +struct group grp; char sawalpha; char *p; int username_tolower =

Re: mupdate exits with signal 11

2005-04-26 Thread Derrick J Brashear
On Tue, 26 Apr 2005, João Assad wrote: sometimes mupdate exits with signal 11 . Im clueless why. cyrus-2.2.12 gdb backtrace attached. http://64.233.161.104/search?q=cache:CAPMOK5A4vwJ:asg.web.cmu.edu/archive/message.php%3Fmailbox%3Darchive.info-cyrus%26msg%3D34797+getgrent+auth_unix+cyrus&h

mupdate exits with signal 11

2005-04-26 Thread João Assad
sometimes mupdate exits with signal 11 . Im clueless why. cyrus-2.2.12 gdb backtrace attached. Regards, João Assad backtrace.gz Description: application/gzip-compressed