This is a discussion on [Samba] Add winbind user to local unix group? within the Samba forums, part of the Networking and Network Related category; I wan't to add some winbind authorized domain users to the local unix group "uucp" to give ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I wan't to add some winbind authorized domain users to the local unix
group "uucp" to give them access to some test equipment connected to serial ports (e.g. using minicom). I tried to add their UIDs (10000...) to the uucp item in /etc/group, but this does not seem to work. "id -G" reports just the group memberships from the domain. What's the right way to configure this? The local machine is running openSUSE 11.0, is not a DC and does not run a local samba server. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Sledz, Steffen wrote: > I wan't to add some winbind authorized domain users to the local unix > group "uucp" to give them access to some test equipment connected to > serial ports (e.g. using minicom). I tried to add their UIDs > (10000...) to the uucp item in /etc/group, but this does not seem to > work. "id -G" reports just the group memberships from the domain. > What's the right way to configure this? > > The local machine is running openSUSE 11.0, is not a DC and does not > run a local samba server. Just add DOMAIN\user to /etc/group. cheers, jerry - -- ================================================== =================== Samba ------- http://www.samba.org Likewise Software --------- http://www.likewisesoftware.com "What man is a man who does not make the world better?" --Balian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIsqpmIR7qMdg1EfYRAiMqAKC4omYOmbq2w1oNFc7UzC 79NlOunACdGJJw 1L49Ck04NnnFMMfPLvJn/6k= =jJ7n -----END PGP SIGNATURE----- -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
> Just add DOMAIN\user to /etc/group.
It was a bit tricky but now it works. Because we use winbind use default domain = Yes it was necessary to add just user (not DOMAIN\user) to /etc/group. Thnx -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |