search for: my_group

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

Did you mean: m_group
2003 Apr 10
1
Group mapping problem - please help
...this partition with ACL Samba support: - my share is [test_share] - the directory is /mnt/test_dir Shortly: ---- [test_share] path = /mnt/test_dir writeable = yes browsable = yes hide unreadable = yes nt acl support = yes inherit acls = yes inherit permissions = yes valid users = @my_group invalid users = root # ls -ald /mnt/test_dir drwxrws--- 3 root my_group 4096 Apr 10 00:00 /mnt/test_dir ---- I set up the my_group in /etc/group as folows: ---- my_group:x:5000:PDC\user01,PDC\user02,PDC\user03 ---- Then I tried to connect to this share as PDC\user01, but I got an error (I...
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 s,...
2013 Jul 17
3
sudo add user script
...; PASSWD='secret' $SSH -t $USER@$HOST <http://host.jokefire.com/> 'echo $PASSWD | $SUDO -S $CP /etc/sudoers /tmp/sudoers-template' echo $? if [ $? -eq 0 ]; then $SSH -t $USER@$HOST <http://host.jokefire.com/> 'echo $PASSWD | $SUDO -S echo "%my_group ALL=(root) NOPASSWD: /sbin/service, /bin/rm, /usr/bin/du, /bin/df" > /tmp/sudoers.tmp' echo $? if [ $? -eq 0 ]; then $SSH -t $USER@$HOST <http://host.jokefire.com/> "echo $PASSWD | $SUDO -S $CAT /tmp/sudoers.tmp | $TEE -a /tmp/sudoers-template" ec...
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 samba-tool is not > available on member servers which make that workaround not usable in...
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??? Thank you!!! ***********...
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). Now, if a user called "David" belonging to group "users" tried to access "\\READYNAS\SHARE\document.doc" would they have permission? I believe not but am looking for confirmat...
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
...! Cheers 2016-10-05 12:22 GMT+02:00 Rowland Penny via samba <samba at lists.samba.org>: > 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 samba-tool is not > > available on member servers which make...