similar to: Patch for NGROUPS_MAX on FreeBSD with more then 64 groups

Displaying 20 results from an estimated 110 matches similar to: "Patch for NGROUPS_MAX on FreeBSD with more then 64 groups"

2009 Oct 15
0
[ANNOUNCE] Samba 3.3.9 Maintenance Release Available
================================================================== ?I found that dance was key to keeping depression out of my life. When you dance, things just go away, things don't seem so bad. There's no better way to take care of health than through something as joyous and beautiful as dance.? Patrick Swayze
2009 Oct 15
0
[ANNOUNCE] Samba 3.3.9 Maintenance Release Available
================================================================== ?I found that dance was key to keeping depression out of my life. When you dance, things just go away, things don't seem so bad. There's no better way to take care of health than through something as joyous and beautiful as dance.? Patrick Swayze
2009 Sep 09
1
[Announce] Samba 3.4.1 Available for Download
================================================================= "I don't know anything about music. In my line you don't have to." Elvis Presley ================================================================= Release Announcements ===================== This is the latest stable release of Samba 3.4. Major enhancements in Samba 3.4.1 include:
2009 Sep 09
1
[Announce] Samba 3.4.1 Available for Download
================================================================= "I don't know anything about music. In my line you don't have to." Elvis Presley ================================================================= Release Announcements ===================== This is the latest stable release of Samba 3.4. Major enhancements in Samba 3.4.1 include:
2002 Sep 25
1
NGROUPS_MAX
Currently openssh (3.4p1) relies on the NGROUPS_MAX define. This makes the number of allowed simultaneous (per-user) secondary groups a compile-time decision. $ find . -name \*.c | xargs grep NGROUPS_MAX ./groupaccess.c:static char *groups_byname[NGROUPS_MAX + 1]; /* +1 for base/primary group */ ./groupaccess.c: gid_t groups_bygid[NGROUPS_MAX + 1]; ./uidswap.c:static gid_t
2004 Feb 20
1
NGROUPS_MAX on Linux
Linux has just raised the NGROUPS_MAX limit from 32 to 64k. In doing an audit of various tools, openssh turned up as having incorrect groups handling. Almost no user-space apps really care about NGROUPS_MAX. A proposed patch (untested, since the CVS build won't compile on my RH box.. :-/) : What think? Index: uidswap.c ===================================================================
2004 Jan 13
3
[Bug 787] Minor security problem due to use of deprecated NGROUPS_MAX in uidswap.c (sshd)
http://bugzilla.mindrot.org/show_bug.cgi?id=787 Summary: Minor security problem due to use of deprecated NGROUPS_MAX in uidswap.c (sshd) Product: Portable OpenSSH Version: 3.7.1p2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo:
2000 Feb 03
2
use sysconf instead of NGROUPS_MAX
Currently samba (2.0.6) relies on the NGROUPS_MAX define. This makes the number of allowed simultaneous (per-user) secondary groups a compile-time decision. $ find . -name \*.c | xargs grep NGROUPS ./source/lib/system.c: if (setlen > NGROUPS_MAX) { ./source/lib/replace.c: gid_t grouplst[NGROUPS_MAX]; ./source/lib/replace.c: while (i < NGROUPS_MAX &&
2004 Feb 20
24
[Bug 787] Minor security problem due to use of deprecated NGROUPS_MAX in uidswap.c (sshd)
http://bugzilla.mindrot.org/show_bug.cgi?id=787 ------- Additional Comments From openssh_bugzilla at hockin.org 2004-02-20 13:01 ------- Created an attachment (id=548) --> (http://bugzilla.mindrot.org/attachment.cgi?id=548&action=view) NGROUPS patch ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2012 Mar 07
0
Local group auth not working for domain members with SECURITY=ADS
I have a Samba 3.5.10 (Cent 6) server succesfully joined to the domain. Domain logins and domain group control are working. I have a share configured with "valid users = +unixgroup" that my domain user cannot access but my local unix user can. The only group related error message is coming from string_to_sid(), which I am confident is a red-herring. My goal in this experiment is to
2002 Oct 17
1
Compile failure samba3.0alpha20
Hello, I've the following problem. I tried to compile samba3.0alpha20 with the ads support option. Before that I have installed kerberos5v1.2.6! What is wrong! Have anyone an answer, thanks! Compiling libsmb/trust_passwd.c Compiling libads/ldap.c Compiling libads/ldap_printer.c Compiling libads/sasl.c Compiling libads/krb5_setpw.c Compiling libads/kerberos.c libads/kerberos.c: In function
2004 Feb 24
1
Cannot change password on HP-UX: PANIC: failed to set gid, INTERNAL ERROR
Hello. I'm having some difficulties with Samba 3.0.2a on a HP-UX 11.00 machine. I compiled Samba with gcc: vz6tml_tc51:/u/vz6tml/tmp/tc51-misc/Source/Samba/samba-3.0.2a/source/ > /usr/local/bin/gcc --version gcc (GCC) 3.3.1 Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or
2007 May 03
0
Problem of displying contents of shares
I'm using samba 3.0.24. I create my Makefile for cross compiling smbd nmbd testparm and CP850.so: Makefile: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # Flags divers #COFLAGS=-O2 CWFLAGS= -g -Wall # Cross compile tools CC=mips-linux-gcc #CC=gcc LINT=splint SHLD= $(CC) -O -D_SAMBA_BUILD_ LDSHFLAGS=-shared -Wl,-Bsymbolic
2008 Aug 25
1
net rpc group addmem returns NT_STATUS_ACCESS_DENIED
Hi All, I'm trying to add a user to a group using /usr/local/samba/bin/net rpc group addmem room11 dunk -Uroot%password The user is added to the group as far as I can tell but the command returns NT_STATUS_ACCESS_DENIED This is on Solaris 10 (Sparc) and Samba 3.2.1, OS and Samba are both configured to lookup users and groups in LDAP. /usr/local/samba/bin/net rpc group members
2006 Jun 01
0
3.0.22 on solaris9 does not start as daemon
I'm trying to start smbd (samba 3.0.22) as daemon (smbd -D --configfile=/etc/smb.conf) on solaris 9 sparc with current recommended patches but the smbd process never returns from trying to become a daemon. Samba was built with ldap, (heimdal) kerberos and active directory support using gcc 3.3.2 from sunfreeware. Solaris 9 is a new install on a development machine with production patches.
2005 Sep 26
0
[Fwd: Re: Samba with Mysql, Compilation of version 3.0.11]
Hello again, Related to previous bug, i have corrected few things from util.c, 3 char* data structures were defined more than one time so i commented them in code, it seem to compile now... data_path state_path cache_path Thanks anyway. Pierre (C)ollen wrote: > pdb_sql.c is the new mysql backend name > (was pdb_mysql) so it does get compiled... > but this output shows that you still
2006 Jun 04
1
samba 3.0.22 on solaris9 does not start as daemon
I'm trying to start smbd (samba 3.0.22) as daemon (smbd -D --configfile=/etc/smb.conf) on solaris 9 sparc with current recommended patches but the smbd process never returns from trying to become a daemon. Samba was built with ldap, (heimdal) kerberos and active directory support using gcc 3.3.2 from sunfreeware. Solaris 9 is a new install on a development machine with production patches. The
2006 Nov 10
0
libsmb/cliconnect.o build/build/krb5/lib/libcom_err.so.3
Running into a error while compiling Samba 3.0.23c for AD using krb5 1.5.1. Doesn't matter if I use Sun's cc or gcc. Linking bin/smbd Undefined first referenced symbol in file error_message libsmb/cliconnect.o (symbol belongs to implicit dependency /export/admin/build/build/krb5/lib/libcom_err.so.3) ld: fatal:
2003 Sep 08
0
logon problems, with ldap & samba 3.0
Deja.com with samba groups looks like they don't take me serious...very confusing, then i post my message here hope that someone here can help me. I know that my mail is very long and also my log file but sometime it's necessary voor a good problem solving. I am playing for a few weeks now with linux as a complete newbie (redhat 9.0) with Ldap and Samba 3.0rc1. Problem, i have joined the
2004 Jan 12
1
pdc+ldap newly created users can't log in
I am facing a very strange problem with samba running as PDC and using LDAP. The new users that I create using smbldap-tools aren't able to log in, but they can browse shares on the server. I had the problem with samba 2.2 and hoped it would be solved with 3.0. I spent two days testing without success even with samba 3.0.2pre1. In the log I can't see anything wrong : it says "sam