Hi, Is it possible to configure a Samba domain member server to allow logon for both domain users (authenticated by a domain controller), and locally defined users (defined in eg. /etc/samba/private/passdb.tdb)? -- Leigh.
Volker Lendecke
2011-Oct-05 09:07 UTC
[Samba] Can Samba allow both local and domain logons
On Mon, Oct 03, 2011 at 09:44:04AM +1100, Leigh Wedding wrote:> Hi, > > Is it possible to configure a Samba domain member server > to allow logon for both domain users (authenticated by a > domain controller), and locally defined users (defined > in eg. /etc/samba/private/passdb.tdb)?Nothing to configure. It does so automatically. You have to prepend either DOMAIN\username or HOSTNAME\username when you log in, just like Windows expects it. Volker -- SerNet GmbH, Bahnhofsallee 1b, 37081 G?ttingen phone: +49-551-370000-0, fax: +49-551-370000-9 AG G?ttingen, HRB 2816, GF: Dr. Johannes Loxen
Volker Lendecke <Volker.Lendecke at SerNet.DE> writes:> On Mon, Oct 03, 2011 at 09:44:04AM +1100, Leigh Wedding wrote: >> Hi, >> >> Is it possible to configure a Samba domain member server >> to allow logon for both domain users (authenticated by a >> domain controller), and locally defined users (defined >> in eg. /etc/samba/private/passdb.tdb)? > > Nothing to configure. It does so automatically. You have to > prepend either DOMAIN\username or HOSTNAME\username when you > log in, just like Windows expects it. > > Volker > > -- > SerNet GmbH, Bahnhofsallee 1b, 37081 G?ttingen > phone: +49-551-370000-0, fax: +49-551-370000-9 > AG G?ttingen, HRB 2816, GF: Dr. Johannes LoxenYes it works, thanks. I am sure I had tried that, but had obviously done something wrong. -- Leigh.