I fail to set SeDiskOperatorPrivilege on a samba DM and I suspect the german umlauts: # wbinfo -g dom�nencomputer dom�nen-benutzer dom�nen-g�ste dom�nen-admins (bad locale, umlauts displayed as special ugly chars) but the group "domänen-admins" = "Domain Admins" is there. now: # net rpc rights grant "CUSTOMER\domänen-admins" SeDiskOperatorPrivilege -U "CUSTOMER\sgw" Enter CUSTOMER\sgw's password: Failed to grant privileges for CUSTOMER\domänen-admins (NT_STATUS_NO_SUCH_USER) (I also tried as CUSTOMER\Administrator ...) Can I use some gid or so instead of the name? I could maybe also ssh into with english locale, would that change the displayed and used user/group-names as well?
Am 2018-07-24 um 09:48 schrieb Stefan G. Weichinger via samba:> > I fail to set SeDiskOperatorPrivilege on a samba DM and I suspect the > german umlauts: > > # wbinfo -g > dom�nencomputer > dom�nen-benutzer > dom�nen-g�ste > dom�nen-admins > > (bad locale, umlauts displayed as special ugly chars) > > but the group "domänen-admins" = "Domain Admins" is there. > > now: > > # net rpc rights grant "CUSTOMER\domänen-admins" SeDiskOperatorPrivilege > -U "CUSTOMER\sgw" > Enter CUSTOMER\sgw's password: > Failed to grant privileges for CUSTOMER\domänen-admins > (NT_STATUS_NO_SUCH_USER)For now I helped myself by granting that right to "CUSTOMER\it" group and adding the 3 relevant users there ...
Am 25.07.2018 um 09:03 schrieb Stefan G. Weichinger via samba:> Am 2018-07-24 um 09:48 schrieb Stefan G. Weichinger via samba: >> >> I fail to set SeDiskOperatorPrivilege on a samba DM and I suspect the >> german umlauts: >> >> # wbinfo -g >> dom�nencomputer >> dom�nen-benutzer >> dom�nen-g�ste >> dom�nen-admins >> >> (bad locale, umlauts displayed as special ugly chars)follow up issue: I also don't know how to use that group "domänen-benutzer" in "valid users" or "read list" ... Is it allowed to use the gid as well there, like in read list = @10513 or so?