similar to: Permisson issue - unix permissions ignored

Displaying 20 results from an estimated 10000 matches similar to: "Permisson issue - unix permissions ignored"

2012 Aug 08
1
Permisson Denied ao accces home dir
Hello, I make a samba server + ldap. I create some users and get login in mydomain with success. After login I can't write in paste user.But is denied. #some users created brasil:x:1012:513:Brasil Telhados:/dev/null:/bin/false atleticomg:x:1013:513:Clube Atletico MG:/home/atleticomg:/bin/bash #groups crated informatica:*:1001:atleticomg,natalia,faria
2011 Oct 25
1
access based share enum
Hi, I use Samba 3.6.1 from Sernet on Centos 6. In my smb.conf i have configured. "access based share enum = yes " I also have a share were "valid users = @MYDOMAIN\download" is configured. When a user ( not a member of MYDOMAIN\download) does a "net view \\servername <file:///\\servername> " or is browsing the shares by MS Explorer, this share is
2015 Jun 30
3
Sysvol on GlusterFS?
Hi all, CTDB seems to be needing an underlaying GlusterFS. Would it be possible to declare a second GlusterFS share to host Sysvol data? I have no experience about distributed file systems, so I'm not sure this GlusterFS file system would act as a normal FS (modulo locking process) from Samba point of view when it access to that FS. Then Samba would share this through CIFS these data...
2016 Apr 12
2
Adding Two-Headed Arrow in map legend
Hello Jim, Thanks again. I am getting the two-headed arrow but I cannot seem to get the coordinates right for the arrow to appear beneath the map. These coordinates puts the arrow on the left hand side. Thanks again! Sincerely, Milu On Tue, Apr 12, 2016 at 1:15 PM, Jim Lemon <drjimlemon at gmail.com> wrote: > Hi Milu, > There is a two-headed arrow on the image you sent, and it
2016 Apr 13
0
Adding Two-Headed Arrow in map legend
Hi Milu, My fault here. As I don't have the data to make the map and try out my suggestions I mixed up the x and y coordinates. Try this: par(xpd=TRUE) arrows(-19.75966,53,33.60000,53,code=3) par(xpd=FALSE) Jim On Tue, Apr 12, 2016 at 10:11 PM, Miluji Sb <milujisb at gmail.com> wrote: > Hello Jim, > > Thanks again. I am getting the two-headed arrow but I cannot seem to get
2016 Apr 12
0
Adding Two-Headed Arrow in map legend
Hi Milu, There is a two-headed arrow on the image you sent, and it seems to be where you specified. Did you want it beneath the map, as: par(xpd=TRUE) arrows(-22,54.75,-22,74,code=3) par(xpd=FALSE) Jim On Tue, Apr 12, 2016 at 7:58 PM, Miluji Sb <milujisb at gmail.com> wrote: > Dear Jim, > > Thanks again! I do want the arrows at the bottom (beneath the map). This is > what I am
2019 Nov 11
0
samab touch file on share no permisson allthough file is written
Hallo, I ve a samba problem. I m using a samba server on centos 7. The share ist mounted by windows 7 and a centos client. Everything is working but touch filename on the share shows the message "no permission" allthough the file is written. Has anyone a hint for me? Ralf
2017 Apr 21
4
Domain DFS on new share
Since past the beta-times of samba 4 (and it worked in former times!!) it never worked like this: \\yourdomain\share or \\yourdomain \dfs-share. The only thing working along witch your domain is: \\yourdomain\netlogon. I had another thread open on this case some times ago. Greetings Daniel EDV Daniel Müller Leitung EDV Tropenklinik Paul-Lechler-Krankenhaus Paul-Lechler-Str. 24 72076 Tübingen
2007 Oct 16
8
nfs-ownership
Hi. I have created some zfs-partitions. First I create the home/user-partitions. Beneath that I create additional partitions. Then I have do a chown -R for that user. These partitions are shared using the sharenfs=on. The owner- and group-id is 1009. These partitions are visible as the user assigned above. But when I mount the home/user partition from a FreeBSD-client, only the top-partiton has
2016 Apr 12
2
Adding Two-Headed Arrow in map legend
Dear Jim, Thanks again! I do want the arrows at the bottom (beneath the map). This is what I am doing: # Draw the map eps_europe <- mapCountryData(n, nameColumnToPlot="eps_score", mapTitle="EPS Score - Europe",colourPalette=colourPalette, catMethod="fixedWidth", missingCountryCol = "white", mapRegion="Europe", addLegend=FALSE) # ISO3 codes on
2016 Mar 03
2
Samba 4.2.3, Centos 7 Linux 3.10.0-327.10.1.el7.x86_64, "template homedir" appears to be ignored
When I set "template homedir = /home/%D/%U" in sshd.conf, new logins' home directories are: /home/{username at domain} rather than /home/domain/username Hardcoding the domain (template homedir = /home/domain/%U) also produces the same result. What am I missing?
2016 Apr 11
0
Adding Two-Headed Arrow in map legend
Hi Milu, I just realized that by "the bottom of the map" you may mean "beneath the map", in which case you should use: par(xpd=TRUE) arrows(...) par(xpd=FALSE) Jim On Mon, Apr 11, 2016 at 11:50 PM, Miluji Sb <milujisb at gmail.com> wrote: > Dear David, > > Thank you very much for your replies! I didn't know about par('usr'). > > I get
2011 Apr 11
2
getent passwd strange behavior
Hi, I have a problem with the combo of CentOS 5.5, the latest Samba Packages from Sernet and our Active Directory. Samba Packages installed: samba3-cifsmount-3.5.8-43.el5 samba3-client-3.5.8-43.el5 samba3-3.5.8-43.el5 samba3-utils-3.5.8-43.el5 samba3-winbind-32bit-3.5.8-43.el5 samba3-winbind-3.5.8-43.el5 When I try to get all users or groups via getent command, only local
2013 Aug 15
5
Samba4 + Winbind + PAM Installation/Configuration
Hello, Now that I have my Samba4 DC running great on CentOS6.4 I was wondering if somebody could help understand better how to install and configure Samba4 with winbind and PAM. I used the tutorial here: [http://wiki.samba.org/index.php/Samba4/Winbind](http://wiki.samba.org/index.php/Samba4/Winbind) This got me through to the point where "Using pam_winbind" starts.
2008 May 07
3
use list elements to subtract values from the dataframe
Hi, I have a dataframe wf existing of a header with different labels and beneath the values of those labels : wf: label1 label2 ... 0,45 0,21 0,10 0,45 .... .... I have a list fl <- c("label2","label3",..) Isn't possible to use the list elements in the list in order to subtract values from the dataframe? like : wf$fl[[1]] When I do in R I get :NULL
2014 Apr 04
3
Samba AD - Unix attributes problem
Hi, I've recently started using Samba4 (Sernet binary, 4.0.16 on Centos 6) as PDC. I would like to assign unix attributes using MMC console "Active Directory Users and Computers" however every time I'm trying to do this I get an error "Unable to modify the object property values. Check your credentials. There could be a network problem blahblahblah".. I've
2008 Jun 20
1
OS/X Leopard Server and rsync backups
I'm dithering over this too much, I need some advice. I apologize for the length of this and hope I haven't left out any essential detail. I want to do nightly snapshots of my Leopard server using an rsync script and a filter file to a locally connected firewire drive. The rync command I'm considering is: > rsync -vq -a -x --delete-excluded -A -X --filter=". $FLTR"
2015 Jul 27
4
Samba4 Domain member only usable with ip
Le 27/07/2015 17:02, Rowland Penny a écrit : > On 27/07/15 15:51, zorg wrote: >> Le 27/07/2015 16:16, Rowland Penny a écrit : >>> On 27/07/15 15:13, zorg wrote: >>>> HI, >>>> >>>> I'm using debian jessie >>>> I have followed this instruction >>>> >>>>
2013 Jan 10
2
Samba 4 "Services for UNIX"? [SOLVED]
To get the automount schema to work with the git checkout of samba 4 I had to modify the automount schema files and separate the attributes from the classes. I also discovered that it's required to have the ntSecurityDescriptor , instanceType, and objectCategory attributes. Without these it will crash whenever you try to browse... I did alot of stopping samba, tarring of /usr/local/samba and
2016 Jun 29
4
Authentication problem
Ok, but you changed your hosts file :-p You removed 127.0.1.1 .. .. So now then, whats wrong here... >/etc/resolv.conf points to the dc as a nameserver > >search mydom.lan >nameserver IP.of.my.dc > >/etc/hosts >127.0.0.1 localhost >xxx.xxx.xxx.xxx fs.mydom.lan fs > ># The following lines are desirable for IPv6 capable hosts >::1 localhost ip6-localhost