On Fri, 2004-01-09 at 12:27, MICHAEL BROWN wrote:
> System:
> I am running RedHat 8.0 (2.4.18-14smp) with SAMBA 2.7 and user
> authentication against OpenLDAP 2.1.22.
> 
> Problem:
> On RedHat, Put over (I think 70 or so) users within a secondary group. 
> Got to Konqueror or Nautilus and try to change
> a directory's permissions to that group with over 70 or so users in it,
> (it may be 80 or 90 users), YOU CAN NOT assign that
> group to have ownership of that directory or any directory.  It will
> revert back to what the ownership was before.  You CAN NOT
> assign the group rights with a chmod either.  
> 
> MANDRAKE 8.2 WILL ALLOW THIS, HOWEVER!
> 
> DOES ANYONE know what I may be missing on Redhat?  This is killing me!
----
This isn't a Red Hat problem - I do this all the time. This is a
configuration problem.

getent group #does it list the groups in /etc/group first and then
             #the groups in LDAP?

chmod problems? are you trying to change the mount? The mount is owned
by whomever made the mount

just to show you that it works on samba...
[EMAIL PROTECTED] samba]# mkdir test
[EMAIL PROTECTED] samba]# chown "Craig White"."Domain Users" test
[EMAIL PROTECTED] samba]# ls -l
total 14
<data snipped for clarity>
drwxr-xr-x    2 Craig White Domain Users     4096 Jan  9 14:13 test
[EMAIL PROTECTED] samba]# grep "Craig White" /etc/passwd
[EMAIL PROTECTED] samba]# grep "Domain Users" /etc/group
[EMAIL PROTECTED] samba]# getent passwd|grep "Craig White"
Craig White:x:1003:1008:System User:/home/users/Craig White:/bin/false
[EMAIL PROTECTED] samba]# getent group|grep "Domain Users"
Domain
Users:x:1008:root,artstation,Administrator,catchalladv,catchallpr,nkelley,kbenedetto,cmullen,cnassa,dgibson,dmitchell,efigg,equijada,jconcors,jgrammond,jwhittle,khageman,lhjerpstedt,lschnebly,mlalone,mmotta,msmith,msparks,mwilliams,pshannon,rcrisman,spainter,scooperman,sstrauss,test,dwaddle

check your /etc/nsswitch.conf

Craig

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to