Displaying 10 results from an estimated 10 matches for "test_share".
2010 Nov 30
0
Samba 3.5.6 valid users +wheel not working
Hi,
I have a fairly simple setup in samba authing users against AD (windows
2008 r2). I have two shares, "homes" and "test_share"
I have found that even though I (glynnk) am a member of "wheel" I can
not get into the "test_share" witch has "valid users = +wheel" although
I can get into my "homes" share.
Trying to access "test_share" just keeps prompting me for a passwo...
2003 Apr 10
1
Group mapping problem - please help
...a-security-rollup-fix (RH-9.0) as member of WinNT4
domain. I joined samba to the domain. I configured the winbind daemon and
nsswitch switch to map NT users to unix users.
Then I set ACL support on an ext3 partition and share the mount point of
this partition with ACL Samba support:
- my share is [test_share]
- the directory is /mnt/test_dir
Shortly:
----
[test_share]
path = /mnt/test_dir
writeable = yes
browsable = yes
hide unreadable = yes
nt acl support = yes
inherit acls = yes
inherit permissions = yes
valid users = @my_group
invalid users = root
# ls -ald /mnt/test_dir
drwxrw...
2019 Dec 10
2
unix_primary_group=yes together with vfs objects=acl_xattr not working
...anonymous = 2
? domain master = no
? local master = no
? preferred master = no
? os level = 0
? server min protocol = SMB2
? vfs objects = acl_xattr
? map acl inherit = yes
? store dos attributes = yes
? access based share enum = yes
? server signing = mandatory
? smb encrypt = desired
[test_share]
?????? path= /data/test_share
?????? read only = No
?????? create mask = 0660
?????? directory mask = 0770
?????? valid users =test_user
I use the Windows Server AD as backend and set the GID in the
ActiveDirectory UNIX-Attributes of the user.
On the Linux Samba server I have a group with...
2019 Dec 10
1
unix_primary_group=yes together with vfs objects=acl_xattr not working
...>> ? os level = 0
>> ? server min protocol = SMB2
>> ? vfs objects = acl_xattr
>> ? map acl inherit = yes
>> ? store dos attributes = yes
>> ? access based share enum = yes
>> ? server signing = mandatory
>> ? smb encrypt = desired
>>
>> [test_share]
>> ?????? path= /data/test_share
>> ?????? read only = No
>> ?????? create mask = 0660
>> ?????? directory mask = 0770
>> ?????? valid users =test_user
>>
>> I use the Windows Server AD as backend and set the GID in the
>> ActiveDirectory UNIX-Attri...
2017 Oct 20
2
Samba 4.6.7 AD, Netapp CDOT 9.2 and missing "Domain Users" membership
...perspective the user is a "Domain Users" member:
_________________________________________________________________________
root@:# id testuser
uid=3000021(COMPANYAD\testuser) gid=513(COMPANYAD\domain users)
groups=513(COMPANYAD\domain
users),3000021(COMPANYAD\testuser),3000034(COMPANYAD\test_share),3000023(COMPANYAD\noc),3000035(BUILTIN\backup
operators),3000009(BUILTIN\users)
_________________________________________________________________________
but from the netapp one the user has less groups:
_________________________________________________________________________
filer::*> diag...
2019 Dec 10
0
unix_primary_group=yes together with vfs objects=acl_xattr not working
...master = no
> ? preferred master = no
> ? os level = 0
> ? server min protocol = SMB2
> ? vfs objects = acl_xattr
> ? map acl inherit = yes
> ? store dos attributes = yes
> ? access based share enum = yes
> ? server signing = mandatory
> ? smb encrypt = desired
>
> [test_share]
> ?????? path= /data/test_share
> ?????? read only = No
> ?????? create mask = 0660
> ?????? directory mask = 0770
> ?????? valid users =test_user
>
> I use the Windows Server AD as backend and set the GID in the
> ActiveDirectory UNIX-Attributes of the user.
>
> On...
2000 Jun 16
0
Memory usage in reload_services()
...-o rss -o vsz -o comm'
smb_port=#'-p 10206'
max=1000
i=1
processID=$1
while [ $i -le $max ]
do
echo Pass: $i
echo '===================================='
ps $ps_opts | grep $processID
touch $conf_file
kill -1 $processID
smbclient '\\'$server'\test_share' $password -U $user $smb_port > /dev/null <<EOF
dir
EOF
i=`expr $i + 1`
echo '\n'
done
-------------- next part --------------
[global]
guest account = lmguest
log file = /tmp/samba_test/bubu.%m
lock directory = /tmp/samba_test/lock
character set =...
2019 Dec 10
2
unix_primary_group=yes together with vfs objects=acl_xattr not working
Hello all,
we want to change the configuration of our Samba domain member file
servers to use
unix_primary_group=yes
After some experiments I was able to get it to work, but only with
vfs objects = acl_xattr
commented out.
With acl_xattr enabled the primary group is still displayed correctly in
the output of smbstatus, but new files are not created with with this
primary group. The
2017 Oct 20
0
Samba 4.6.7 AD, Netapp CDOT 9.2 and missing "Domain Users" membership
...ain Users" member:
>
>
> _________________________________________________________________________
> root@:# id testuser
> uid=3000021(COMPANYAD\testuser) gid=513(COMPANYAD\domain users)
> groups=513(COMPANYAD\domain
> users),3000021(COMPANYAD\testuser),3000034(COMPANYAD\test_share),3000023(COMPANYAD\noc),3000035(BUILTIN\backup
> operators),3000009(BUILTIN\users)
> _________________________________________________________________________
You haven't fixed the 'xidNumber:100 issue', giving 'Domain Users' the
ID of '513' is not a good idea and...
2002 Jun 19
0
Samba 3.0 alpha 17 Active Directory question
...using the instructions in the ADS-howto, and it works.
Here is my smb.conf -----
realm = SLOWE.COM
ads server = 10.109.10.133
security = ADS
encrypt passwords = yes
[test]
comment = "Test share"
path = /home
public = yes
create mode = 775
writeable = yes
volume = "test_share"
end of smb.conf --------
When I try 'net use * \\ldaps\test' on the Windows machine, I get the
following error:
System error 2221 has occurred.
The user name could not be found.
I do not have a smbpasswd file as it should not be required for Kerberos
connections.
Here i...