Displaying 1 result from an estimated 1 matches for "groups_max".
Did you mean:
ngroups_max
2009 Mar 15
1
Patch for NGROUPS_MAX on FreeBSD with more then 64 groups
...em/passwd.h
--- /root/work/samba-3.2.8/source/lib/replace/system/passwd.h 2009-02-03
17:10:07.000000000 +0100
+++
/usr/ports/net/samba32/work/samba-3.2.8/source/lib/replace/system/passwd.h 2009-03-15
12:12:52.000000000 +0100
@@ -76,6 +76,7 @@
#endif
#endif
+#include <sys/param.h>
#ifndef NGROUPS_MAX
#define NGROUPS_MAX 32 /* Guess... */
#endif
diff -ruN /root/work/samba-3.2.8/source/lib/system_smbd.c
/usr/ports/net/samba32/work/samba-3.2.8/source/lib/system_smbd.c
--- /root/work/samba-3.2.8/source/lib/system_smbd.c 2009-02-03
17:10:07.000000000 +0100
+++
/usr/ports/net/samba32/work/samba-3.2...