Displaying 6 results from an estimated 6 matches for "sdcp".
Did you mean:
scp
2023 Mar 28
2
windows acls
...;>>> permissions as stated in the wiki, and set smb.conf as described.
>>>>>>> What might I be missing?
>>>>>>>
>>>>>>> root at filesvr:~# net rpc rights list privileges
>>>>>>> SeDiskOperatorPrivilege -U SDCP\\peter
>>>>>>> Password for [SDCP\peter]:
>>>>>>> SeDiskOperatorPrivilege:
>>>>>>> ?? SDCP\Domain Admins
>>>>>>> ?? BUILTIN\Administrators
>>>>>>>
>>>>>>> root at filesvr:~#...
2023 Mar 28
1
windows acls
...> I set the SeDiskOperatorPrivilege, created the folder with
>>> permissions as stated in the wiki, and set smb.conf as described.
>>> What might I be missing?
>>>
>>> root at filesvr:~# net rpc rights list privileges
>>> SeDiskOperatorPrivilege -U SDCP\\peter
>>> Password for [SDCP\peter]:
>>> SeDiskOperatorPrivilege:
>>> ?? SDCP\Domain Admins
>>> ?? BUILTIN\Administrators
>>>
>>> root at filesvr:~# ls -l /data
>>> drwxrwx---+? 4 root SDCP\domain admins??? 4096 Oct? 3 08:45 test
>&...
2023 Mar 28
1
windows acls
...root of the share.? error:
https://pasteboard.co/yJadpk2bH0pJ.png
I set the SeDiskOperatorPrivilege, created the folder with permissions
as stated in the wiki, and set smb.conf as described. What might I be
missing?
root at filesvr:~# net rpc rights list privileges SeDiskOperatorPrivilege
-U SDCP\\peter
Password for [SDCP\peter]:
SeDiskOperatorPrivilege:
? SDCP\Domain Admins
? BUILTIN\Administrators
root at filesvr:~# ls -l /data
drwxrwx---+? 4 root SDCP\domain admins??? 4096 Oct? 3 08:45 test
=================================== smb.conf
===============================================...
2023 Mar 28
1
windows acls
On 28/03/2023 21:33, Peter Carlson via samba wrote:
>>
> root at filesvr:/data# mkdir Accounting2
> root at filesvr:/data# chmod 0770 Accounting2
> root at filesvr:/data# chown root:"SDCP\\domain admins" Accounting2
> root at filesvr:/data# smbcontrol all reload-config
>
> on Windows, Computer Management, connect to remote server, System
> Tools->Shared Folders->Shares
> Accounting2:Share Permissions has Everyone, Full Control, Change and
> Read, noth...
2023 Mar 28
1
windows acls
...? path = /data/peter
> ??? comment = test
> ??? read only = no
>
> [Test]
> ??? path = /data/test
> ??? comment = test
> ??? read only = no
>
> file directory shows a slight difference:
>
> root at filesvr:/var/log/samba# ls -l /data
> drwxrwx---?? 2 root SDCP\domain admins??? 4096 Mar 28 11:11 peter
> drwxrwx---+? 4 root SDCP\domain admins??? 4096 Oct? 3 08:45 test
>
> do you happen to know what the + is at the end of the permissions?? I
> can't find that in the docs.
It shows that posix acls are set (the ones shown by getfacl), if y...
2024 May 02
1
named wont start
...t at nc1:/etc/samba# cat smb.conf
# Global parameters
[global]
?? ?netbios name = NC1
?? ?realm = SAN***ENT.LOCAL
?? ?server role = active directory domain controller
?? ?server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl,
winbindd, ntp_signd, kcc, dns, dnsupdate
?? ?workgroup = SDCP
?? ?idmap_ldb:use rfc2307 = yes
?? ?ldap server require strong auth = no
?? ?tls enabled? = yes
?? ?tls keyfile? = tls/myKey.pem
?? ?tls certfile = tls/myCert.pem
#??? tls cafile?? = tls/myIntermediate .pem? # if not required, set empty
[sysvol]
?? ?path = /var/lib/samba/sysvol
?? ?read on...