[Samba] Re: Groups with Samba domain controler or domain member

2003-02-20 Thread bgforum2002


Update again:
glibc-2.3.1-46 _did_ break alot of things.  I
downgraded back to the one that came on the RedHat 8.0
CD.

You could downgrade to RedHat 7.3 (run up2date!) to
fix this problem, or work around it as I described.  I
hadn't tested that workaround, so your only option
could be going back to 7.3.


Well, I tried to change the ownership to the numeric gid, it worked, but 
afterwards it doesn't show the group name, only the gid. So I'm not sure 
it is actually working. However, it is not so important for me by now, I 
will leave it as is by now; it would be more pain to mess wth glibc, 
than create some additional groups:)

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Groups with Samba domain controler or domain member

2003-02-19 Thread Chris de Vidal
--- Chris de Vidal <[EMAIL PROTECTED]> wrote:
> --- [EMAIL PROTECTED] wrote:
> > >Are you using RedHat 8.0?  It's also broken on my
> > >RedHat 8.0 workstation; I think it's because
> there
> > are
> > >so many members of that group and some broken
> > library
> > >in 8.0 can't handle long group memberships.  It's
> > >working perfectly on all of my 7.3 servers.
> > >
> > >A _possible_ workaround is:
> > >getent group | grep 'Domain Users'
> > >(find out what the group id is.  On my system,
> it's
> > >1).
> > >chgrp 1 -R some_directory
> > >
> > >I can't test it, it's just a thought.  I'm
> waiting
> > >anxiously for RedHat 8.1, but I'm also
> considering
> > >moving my workstation to Debian.
> > >
> > Well it is Redhat 8.0. So may be it is specific
> > Redhat problem, but not 
> > so important for me by now; however it is good if
> > you know everithing 
> > works as it should work.
> 
> Update: The bug has been fixed in RedHat Rawhide
> (8.1
> beta).  I downloaded glibc-2.3.1-46 and it worked
> for
> me, but it might not work for you, or worse, crash
> hard.  Use at your own risk.

Update again:
glibc-2.3.1-46 _did_ break alot of things.  I
downgraded back to the one that came on the RedHat 8.0
CD.

You could downgrade to RedHat 7.3 (run up2date!) to
fix this problem, or work around it as I described.  I
hadn't tested that workaround, so your only option
could be going back to 7.3.

Good luck,
/dev/idal

__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] Re: Groups with Samba domain controler or domain member

2003-02-19 Thread Chris de Vidal
--- [EMAIL PROTECTED] wrote:
> >Are you using RedHat 8.0?  It's also broken on my
> >RedHat 8.0 workstation; I think it's because there
> are
> >so many members of that group and some broken
> library
> >in 8.0 can't handle long group memberships.  It's
> >working perfectly on all of my 7.3 servers.
> >
> >A _possible_ workaround is:
> >getent group | grep 'Domain Users'
> >(find out what the group id is.  On my system, it's
> >1).
> >chgrp 1 -R some_directory
> >
> >I can't test it, it's just a thought.  I'm waiting
> >anxiously for RedHat 8.1, but I'm also considering
> >moving my workstation to Debian.
> >
> Well it is Redhat 8.0. So may be it is specific
> Redhat problem, but not 
> so important for me by now; however it is good if
> you know everithing 
> works as it should work.

Update: The bug has been fixed in RedHat Rawhide (8.1
beta).  I downloaded glibc-2.3.1-46 and it worked for
me, but it might not work for you, or worse, crash
hard.  Use at your own risk.

/dev/idal

__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] Re: Groups with Samba domain controler or domain member

2003-02-19 Thread bgforum2002


Are you using RedHat 8.0?  It's also broken on my
RedHat 8.0 workstation; I think it's because there are
so many members of that group and some broken library
in 8.0 can't handle long group memberships.  It's
working perfectly on all of my 7.3 servers.

A _possible_ workaround is:
getent group | grep 'Domain Users'
(find out what the group id is.  On my system, it's
1).
chgrp 1 -R some_directory

I can't test it, it's just a thought.  I'm waiting
anxiously for RedHat 8.1, but I'm also considering
moving my workstation to Debian.


Well it is Redhat 8.0. So may be it is specific Redhat problem, but not 
so important for me by now; however it is good if you know everithing 
works as it should work.

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Groups with Samba domain controler or domain member

2003-02-18 Thread Chris de Vidal
--- [EMAIL PROTECTED] wrote:
> >chgrp 'Domain Admins' some_file.txt
> >
> 
> I tried that; it works with Domain Admins and every
> custom created 
> group, but not with the built-in groups like Domain
> Users. What could be 
> the reason? 

Are you using RedHat 8.0?  It's also broken on my
RedHat 8.0 workstation; I think it's because there are
so many members of that group and some broken library
in 8.0 can't handle long group memberships.  It's
working perfectly on all of my 7.3 servers.

A _possible_ workaround is:
getent group | grep 'Domain Users'
(find out what the group id is.  On my system, it's
1).
chgrp 1 -R some_directory

I can't test it, it's just a thought.  I'm waiting
anxiously for RedHat 8.1, but I'm also considering
moving my workstation to Debian.

Good luck,
/dev/idal

/dev/idal

__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] Re: Groups with Samba domain controler or domain member

2003-02-18 Thread bgforum2002


	Besides how to overcome the issue with permissions using group
names with spaces, what other kind of information do you need to know
about groups? 

Well, is it possible to map some NT group to Unix (except Domain Admins 
and Guests)? I need at least the Domain Users group, since I had set up 
a lot of permissions on users workstations using that group to make some 
programs work as ordinary user (One example is Word 97 on Windows 2000 - 
it behaves quite badly if you don't play with some regystry 
permissions). Should I wait for the next release of Samba or there is 
some workaround to make this working with the current stable release?


__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Groups with Samba domain controler or domain member

2003-02-18 Thread bgforum2002


chgrp 'Domain Admins' some_file.txt



I tried that; it works with Domain Admins and every custom created 
group, but not with the built-in groups like Domain Users. What could be 
the reason? 

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] Re: Groups with Samba domain controler or domain member

2003-02-17 Thread Robert Adkins II
Besides how to overcome the issue with permissions using group
names with spaces, what other kind of information do you need to know
about groups? 

Regards,
Robert Adkins II
IT Manager/Buyer
Impel Industries, Inc.
586-254-5800


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of
Chris de Vidal
Sent: Monday, February 17, 2003 12:14 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: [Samba] Re: Groups with Samba domain controler or domain member

--- [EMAIL PROTECTED] wrote:
> Does anybody know more about groups? I am
> considering switching from NT 
> to Samba domain and have made some test.
> Unfortunately I need to make 
> two additional groups, except Domain Admin (one of
> them is Domain 
> Users). Is it possible to make that with the stable
> version of Samba? 
> And another, but not so important (for now)
> question. Currently I have a 
> Samba server, providing files and printers as a part
> of NT domain. It 
> has winbind running, and I can list all NT rous and
> users in the samba 
> box. However, manipulating group ownership on files
> works only with 
> groups that don't have spaces in their names. Does
> anybody know how to 
> overcome this?

chgrp 'Domain Admins' some_file.txt

Good luck,
/dev/idal

__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


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



[Samba] Re: Groups with Samba domain controler or domain member

2003-02-17 Thread Chris de Vidal
--- Jim Wharton <[EMAIL PROTECTED]> wrote:
> It appears to me that there are only two groups
> these days... Domain Admins
> and Domain Users. I did remember that countless
> groups could be added and
> mapped to Unix groups. Is this still possible
> without downgrading to <
> samba-2.2?

Sorry, I don't know.  I see all of my NT groups with
getent group in Samba 2.2.7a.

Anyone else know?
/dev/idal

__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] Re: Groups with Samba domain controler or domain member

2003-02-17 Thread Chris de Vidal
--- [EMAIL PROTECTED] wrote:
> Does anybody know more about groups? I am
> considering switching from NT 
> to Samba domain and have made some test.
> Unfortunately I need to make 
> two additional groups, except Domain Admin (one of
> them is Domain 
> Users). Is it possible to make that with the stable
> version of Samba? 
> And another, but not so important (for now)
> question. Currently I have a 
> Samba server, providing files and printers as a part
> of NT domain. It 
> has winbind running, and I can list all NT rous and
> users in the samba 
> box. However, manipulating group ownership on files
> works only with 
> groups that don't have spaces in their names. Does
> anybody know how to 
> overcome this?

chgrp 'Domain Admins' some_file.txt

Good luck,
/dev/idal

__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba