Displaying 5 results from an estimated 5 matches for "administrator_group".
2019 Nov 15
2
Some issues for Samba 4.10.7 on ZFS 0.8.1
...le which has ntfs data streams :Zone.Identifier:$DATA
can't upload to share folder successfully and it will pop up the error
message "The file is too large for the destination file system".
My share conf is below:
[myfolder]
path = /test/myfolder
write list = "admin" "@Administrator_Group" "root"
invalid users =
valid users = "admin" "@Administrator_Group" "root"
browsable = Yes
public = Yes
force directory mode = 0777
directory mode = 0777
force create mode = 0777
create mask = 0777
inherit acls = Yes
map acl inherit = Yes
acl_xattr:igno...
2020 Jun 05
3
It seems to have bug for @group to set in valid or invalid conf
...ug for using @group in valid
or invalid conf (?). And i can't find fixed patch in later release. I
describe this issue detail below:
1. Firstly, there is my samba conf below (Add @d_group in "invalid users"):
(smb_share.conf)
[f1]
path = /home/f1
write list = "admin" "@Administrator_Group" "@User_Group" "root"
invalid users = "guest" "@d_group"
valid users = "admin" "@Administrator_Group" "@User_Group" "root"
browsable = Yes
public = Yes
force directory mode = 0777
directory mode = 0777
force create...
2020 Jun 13
0
It seems to have bug for @group to set in valid or invalid conf
...valid conf (?). And i can't find fixed patch in later release. I
> describe this issue detail below:
>
> 1. Firstly, there is my samba conf below (Add @d_group in "invalid users"):
> (smb_share.conf)
> [f1]
> path = /home/f1
> write list = "admin" "@Administrator_Group" "@User_Group" "root"
> invalid users = "guest" "@d_group"
> valid users = "admin" "@Administrator_Group" "@User_Group" "root"
> browsable = Yes
> public = Yes
> force directory mode = 0777
> dire...
2019 Nov 05
0
Got unexpected error occurred (error code -50) when using Mac OS X 10.12.6 access samba 4.10.7
...4.10.7) share
folder and upload a folder which has few files then i got an unexpected
error (error code -50). Did anyone know what happened ? or what should i do
on my configuration?
My share conf is below:
[myfolder]
path = /tmpfs/mnt/pool/Pool_42442/v1/v1-f-1
write list = "admin" "@Administrator_Group" "root"
invalid users =
valid users = "admin" "@Administrator_Group" "root"
browsable = Yes
public = Yes
force directory mode = 0777
directory mode = 0777
force create mode = 0777
create mask = 0777
inherit acls = Yes
map acl inherit = Yes
acl_xattr:igno...
2014 Mar 21
3
Local account login failed when samba join to LDAP
...ckend = ldapsam:ldap://192.168.8.143
ldap admin dn = cn=admin, dc=ff,dc=com
ldap suffix = dc=ff,dc=com
domain logons = yes
ldap ssl = off
ldap passwd sync = yes
ldap group suffix = ou=Groups
ldap user suffix = ou=Users
ldap machine suffix = ou=Machines
ldap delete dn = yes
nslcd.conf
uid admin
gid Administrator_Group
uri ldap://192.168.8.143
base dc=ff,dc=com
/etc/nssswitch.conf
passwd: files ldap
group: files ldap
shadow: files ldap
/etc/pam.d/samba
auth sufficient /usr/lib/security/pam_ldap.so
auth sufficient /usr/lib/security/pam_unix.so
account sufficient /usr/lib/security/pam_ldap.s...