Łukasz Sznajder
2003-Aug-19 14:43 UTC
[Samba] Samba 3beta3 - Winbind and groups in groups - question
Hi everybody, im new here, and I have problem. Im running samba 3beta3 at gentoo linux. Do anybody know how to resolve something like this: There are three groups in AD group_a, and group_b and group_c Members of group_a are user_0, user_1, user_2 Members of group_b are user_3, user_4, user_5 Members of group_c are user_6 and group_b If i try to do getent group At my linux box i got group_a: user_0,user_1,user_2 group_b: user_3,user_4,user_5 group_c: user_6 Problem is group_c, I think it should be: group_c: user_6,user_3, user_4, user_5 Does anybody know how to force winbind to do somethink like this? Best regards, ?ukasz Sznajder
Gerald (Jerry) Carter
2003-Aug-19 15:29 UTC
[Samba] Samba 3beta3 - Winbind and groups in groups - question
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 19 Aug 2003, [iso-8859-2] ?ukasz Sznajder wrote:> Members of group_a are user_0, user_1, user_2 > Members of group_b are user_3, user_4, user_5 > Members of group_c are user_6 and group_b > > If i try to do > getent group > At my linux box i got > > group_a: user_0,user_1,user_2 > group_b: user_3,user_4,user_5 > group_c: user_6 > > Problem is group_c, I think it should be: > group_c: user_6,user_3, user_4, user_5 > > Does anybody know how to force winbind to do somethink like this?We don't unroll nested groups IIRC. Not on the plate for 3.0. Sorry. cheers, jerry ---------------------------------------------------------------------- Hewlett-Packard ------------------------- http://www.hp.com SAMBA Team ---------------------- http://www.samba.org GnuPG Key ---- http://www.plainjoe.org/gpg_public.asc "You can never go home again, Oatman, but I guess you can shop there." --John Cusack - "Grosse Point Blank" (1997) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: For info see http://quantumlab.net/pine_privacy_guard/ iD8DBQE/QkJyIR7qMdg1EfYRAhXkAKDPNFGwn+Vn2X+EPHpkb1bzISJxjwCbBG4J dDTGivXp5P4VdER6F+FASwQ=Xhiu -----END PGP SIGNATURE-----
Łukasz Sznajder
2003-Aug-19 15:55 UTC
[Samba] Samba 3beta3 - Winbind and groups in groups - question
>We don't unroll nested groups IIRC. Not on the plate for 3.0. Sorry.Ok. It makes my project little harder, but do You know if - can I find something in cvs HEAD? - where I can find any API if I want to try to add it - as dirty but working hack?