Displaying 20 results from an estimated 10000 matches similar to: "First Linux Machine Domain Join"
2024 Nov 16
1
First Linux Machine Domain Join
On Sat, 16 Nov 2024 10:38:06 -0500
"John R. Graham via samba" <samba at lists.samba.org> wrote:
> I apparently haven't created the correct formula to get Samba to
> start winbindd on my workstation in the process of joining my domain.
> Testing winbindd connectivity fails:
Samba doesn't start any daemons on a Unix domain member, you have to do
it yourself.
>
2024 Nov 16
2
First Linux Machine Domain Join
On 11/16/24 11:59, Rowland Penny via samba wrote:
> Samba doesn't start any daemons on a Unix domain member, you have to do
> it yourself.
I did. My Gentoo samba service scripts starts smbd and nmbd. Oh. Ugh.
Sorry. Found an untweaked option in the samba service script
configuration file--that I had apparently known about while setting up
the AD DC--which was necessary to start
2024 Nov 16
1
First Linux Machine Domain Join
On Sat, 16 Nov 2024 15:44:12 -0500
"John R. Graham via samba" <samba at lists.samba.org> wrote:
> On 11/16/24 11:59, Rowland Penny via samba wrote:
> > Samba doesn't start any daemons on a Unix domain member, you have
> > to do it yourself.
>
> I did. My Gentoo samba service scripts starts smbd and nmbd. Oh. Ugh.
It isn't really required to run nmbd
2016 Oct 22
3
samba 4.5.0 on HPUX(IA-64) make quicktest fails as not able to pick workgroup and netbios name.
Hi Team,
On running make quicktest. I am stuck as wbinfo --ping-dc is
from selftest/target/Samba3.pm is failing.
Below is the code snipped from logs.
*Socket opened.*
*parse_nmb: packet id = 14795*
*nmb packet from 127.0.0.3(137) header: id=14795 opcode=Query(0)
response=Yes*
* header: flags: bcast=No rec_avail=Yes rec_des=Yes trunc=No auth=Yes*
* header: rcode=0 qdcount=0 ancount=1
2024 Nov 27
2
pam_winbind Appears to need a Network Connection to Succeed at Offline Authentication
When I put winbindd in offline mode,
??? terra ~ # smbcontrol winbindd offline
??? terra ~ # smbcontrol winbindd onlinestatus
??? PID 20664: global:Offline BUILTIN:Online TERRA:Online HOME:Offline
I can successfully log in (with the test shown in the PAM Offline
Authentication Wiki article):
??? terra ~ # ssh SAMDOM\\jgraham at localhost
??? (SAMDOM\jgraham at localhost) Password:
???
2024 Nov 25
1
Working through the PAM Offline Authentication Wiki page, but...
On 11/25/24 11:26, Rowland Penny via samba wrote:
> D, I must go to specsavers, I appear to be going blind ;-)
>
> you wrote 'smbcontrol winbind offline' and I missed it, the extra 'd'
> that is, it should have been:
>
> smbcontrol winbindd offline
>
> Rowland
Okay, thanks, but I'm going to start over as I appear to have related
some incorrect
2017 Jan 05
1
Samba4 + Winbind
Hello Marc,
Thanks for your documentation.
Well I followed what you wrote, perhaps my wbinfo command fails when I try to test the connectivity.
# wbinfo --ping-dc
checking the NETLOGON dc connection failed
failed to call wbcPingDc: WBC_ERR_WINBIND_NOT_AVAILABLE
Could not ping our DC
My smb.conf is now this:
# Global parameters
[global]
netbios name = DEVLUCAS1
realm =
2018 Dec 04
4
WinbinD no longer available in Samba 4.7.6
Hello,
Using Samba 4.7.6 (from standard repository) on Ubuntu 18.04.
After recent update, winbind failed to update, until I disabled it (it
didn't start anyway). When run as
# winbindd -d 9 -i
it prints in the end:
server role = 'active directory domain controller' not compatible with
running the winbindd binary.
You should start 'samba' instead, and it will control
2018 Dec 04
2
WinbinD no longer available in Samba 4.7.6
On Tue, 4 Dec 2018 09:59:14 +0100
"L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:
> Hai,
>
> > -----Oorspronkelijk bericht-----
> > Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> > Konstantin Boyandin via samba
> > Verzonden: dinsdag 4 december 2018 6:35
> > Aan: samba at lists.samba.org
> > Onderwerp:
2024 Nov 29
1
pam_winbind Appears to need a Network Connection to Succeed at Offline Authentication
On 11/27/24 13:20, John R. Graham via samba wrote:
> On 11/27/24 12:38, Rowland Penny via samba wrote:
>>> Hmm, PAM on Gentoo appears to be very different to Debian. For
>>> instance on Debian, to include lines from another file you use
>>> '@include' and it includes the entire contents of the file, Gentoo
>>> appears to just include the lines
2018 Dec 04
1
WinbinD no longer available in Samba 4.7.6
On Tue, 04 Dec 2018 16:44:55 +0700
Konstantin Boyandin via samba <samba at lists.samba.org> wrote:
> Rowland Penny via samba писал 2018-12-04 16:28:
> > On Tue, 4 Dec 2018 09:59:14 +0100
> > "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:
> >
> >> Hai,
> >>
> >> > -----Oorspronkelijk bericht-----
>
2024 Nov 19
1
Working through the PAM Offline Authentication Wiki page, but...
...the tests for initial online login to my newly joined Linux domain
member the machine through ssh are failing. I ran:
??? terra ~ # ssh HOME\\jgraham at localhost
??? (HOME\jgraham at localhost) Password:
??? (HOME\jgraham at localhost) Password:
??? (HOME\jgraham at localhost) Password:
??? HOME\jgraham at localhost's password:
??? Permission denied, please try again.
???
2016 Oct 22
0
samba 4.5.0 on HPUX(IA-64) make quicktest fails as not able to pick workgroup and netbios name.
On Sat, 22 Oct 2016 10:46:04 +0530
Arjit Gupta via samba <samba at lists.samba.org> wrote:
> Hi Team,
>
> On running make quicktest. I am stuck as wbinfo --ping-dc is
> from selftest/target/Samba3.pm is failing.
>
> Below is the code snipped from logs.
>
> *Socket opened.*
> *parse_nmb: packet id = 14795*
> *nmb packet from 127.0.0.3(137) header: id=14795
2024 Nov 27
1
pam_winbind Appears to need a Network Connection to Succeed at Offline Authentication
On Wed, 27 Nov 2024 10:19:48 -0500
"John R. Graham via samba" <samba at lists.samba.org> wrote:
> When I put winbindd in offline mode,
>
> ??? terra ~ # smbcontrol winbindd offline
> ??? terra ~ # smbcontrol winbindd onlinestatus
> ??? PID 20664: global:Offline BUILTIN:Online TERRA:Online
> HOME:Offline
>
> I can successfully log in (with the test
2024 Jun 07
2
DC upgraded to 4.20.1 - issues
I run 2 DCs at a site, Debian 12.5, so far samba-4.19.6 from backports.
Today I upgraded one of them, this brought samba-4.20.1
Now on this one DC stuff like "wbinfo -g" fails:
# wbinfo -g
could not obtain winbind interface details: WBC_ERR_WINBIND_NOT_AVAILABLE
could not obtain winbind domain name!
failed to call wbcListGroups: WBC_ERR_WINBIND_NOT_AVAILABLE
Error looking up domain
2018 Dec 04
0
WinbinD no longer available in Samba 4.7.6
Hai,
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Konstantin Boyandin via samba
> Verzonden: dinsdag 4 december 2018 6:35
> Aan: samba at lists.samba.org
> Onderwerp: [Samba] WinbinD no longer available in Samba 4.7.6
>
> Hello,
>
> Using Samba 4.7.6 (from standard repository) on Ubuntu 18.04.
>
> After
2024 Jun 08
1
Member server: Failed to join domain: failed to find DC for
LP
On Jun 8, 2024 at 17:56 +0100, samba at lists.samba.org <samba at lists.samba.org>, wrote:
>
> I have never run those commands like that, I normally run 'net ads join
> -Uadministrator' or 'net ads leave -Uadministrator', I have never
> specified the domain.
I did specify domain out of frustration I think. More test as per your inputs: (net ads join fails)
2018 Dec 04
0
WinbinD no longer available in Samba 4.7.6
Rowland Penny via samba писал 2018-12-04 16:28:
> On Tue, 4 Dec 2018 09:59:14 +0100
> "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:
>
>> Hai,
>>
>> > -----Oorspronkelijk bericht-----
>> > Van: samba [mailto:samba-bounces at lists.samba.org] Namens
>> > Konstantin Boyandin via samba
>> > Verzonden: dinsdag 4
2017 Nov 19
2
Samba to Domain Member Server Configs Messed Up, Now getent fails
Hi List
Absolute confused newb here. Again.
I noticed that the user gid and uids on my DCs were different from the
uids and gids I would find on the domain member file server. ( I
created users with samba-tool). User UIDs on the DCs would start in
the 30000XX range, while on the file server, the uid would start in
the 1000XX range.
In an attempt to rectify this, I changed the smb.conf from
2024 Nov 27
1
pam_winbind Appears to need a Network Connection to Succeed at Offline Authentication
On 11/27/24 12:38, Rowland Penny via samba wrote:
>> Hmm, PAM on Gentoo appears to be very different to Debian. For
>> instance on Debian, to include lines from another file you use
>> '@include' and it includes the entire contents of the file, Gentoo
>> appears to just include the lines referred to in the first column,
>> which, if correct, means that your