Hello!
I ingressed my openSUSE into a Windows domain, and everything seems to be working: I'm able to login with adm credentials¹, I can ping servers by their names, and my shares are acessible in the network (with 777).
So now I want to be able to manage my shares (subfolders) permissions using a DOMAIN/Adm account. To do that, I found out that I need to grant SeDiskOperatorPrivilege.
The problem is, when i do
I used SSSD to join the Domain, (YaST -> Security and Users -> User and Group Management)
1 - Someone pointed out that when I logon with a domain user into the server, this message about the directory is related to the problem:
although I thought it was about not enabling "Create Home Directory" in the SSSD settings...
I checked:
IPv4 = DHCP
IPv6 = disabled (I don't use it)
/etc/resolv.conf =
232 = my DC/DNS
So, if someone can help me find out what is the problem or misconfiguration, I'll really apreciate.
Thanks!
I ingressed my openSUSE into a Windows domain, and everything seems to be working: I'm able to login with adm credentials¹, I can ping servers by their names, and my shares are acessible in the network (with 777).
So now I want to be able to manage my shares (subfolders) permissions using a DOMAIN/Adm account. To do that, I found out that I need to grant SeDiskOperatorPrivilege.
The problem is, when i do
net rpc rights grant "DOMAIN\Admins" SeDiskOperatorPrivilege -U "DOMAIN\Administrador
, I got:
Code:
Could not connect to server 127.0.0.1
Connection failed: NT_STATUS_NO_LOGON_SERVERS
I used SSSD to join the Domain, (YaST -> Security and Users -> User and Group Management)
1 - Someone pointed out that when I logon with a domain user into the server, this message about the directory is related to the problem:
although I thought it was about not enabling "Create Home Directory" in the SSSD settings...
I checked:
IPv4 = DHCP
IPv6 = disabled (I don't use it)
/etc/resolv.conf =
Code:
search mydomainname.local
nameserver 192.168.0.232
So, if someone can help me find out what is the problem or misconfiguration, I'll really apreciate.
Thanks!