~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In all things, Be Intentional.
On Mon, Nov 14, 2022 at 12:07 PM Michael Tokarev <mjt at tls.msk.ru>
wrote:
> 14.11.2022 19:52, Rob Campbell via samba wrote:
>
> >> It is done if you install libpam-winbind package, and if
> >> you actually configured it. The configuration utility is
> >> invoked after libpam-winbind installation automatically.
> >>
> > I installed 'apt install libpam-winbind'. It installed but
the
> > configuration utility didn't run. This is a fresh install of
Debian
> 11.5.
> > I did go through a similar config when installing the OS but I'm
not sure
> > if it was the same since that package wasn't actually installed.
>
> In the libpam-winbind postinst script there's a single command:
>
> pam-auth-update --package
>
> It's been there for quite some time, it is definitely present in
> the bullseye version.
>
> Run it manually now (without the arguments), it will let you
> to configure pam-winbind too. Without this, auth wont work.
>
> I ran the config and checked all options, although the only one that
wasn't checked was "Create home directory on login", which I also
did want.
Besides, pam-winbind from Debian 11 can't be installed on
a> system where you have samba bits from bullseye-backports, since
> there will be a version conflict. Or should be anyway - if
> it is installable together with samba components of different
> versions, it's a bug which I should fix. Please give some
> details here :)
>
> I did not receive any errors installing or configuring.
> Thanks!
>
> /mjt
>