search for: computer4

Displaying 12 results from an estimated 12 matches for "computer4".

Did you mean: computer
2019 Jan 21
3
samba group root:"domain users" not found
getent group ROBINOOD\\'Domain Users' ROBINOOD\domain users:x:10513: but if i insert  winbind use default domain = yes in my smb.con and i tent ssh puma(local account) witch relatived password the system waits without getting the command prompt Il 21/01/2019 11:07, Rowland Penny via samba ha scritto: > On Mon, 21 Jan 2019 10:37:32 +0100getent group ROBINOOD\\'Domain Users'
2004 Sep 04
4
masquerade and mac problem
...up with is this : ------------------------- #!/bin/sh ipt="/usr/sbin/iptables" $ipt -F $ipt -F -t nat $ipt -t filter -N computer1 >/dev/null 2>&1 $ipt -t filter -N computer2 >/dev/null 2>&1 $ipt -t filter -N computer3 >/dev/null 2>&1 $ipt -t filter -N computer4 >/dev/null 2>&1 $ipt -t filter -N computer5 >/dev/null 2>&1 $ipt -A FORWARD -s 192.168.10.2 -j computer1 $ipt -A FORWARD -s 192.168.10.3 -j computer2 $ipt -A FORWARD -s 192.168.10.4 -j computer3 $ipt -A FORWARD -s 192.168.10.5 -j computer4 $ipt -A FORWARD -s 192.168.10.6 -j com...
2019 Jan 21
0
samba group root:"domain users" not found
...t; but if i insert  winbind use default domain = yes in my smb.con and i > tent ssh puma(local account) witch relatived password the system > waits without getting the command prompt > Have you run 'net cache flush' ? this should work: rowland at devstation:~$ ssh adminuser at Computer4 adminuser at computer4's password: Linux Computer4 4.9.0-6-amd64 x86_64 GNU/Linux The programs included with the Devuan GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Devuan GNU/Linux come...
2019 Jan 22
5
samba_dns_question
On Tue, 22 Jan 2019 11:12:37 +0200 Hajdu Szabolcs via samba <samba at lists.samba.org> wrote: > I configured it but no luck apparmor is configured as the link > suggests i tried to rejoin and deleted the local database manually > but then still recreates these five zones with CNF and gives the > error. > > CNF = Collision Something is creating the objects in AD and
2016 Sep 11
2
Computer accounts belonging to groups, using winbind on file server
...| grep -i computer The group itself can be resolved just fine, even though the computer accounts can't - and it shows that the computer accounts are definitely members of the group in question: [root at fileserver ~]# wbinfo --group-info sw-dist sw-dist:x:12345:computer$,computer2$,computer3$,computer4$ All of this inevitably leads to the key directories in question not being accessible by the computers who need them. When the computer account connects to the file server, its group memberships don't really seem to work. I suspect that sssd had different behaviour to winbind in this regard....
2019 Jan 22
4
samba_dns_question
..._DLZ is trying to load also. > > > > Set to yes: > > >     auth-nxdomain no;    # conform to RFC1035 > > The AD is the AUTHORITIVE Server. > > For that you need : auth-nxdomain yes; > > Sorry, but no you don't, well I don't > > rowland at Computer4:~$ nslookup > > set querytype=soa > > samdom.example.com > Server: 192.168.0.6 > Address: 192.168.0.6#53 > > samdom.example.com > origin = dc4.samdom.example.com > mail addr = hostmaster.samdom.example.com > serial = 2533 > refresh = 900 > retr...
2019 Jan 22
0
samba_dns_question
...> > > Set to yes: > > > >     auth-nxdomain no;    # conform to RFC1035 > > > The AD is the AUTHORITIVE Server. > > > For that you need : auth-nxdomain yes; > > > > Sorry, but no you don't, well I don't > > > > rowland at Computer4:~$ nslookup > > > set querytype=soa > > > samdom.example.com > > Server: 192.168.0.6 > > Address: 192.168.0.6#53 > > > > samdom.example.com > > origin = dc4.samdom.example.com > > mail addr = hostmaster.samdom.example.com > >...
2019 Jan 30
6
Samba and UFW
Rowland, The computer name 'martin-RB042AV-ABA-a1410y' was set by Linux Mint when it was installed. I'm not sure I can change it. I check it on the Mint forum. I'll turn off the smb... feature and see what happens. Yes the ports listed below are open and set to pass through the firewall. Should I unset the netbios name". Going to try the modification to the ufw rules file as
2016 Sep 11
0
Computer accounts belonging to groups, using winbind on file server
...roup itself can be resolved just fine, even though the computer > accounts can't - and it shows that the computer accounts are > definitely members of the group in question: > > [root at fileserver ~]# wbinfo --group-info sw-dist > sw-dist:x:12345:computer$,computer2$,computer3$,computer4$ > > All of this inevitably leads to the key directories in question not > being accessible by the computers who need them. When the computer > account connects to the file server, its group memberships don't > really seem to work. I suspect that sssd had different behaviour to...
2019 Jan 18
4
SSH SSO without keytab file
Hai, > -----Oorspronkelijk bericht----- > Van: Harpoon [mailto:harp00n at protonmail.com] > Verzonden: vrijdag 18 januari 2019 9:24 > Aan: L.P.H. van Belle > CC: samba at lists.samba.org > Onderwerp: Re: [Samba] SSH SSO without keytab file > > Thanks for the prompt reply! Your welkom. > > > I did see that you are using Administrator, and thats the problem.
2016 Sep 11
1
Computer accounts belonging to groups, using winbind on file server
...ved just fine, even though the computer > > accounts can't - and it shows that the computer accounts are > > definitely members of the group in question: > > > > [root at fileserver ~]# wbinfo --group-info sw-dist > > sw-dist:x:12345:computer$,computer2$,computer3$,computer4$ > > > > All of this inevitably leads to the key directories in question not > > being accessible by the computers who need them. When the computer > > account connects to the file server, its group memberships don't > > really seem to work. I suspect that sssd had...
2019 Feb 13
3
idmap backend ad well-known-sids 512 & 513
Hi, we are in the process of testing a migration from our NT Classic Domain with OpenLdap to Samba AD. In our test setup migration of all accounts, groups and computer accounts went well using the classicupgrade path. Next step now is testing how to add a member server for file server services. We were able to get the server to join the domain and also idmapping works mostly as expected.