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-----
>
2025 Feb 14
1
Reported group membership is different between domain member and Samba ADC
On my Linux domain members, group membership for my domain login is
reported as:
??? terra #? id SAMDOM\\jgraham
??? uid=11105(SAMDOM\jgraham) gid=10513(SAMDOM\domain users)
groups=10513(SAMDOM\domain
users),11105(SAMDOM\jgraham),11120(SAMDOM\wheel),3001(BUILTIN\users)
(I filtered local groups to make the output less noisy.) But on the ADC
the same command give different results:
??? dc1
2025 Feb 14
1
Reported group membership is different between domain member and Samba ADC
On Fri, 14 Feb 2025 10:03:33 -0500
"John R. Graham via samba" <samba at lists.samba.org> wrote:
> On my Linux domain members, group membership for my domain login is
> reported as:
>
> ??? terra #? id SAMDOM\\jgraham
> ??? uid=11105(SAMDOM\jgraham) gid=10513(SAMDOM\domain users)
> groups=10513(SAMDOM\domain
>
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
2025 Feb 12
1
DNS Update problems
Still having problems with DNS Update:
I have two brand-new dc's running 4.21.3. The first of these was newly installed and joined a 4.9.5 domain. Then, the old dc's were retired. All seems well with the dc's. Replication, samba_dnsupdate checkout, and they both respond to DNS inquiries. Samba-tool dbcheck also finds no errors.
Installed a new 4.21.3 member server and joined it.
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
2025 Feb 14
1
Reported group membership is different between domain member and Samba ADC
I was experimenting with centralized administration of Linux
administrative privileges, so I created the group. (I have to assume
that there's nothing fundamentally wrong with creating a domain group
for some special purpose.) I then added to /etc/sudoers:
??? %SAMDOM\\wheel ALL=(ALL:ALL) ALL
and to /etc/pam.d/su
??? auth??????? required??? pam_wheel.so use_uid group=SAMDOM\wheel
With