search for: my_groups

Displaying 9 results from an estimated 9 matches for "my_groups".

Did you mean: my_group
2003 Apr 10
1
Group mapping problem - please help
Hi. I'm using Samba 2.2.7a-security-rollup-fix (RH-9.0) as member of WinNT4 domain. I joined samba to the domain. I configured the winbind daemon and nsswitch switch to map NT users to unix users. Then I set ACL support on an ext3 partition and share the mount point of this partition with ACL Samba support: - my share is [test_share] - the directory is /mnt/test_dir Shortly: ----
2005 Aug 08
0
trouble using variables with included contexts
I'm trying to set a variable in one context and use it in another: [c1] MY_GROUP = SIP/200&SIP/201 [c2] include c1 exten s,1,NoOp(${MY_GROUP}) The noop prints out a blank string. In [c1], I've tried exten s,1,SetVar(MY_GROUP=SIP/200&SIP/201) and exten s,1,SetVar(_MY_GROUP=SIP/200&SIP/201) and exten s,1,SetVar(__MY_GROUP=SIP/200&SIP/201) and exten
2013 Jul 17
3
sudo add user script
Hello list, I took another stab at finding a way to add a sudo user remotely and it gets you most of the way there. If you execute the script as root it works beautifully and does just what you want. Which is add the user to the group and gives that user group rights to certain commands. But if you execute it as a user who only has sudo access to the /etc/sudoers file it errors out. cloud:~]
2016 Oct 05
2
getent group [groupname] do not show users
On Wed, 5 Oct 2016 12:04:53 +0200 mathias dufresne via samba <samba at lists.samba.org> wrote: > I just tested on some DC running also 4.4.5 and "getent group > my_group" does not show groups content. > > I read here > http://serverfault.com/questions/625416/samba-4-group-members-not-shown-in-getent-group > a proposal to use samba-tool as a replacement but
2016 Oct 05
2
getent group [groupname] do not show users
Hi all, With Samba 4.4.5, on member servers (I did not tried yet on DCs), using "getent group" with or without specifying a group name groups are shown but they are shown as empty groups, no user name is displayed. Is there a way to make them displayed? Cheers, Mathias
2002 Sep 16
1
Samba in 2 NT domains
Hello, Could I work in 2 NT domains? I have 2 NT domains and 1 Linux server. Now I set my smb.conf as: workgroup = MY_Group security = server password server = Name_Server This configuration allow to work with 1 NT domain. I can entry to my Linux home automatically because samba uses security server option. But I have another NT domain that I want to use with samba. Could I do this?? How???
2011 Nov 26
2
Samba Permissions vs Linux Permissions
Hi, I understand that Linux permissions override Samba permissions. But is it also the case that the Samba permissions override the Linux permissions? Example: I have a samba share called "SHARE". This is disabled by default and is configured for write access by group "MY_GROUP". The permissions of all files and folders within /c/SHARE are 777 (rwxrwxrwx).
2008 Sep 16
2
Setting user colors in barchart
...ce package. I read the ?barchart help page and searched the R archives but could not understand how to do it. I just need to plot a barchart using specific colors for my groups, e.g. green and red instead of the default lattice colors. How do I do that? If I say: barchart(x ~ a_factor, groups=my_groups, data=my_data, col=c('green', 'red'), auto.key=TRUE) then my barplot has the correct colors, but the legend does not. What is the correct approach to set colors in barchart? Thanks Alex [[alternative HTML version deleted]]
2016 Oct 05
0
getent group [groupname] do not show users
Hum, that's strange: smbfs20:~# getent group Domain\ Users domain users:x:3100035: So no users displayed. smbfsXY are my test file servers, so members only. Regarding usage of samba-tool on members for now it not possible as package containing that tool is not installed on members. For now this stands as a choice: samba-tool is very powerful and I'm not too fond to deploy on machines