search for: groupnames

Displaying 20 results from an estimated 437 matches for "groupnames".

Did you mean: groupname
2014 Feb 08
4
force group does not work
Hi I set up a samba 4.1.4 server on the latest FreeBSD RELEASE 10. Unfortunately it doesn't seem to consider the option force group. After hours ofresearch I couldn't figure out what I'm still missing. unix extensions is set to no. Setting the debug level up to 10 also didn't help ;( Is this a bug or is there simply a mistake in my setup? When *valid users = @Groupname* is
2009 Jun 02
2
formal argument "envir" matched by multiple actual arguments
Hi list, This looks similar to the problem reported here https://stat.ethz.ch/pipermail/r-devel/2006-April/037199.html by Henrik Bengtsson a long time ago. It is very sporadic and non-reproducible. Henrik, do you remember if your code was using reg.finalizer()? I tend to suspect it but I'm not sure. I've been hunting this bug for months but today, and we the help of other Bioconductor
2016 Jul 21
2
warnings samba 4 migration
Hi, During samba 3 migration to samba 4, we receive some errors: /local/bin# samba-tool domain classicupgrade --dbdir=/local/var/dbdir/ --use-xattrs=yes --realm=domain.com --dns-backend=BIND9_DLZ /local/var//smb.PDC.conf --option="interfaces=lo eth0" --option="bind interfaces only=yes" Reading smb.conf Unknown parameter encountered: "share modes" Ignoring unknown
2012 Dec 20
1
Changing administrator password after Samba4 classic upgrade
I used to upgrade samba3 to samba4 with almost successful with one problem, administrator can't access. As administrator, by default it is the only user account that is given full control over the system. My query is how to change the administrator password? we have one account which can join to the samba 4 AD based on the migrated data but the problem can't change the administrator or
2002 Jun 14
1
groupname gid with blank char in file /etc/fstab
Hi ! toto is a win2k domain user member of group 'Domain Users'. I've added the following line to my /etc/fstab file for the win2k share to be mounted at system boot: //DERVER/SHARE /mnt/smb smbfs credentials=/home/toto/.smbpw,uid=toto, gid='Domain users',fmask=664,dmask=775 0 0 But the mount command failed with error: | [mntent]: line 9 in /etc/fstab is bad
2003 Jan 20
1
How do I enable groupname map functionality?
I can see code in Samba 2.2.7a in source/smbd/groupname.c to do "groupname map" functionality. I see #ifdef USING_GROUPNAME_MAP but I don't see any option to configure to enable this. Is this feature available or is it still under development. -- Eric M. Boehm /"\ ASCII Ribbon Campaign boehm@nortelnetworks.com \ / No HTML or RTF in mail
2006 Sep 03
1
Unexpected source() behavior in R-devel
Why am I seeing the following in R-devel (sept 2, 2006 build) on opensuse 10.1? I'm sure it is something simple I am missing, but I just don't see it (output below). Thanks, Sean > readLines(url("http://www.bioconductor.org/biocLite.R")) [1] "source(\"http://bioconductor.org/getBioC.R\")" [2] ""
2011 Dec 30
4
Need help in writing a shell/bash script
Hi Friends, I am trying to write a shell script which can merge the 2 columns into 3rd one on Centos 5. The file is very long around 31200 rows having around 1370 unique groups and around 12000 unique user-names. The 1st column is the groupname and then 2nd column is the user-name. 1st Column (Groupname) 2nd Column (username) admin ankush
2005 Dec 30
2
Why are dots in username & groupname no longer allowed?
For some strange reason I am no longer able to create groupnames or usernames (with useradd and groupadd) that contain a dot. Uptill now it was possible to create user&groupnames like c.smith but now I get these errors: [root at server etc]# useradd c.smith useradd: invalid user name 'c.smith' [root at server1 etc]# groupadd c.smith groupadd: c....
2010 Jan 12
2
directory permissions
Hi, I have changed directory ownership permissions recursively such that it is owned by username:groupname , where groupname is not the default group, i.e., username. However, when a user creates a new file the default permissions are again username:username. How can I give ownership permissions on a particular directory so that any files created in that directory will always have specifc
2013 Jul 08
1
samba4 - error during classicupgrade
Hi all, I have a problem during classic-upgrade : Importing groups Group already exists sid=S-1-5-21-4023731279-819928261-1073345436-512, groupname=Domain Admins existing_groupname=Domain Admins, Ignoring. Group already exists sid=S-1-5-21-4023731279-819928261-1073345436-514, groupname=Domain Guest existing_groupname=Domain Guests, Ignoring. Group already exists
2017 Oct 30
5
Listing AD group members
Hi, Ive been trying to work out how to get wbinfo to list members of a specific AD group, rather than list groups a specific user is in. So far I have had no luck... In fact im not sure its possible with wbinfo. Is there another tool which could do this? James -- Sent using Dekko from my Ubuntu device
2012 Dec 13
1
Checking data migration from samba3 to samba4
How do we check the data from Samba4 that the data from Samba3 successfully migrated? I dunno if it successfully migrated coz got these (last part): [root at gaara LiveData]# /usr/local/samba/bin/samba-tool domain classicupgrade --dbdir=/srv/LiveData/var_lib_samba/samba --use-xattrs=yes --realm=kazekage.sura.sandbox.local --dns-backend=SAMBA_INTERNAL /srv/smb.conf Once the above files are
2011 May 09
2
[LLVMdev] How does Timer work?
I slightly modified the Kaleidoscope example to print the timing data using the NamedRegionTimer as below: // Run the main "interpreter loop" now. { const char *GroupName = "MainLoop"; NamedRegionTimer T("Kaleidoscope", GroupName, true); MainLoop(); } My assumption was that when T goes out of scope, it will emit the data on the command line. But I see
2006 Jun 26
0
Lighttpd: username and groupname don''t take effect
Hello, In my lighttpd.conf I''ve got: server.username = "www" server.groupname = "www" I fire up Lighty in production mode as root: script/server When I print ENV["USER"] in Rails it incorrectly prints root instead of www. Can someone please shed some light on this for me? Thanks, DOug -- Posted via http://www.ruby-forum.com/.
2005 Sep 20
1
Group names matching user names
We're configuring Windows Server 2003 against Samba with an LDAP backend. Things are mostly working. On the UNIX end, all users have, as their primary group, a groupname matching their login id. So, username "china" has groupname "china" as the primary group. I tried creating a local user on the Windows Server 2003 box and a groupname equivalent to the username but it
2006 Aug 04
2
valid users problem with 3.0.23a
Hello, I'm trying out 3.023a on a devt server and I ran into an odd problem. The server is a domain member in an AD mixed mode setup. I am now unable to connect to the server and I have isolated the problem to the valid users entry. My parameter looks like: valid users = @DOMAIN+"groupname with spaces" I've verified that the account I am using is a member of the
2003 Dec 12
2
Question about groups in ldap
Hi I have serveral questions about groups in ldap. Is it possible to use different groups with the same well known SID or is a well known SID only allowed once? Is it allowed to uses spaces in groupnames, e.g. "domain admins"? Afaik groups with spaces are not posix conform. In Samba-Developers-Guide.pdf included with samba 3.0 page 72f. In the document well known groups have special names starting with DOMAIN_. Can Windows clients recognize these names and translate them into localized g...
2020 Apr 02
2
Unable to "show" a group using samba-tool
On 2020-04-01 05:51, Rowland penny via samba wrote: > On 01/04/2020 09:23, Rowland penny via samba wrote: >> On 01/04/2020 08:23, Rowland penny via samba wrote: >> On 31/03/2020 >> 22:48, David Kowis via samba wrote: >>> Howdy! >>> >>>> I'm setting up a domain controller, and things are going >>> >>>> wonderfully, but
2004 Jun 30
2
hosts allow and partial subnet
dear list members how can i restrict access to samba with the "hosts allow" configuration for only part of a subnet without having to list all the individual ip-numbers? e.g. we have the subnet 123.123.123.1 - 123.123.123.512 and i would like that only the hosts with the ip numbers between 123.123.123.237-123.123.123.319 have access. how can i do this? all hostnames have the