Unlike: Linux + Active directory authentication + only letting certain groups login
Which is a full AD solution for Linux, limited to groups.
What I want is:
A simple way a random internal Linux box can use AD to allow logins.
I want this to be restricted, no updates from Linux to AD. In effect this is a ?READONLY? connection.
Examples include:
No password updates from Linux (you must use a windows machine)
No other updates or modifications etc from Linux to AD.
Why? Generally people require ROOT on these Linux machines. These are developers and need to install numerous tools etc. Rather then have local user accounts, would like to have a centrally managed account repository like AD.
(Which our IT group knows and understands well enough - Linux not so much..)
I need USERNAMES + GROUP NUMBERS to be consistent across platforms for other reasons.
I could use YP (NIS) but the IT group likes AD for various reasons.