|
|
/etc/group limitation
Hello,
To bypass the 512 bytes limitation of a /etc/group line I usually used
the following :
group::30:<members>
group1::30:<members>
Until now it works for all what I need.
But It doesn't work with our DB2 db.
DB2 can not see a user that is part of the unix group "group1"
So what can be the consequence if I use the following bypass :
group::30:<members>
group::30:<members>
same GID but also same group name
Thank you
|
|
0
|
|
|
|
Reply
|
kona_iron
|
12/14/2004 2:19:54 PM |
|
Kona wrote:
> So what can be the consequence if I use the following bypass :
>
> group::30:<members>
> group::30:<members>
>
> same GID but also same group name
We've used that format for years without any problems.
Of course, YMMV.
|
|
0
|
|
|
|
Reply
|
Oscar
|
12/14/2004 2:51:32 PM
|
|
kona_iron@yahoo.fr (Kona) writes:
>To bypass the 512 bytes limitation of a /etc/group line I usually used
>the following :
>group::30:<members>
>group1::30:<members>
I only know of a 1024 byte limit, and that only applies to
yp and is related to ndb. Is there another limitation that I don't
know about?
-Mike "no answers, only questions..."
|
|
0
|
|
|
|
Reply
|
hubcap
|
12/14/2004 6:30:52 PM
|
|
hubcap wrote:
> kona_iron@yahoo.fr (Kona) writes:
>
>>To bypass the 512 bytes limitation of a /etc/group line I usually used
>>the following :
>>group::30:<members>
>>group1::30:<members>
>
> I only know of a 1024 byte limit, and that only applies to
> yp and is related to ndb. Is there another limitation that I don't
> know about?
Some programs seem to have 512 hardcoded (bug?)
# uname -a
SunOS hostname 5.10 s10_69 sun4u sparc SUNW,Sun-Blade-100
# strings /usr/sbin/useradd | grep Group
WARNING: Group entry exceeds 512 char: /etc/group entry truncated.
|
|
0
|
|
|
|
Reply
|
Oscar
|
12/14/2004 7:55:45 PM
|
|
|
3 Replies
5656 Views
(page loaded in 0.089 seconds)
Similiar Articles: Max number of groups in NIS - comp.unix.solarisLimit to number of userids in /etc/group (and/or NIS group map ... Limit to number of userids in /etc/group (and/or NIS group map) ... too long, I see the following errors ... maximum file record lengths? - comp.unix.programmer32,768, 65.335, etc, up to 2GB? (farther?) ... Pine.SOL.4.58.0404121605040.3314@zaphod.rite-group.com ... system, use getconf LINE_MAX to find out the limit for ... Limiting max swap for a group of processes - comp.unix.solaris ...Is there a way to set an equivalent limit on a group of processes? I have some forking ... applications running mod_perl, mod_jk, mod_passenger, mod_php mod_etc_etc_etc ... Projects, processes, and limits in Solaris 10 Follow - Computer GroupAt issue is the limit: process.max-file-descriptor basic ... etc/project user-list format - comp.unix.solaris We have an /etc/project file with user and group ... nfs squash/map all users - comp.unix.solaris... If you NEVER plan on using NFS, you can have a user be a member of up to 32 groups. ... Limit to number of userids in /etc/group (and/or NIS group map ... Limit to ... Trouble setting max filedescriptors / shared memory / stack size ...... obtained putting the following lines into /etc/system ... project.max-stack-size=(basic,16777216,deny) group ... max filedescriptors / shared memory / stack size limitation ... What determines ulimit settings on HP-UX? Follow - Computer GroupWhat determintes ulimit settings on HP-UX? For example, AIX has file /etc/security/limits. Is there something similar on HP-UX? We have two HP-UX serv... tar > 2GB file - comp.sys.hp.hpux... of stupid grief with 2GB file limits on back-ups, NFS, file systems > etc. ... comp.unix.programmer ... tar > 2GB file - comp.sys.hp.hpux | Computer Group stat function limit ... Community Edition limitations Follow - Computer Group... to open the *.img file, not the icon in the icon group. ... If you will press Felix's ladder above limitations, it will ... several DNN editions (Community, Professional, etc ... Limit on ftp file sizes - comp.unix.solarisis there a limit on the size of file I can ftp ... off in the middle, your account disabled, etc, etc! ... ftp file sizes - comp.unix.solaris | Computer Group is there a limit ... Limit to number of userids in /etc/group (and/or NIS group map ...Does anyone know the limitation of the number of userids that may belong to a single entry in the /etc/group file? There seems to be a limitation of around ... max size of a group in /etc/group - The UNIX and Linux ForumsI also would like to know if there is a limit on the line length of lines in /etc/group. I believe there is and that it is about 1000 characters but search as I have I ... 7/22/2012 8:17:20 AM
|
|
|
|
|
|
|
|
|