similar to: samba/active directory permissions

Displaying 20 results from an estimated 50000 matches similar to: "samba/active directory permissions"

2012 May 25
1
Force permissions by directory
Is there a way to force file permissions by directory (and subdirectories under it)? For example, the user's default umask value is 022 but I want it to be 002 in certain directories. -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER!
2003 Nov 24
1
R-1.8.0 package directory permissions?
Hello, I maintain a self-made R package under my own home directory "~/.R/library" on our university computer net (SunOS 5.8 system). After updating R to 1.8.0, I found other people cannot access my package any more. They got this error message: Error in library(tb, lib.loc = "/home/fs.hpc/43/zhengp1/.R/library") : This is not a valid package -- no DESCRIPTION exists I set
2007 Aug 07
1
rsync permissions and directory issues
Hi all, I'm running the following rsync job via cron: rsync --recursive --compress --human-readable --progress --update --perms --chmod=a-w -e "ssh -i /rsync-key" user@host:/source_dir/ /target_dir rsync: failed to set permissions on "/target_dir/.": Operation not permitted (1) rsync: failed to modify permissions on "/target_dir/.": Operation not permitted (1)
2011 Mar 17
4
Shared directory contained within another shared directory
Hello, I have Samba server running version 3.0.33-3.29.el5_5.1. The Samba server is a member server of a Windows 2003 domain. Winbind provides authentication. We have a physical directory named hr that is shared as "hr" and is accessible to the HR department. A subdirectory of the hr directory named hrshared is shared as "hrshared" and should be accessible to specific users
2004 Dec 24
1
Replacement of a windows 2000 PDC with active directory by samba/LDAP
Hi I'm currently working on a project aiming at replacing all windows servers (about 20) in my company by linux servers. Some of these windows servers are windows 2000 domain controlers (one PDC and few BDCs) with active directory. We have about 900 client windows 2000 workstations and about 2/3 of them are domain members. Our goal is to replace the windows servers that are domain controlers
2009 Nov 16
1
dovecot ignoring folder permissions on directory creation
Ubuntu 8.04lts Dovecot 1.2.6 So, further to the 'deliver' problem posted yesterday I've also discovered another issue regarding permissions: files and directories are being created 0600/0700 by the IMAP and deliver process (depending on who gets there first!) preventing use of shared mailboxes. According to documentation: "When creating a new mailbox, Dovecot v1.2+ copies the
2004 Sep 03
4
NTFS-type directory permissions
I apologize if this is an easy question. I am a samba newbie and the answer was not really clear to me from reading chpt 12 of the documentation. We recently moved from a Windows 2000 file server to a Samba(3.0.4) file server running on Solaris. We have about 20 top-level directories with lots of subdirectories. Right now, we have the security setup so that people can only get to the top-level
2003 Mar 19
0
Parent directory permissions changed when transferring contents.
I have a script that checks files out of PVCS into a temp directory (possibly with nested directories) and copies the contents of the temp directory to multiple servers. I want to retain the permissions on the individual files (which are retained in source control) but leave the permissions on the destination directories as they are. The temp directory and it's subdirectories get the default
2001 Oct 16
0
Directory access permissions
I think what fredrico says is good advice. I have one more suggestion. Make the users primary group the same, if possible. So if you have user: Bob #groups bob (output is:) bob : bob accounting This is not ideal, because any file made by him will have the group bob. if you do this # usermod -g accounting bob # groups bob bob : accounting Bob doesn't really need to be a member of group
2009 Jul 03
0
confused about directory permissions for profdata
This week I migrated out main server from Fedora 8 to Fedora 11. It has been a stressful time, but things are mostly working. Samba and LDAP weren't really a problem, but I've beat down the list of problems to something Samba related. (For the benefit of anyone else going this route, the biggest problem by far was iptables. Maybe we had it turned off under FC8, but I suspect
2020 Aug 22
0
Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
Hi Andrew, Hi Rowland, I just spent close to one hour debugging this with one OpenShift specialist from RedHat. What we figured was: 1) both of my configs work (auth and group-sync) and are in fact correct. 2) OCP group sync does not sync the groups that have no explicit 'member' Attribute or groups that are 'default' groups (E.g: 'Domain Users') where membership is
2009 Aug 03
0
sub-directory permissions and active directory group membership
I'm not sure where the problem is, but security group membership and access to sub-directories is giving me fits. Take 2 unique security groups as example, group1 and group2. If within my top level share there is a directory labeled marketing and a second directory labeled legal, where group1 and group2 are assigned to marketing and legal respectively, then the group1 members should not
2004 Jun 03
0
Problems regarding permissions for active directory users.
Hi, I managed to get Samba 3.0.4 running on FreeBSD together with Heimdal Kerberos and winbind to authenticate users against our active directory. As a Windows XP client access the shares, their username and group is successfully checked (I know this from smbstatus), but I cant seem to be able to set the permissions right. For example, for a public share, I want the group Domain Users
2003 Jul 01
0
Active Directory Domain Name with a . causes the guest permissions to fail
Hi All, Got a perfectly working samba 2.2.7 which has guest enabled on the printers so people that visit can plug in and print without having to create accounts etc. this works fine no matter who i log in as and comes up as guest under smbstatus. however, i've had two visitors come across that have been part of a Win2k Active Directory domain or whatever that have access denied when i try
2014 Dec 26
0
Use Samba with ACL for read Active Directory and set Permissions via it.
Jason Long wrote: > Hello Folks. > How are you? > > I joined my CentOS into Windows Domain and I want to give Permission to files and Directory via Active Directory. When I use "getent passwd" and "getent group", I can see All AD users and Groups. I use below command to give Permission to a Folder via ACL : > > setfacl -m g:"jasondomain\jason-rw":rwx
2014 Dec 26
1
Use Samba with ACL for read Active Directory and set Permissions via it.
I use this script to create folders for users #!/bin/bash if [ ! -e /data/homes/$1/$2 ]; then /usr/bin/mkdir -p /data/homes/$1/$2 /usr/bin/chown "$2":"Domain Users" /data/homes/$1/$2 /usr/bin/chmod g+s /data/homes/$1/$2 /usr/bin/chmod 770 /data/homes/$1/$2 /usr/bin/setfacl -m g:"domain admins":rwx /data/homes/$1/$2
2014 Dec 28
0
Use Samba with ACL for read Active Directory and set Permissions via it.
On 28/12/14 15:48, Jason Long wrote: > Thank you so much. > Thus I must change "idmap config JASONDOMAIN.JJ:backend = ad " to "idmap config JASONDOMAIN:backend = ad". > How about Workgroup? is must change "JASONDOMAIN" too? > About your question I must say that I Test this share via Linux too and Windows and Linux has same problem. > > About
2015 Jan 06
2
Use Samba with ACL for read Active Directory and set Permissions via it.
Is it dangerous ? On Monday, January 5, 2015 10:46 AM, Jeremy Allison <jra at samba.org> wrote: On Sat, Jan 03, 2015 at 03:08:49PM +0000, Jason Long wrote: > Thank you. > I used below videos for join my Linux Box to Windows domain : > > http://www.youtube.com/watch?v=Y3TFPDT9uic > > Please look at this video and I used instructions in it and LikeWiseOpen tool.
2015 Nov 18
1
Setup share permissions
Hello all, I build following test environment, two Sernet Samba 4.2.5-8 DC with --use-rfc2307 on Debian Jessie with BIND9_DLZ as DNS backend, two Member server same sernet packages : member1 acting like Print Server and member2 - File Server. DC1 conf: # Global parameters [global] workgroup = COMAC realm = COMAC.CMBG.BG netbios name = DC1 interfaces = lo
2007 Mar 01
2
subdirectories with different permissions
Several users keep asking for a similar setup, and I'm wondering if there's a way to achieve it with a single samba share. They'll ask for a single share drive the has multiple subdirectories with each subdirectory having different permissions based on groups. So say you have a share called COLOURS and inside that share are three subdirectories, RED, GREEN and BLUE. Group1