Displaying 4 results from an estimated 4 matches for "w2k3test".
2007 Oct 30
0
Problem with ACLs "Too many ACE entries for file to convert to posix perms."
...NOTE: Whenever you modify this file you should run
the command "testparm"
# to check that you have not made any basic syntactic errors.
#
#======================= Global Settings
=====================================
[global]
# workgroup = NT-Domain-Name or Workgroup-Name
workgroup = W2K3TEST
realm = W2K3TEST.LOCAL
preferred master = no
server string = croesus running samba
security = ADS
encrypt passwords = yes
winbind separator = +
winbind use default domain = no
winbind enum users = no
winbind enum groups = no
idmap uid = 10000-20000
idmap gid = 10000...
2007 Nov 01
0
File permissions issue: different behavior between samba and unix
...wnership:
bash-3.00# ls -ld afiles
drwxrws---+ 2 root root 512 Nov 1 10:21 afiles
bash-3.00# getfacl afiles
# file: afiles
# owner: root
# group: root
user::rwx
user:afile:rwx #effective:rwx
group::rwx #effective:rwx
group:afile:rwx #effective:rwx
group:W2K3TEST+areaders:r-x #effective:r-x
group:W2K3TEST+awriters:rwx #effective:rwx
group:W2K3TEST+admins:rwx #effective:rwx
mask:rwx
other:---
default:user::rwx
default:group::rwx
default:group:W2K3TEST+areaders:r-x
default:group:W2K3TEST+awriters:rwx
default:group:W2K3TES...
2007 Oct 17
6
Can't see or change ACLs on Windows
I have samba server joined to a domain that I'm trying to use ads
security and acls on. I can set acls on the Unix file system, and
access from a windows client seems to honor them. I can't view the acls
under the security tab, all I see are the standard Unix permissions
instead. If I try to add an entry to the acl, I get an access denied
error, even if the user is on the list of admin
2007 Oct 16
0
Can't set ACLs on mounted share from windows
...users in the share config. I'm starting
to run out of ideas here to be honest. Running at log level 2, I don't
see anything in the logs when I try to add a new user or group to the
ACL. Any thoughts please?
~Eric
the relevant sections of the smb.conf file:
[global]
workgroup = W2K3TEST
realm = W2K3TEST.LOCAL
server string = croesus running samba
security = ADS
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = /etc/printcap
preferred master =...