Am 22.02.19 um 15:16 schrieb Rowland Penny via samba:> On Fri, 22 Feb 2019 15:03:37 +0100
> "L.P.H. van Belle via samba" <samba at lists.samba.org>
wrote:
>
>> Hai,
>>
>> That bond0 interface, you might want to change that the interface
>> name to bond1 Depending on the bonding settings, you might have hit a
>> reserved name. I lots my docu on that but i know i configured a bond1
>> because bond0 didn work right.
>>
>> And then check these.
>>
>> wbinfo -pPt ( or wbinfo -p && wbinfo -P && wbinfo -t )
>>
>> wbinfo --sids-to-unix-ids S-1-22-2-10513
>> wbinfo -D ARBEITSGRUPPE
>> wbinfo --all-domains
>>
>>
>
> S-1-22-1 is an unmapped group, so where has the correct SID gone ?
> Is 10513 the uidNumber for Domain Users ?
>
> I suggest you check the AD database, if only to rule it out.
>
> Try running this:
>
> rpcclient localhost -U'arbeitsgruppe\administrator%xxxxxxxxxx'
> -c 'lookupnames "ARBEITSGRUPPE\Domain Users"'
gives me:
ARBEITSGRUPPE\Domain Users S-1-5-21-2777655458-4002997014-749295002-513
(Domain Group: 2)
in the meantime I reset iptables with (from ubuntu wiki ...):
iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
hmm