[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Samba cached credentials?



Carl Boberg wrote:
Hi,
Maybe a little of topic but I though Id ask anyway.
Has anybody seen a solution where a RH4 machine that is joined to a win2k3 Domain (using ADS security)
could use cached credentials for login when the machine is not plugged in to the network?

Not sure if it will completely solve this but it may help.


We use winbind to grab all the user/group data which is stored in /var/cache/samba/winbindd_idmap.tdb on a central server, this is done via 2 cron jobs thus:

0 6 * * * getent group >/dev/null
2 6 * * * getent passwd >/dev/null

We then use cron on each linux ads member to copy the file from the central server like this:

10 6 * * * scp hostname:/var/cache/samba/winbindd_idmap.tdb /var/cache/samba/

HTH

--
Mark Farmer
Linux System Administrator


___________________________________________________ This email is intended for the named recipient. The information contained in it is confidential. You should not copy it for any purposes, nor disclose its contents to any other party. If you received this email in error, please notify the sender immediately via email, and delete it from
your computer. Any views or opinions presented are solely those of the author and do not necessarily represent those of the company. Registered Office: PO Box 14, Chartwell Dr, Wigston, Leicester. LE18 1AT __________________________________________________



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]