Operating System - HP-UX
1748073 Members
4378 Online
108758 Solutions
New Discussion юеВ

Preventing NIS+ users from logging in

 
Brian Kennedy
Occasional Advisor

Preventing NIS+ users from logging in

I have a NIS+ netgroup structured as show below:

--snip--
uadm (user1,-,) (user2,-,)
users uadm (user3,-,) (user4,-,)
--snip--

All end-users workstations are NIS+ clients and Trusted systems.
Here is the expected behaviour: on workstation 1, I'd like only users belonging to map @uadm having their access granted on the system and on workstation 2, all users having normal access.

In fact, I'd like the 'compat' behaviour for passwd and group maps (thus allowing me to select granted NIS+ users), but Trusted Systems do not support this syntax (having +/- signs into /etc/passwd before conversion).

Any ideas?

Thanks a lot in advance.

Regards.
/Brian
6 REPLIES 6
Ravi_8
Honored Contributor

Re: Preventing NIS+ users from logging in

Hi,
NIS+ wouldn't work if your system is trusted one.
If you wanted to achive this on your client, make the following additions in /etc/passwd file.
in workstation1 : at the end of the file just add +user1:::
+user2:::
...
....
so the user1,user2,.. can only access the workstation1.
In workstation 2 at the end of the file just add +::: and also in /etc/group file.
Now workstation2 accessible for all NIS+ users.
never give up
Barry O Flanagan
Respected Contributor

Re: Preventing NIS+ users from logging in

Have to disagree with Ravi there - NIS+ does work in a trusted environment!

But in answer to the question - netgroup should function exactly as it does in a NIS environment with the proviso that nsswitch.conf has the following line :

netgroup: nisplus files

... or something similar?

Why not create a group in the netgroup called machine1_ok or something like that and add that then as the + entry ?
Ravi_8
Honored Contributor

Re: Preventing NIS+ users from logging in

Hi, Barry
pls go thru trusted system docs, it clearly says that NIS+ wouldn't work. if it works how can the audit takes place for all the NIS+ users who logged into system
never give up
Barry O Flanagan
Respected Contributor

Re: Preventing NIS+ users from logging in

Ravi,

I can assure you NIS+ and trusted systems work quite happily together. I've implemented NIS+ servers and clients, all of which were trusted systems. NIS+ keeps itself in sync with whats going on in the local /tcb/files/auth structure. So as long as you stick your nisplus entry into your nsswitch.conf then your sorted.

What aspect of NIS+ doesn't work with trusted systems Ravi?
Brian Kennedy
Occasional Advisor

Re: Preventing NIS+ users from logging in

Thanks for your help.

Auditing works perfectly well for me too, even if my system is trusted and a NIS+ client.

Barry, the + entry (in fact, the "compat" mode) does not work when the system has previously been tsconvert'd. I thought there were another way just to prevent user1 and user2 from logging into workstation1, while they can log into workstation2; a way to "disable" certain accounts on workstation1 but not on workstation2, considering that both workstations are NIS+ clients of the same NIS+ domain.

Any ideas?
TIA

/Brian
Barry O Flanagan
Respected Contributor

Re: Preventing NIS+ users from logging in

The only thing I can think of is to set up sub-domains. Make machine1 a member of subdomain1 and machine 2 a member of subdomain2 - then the fact that each user or NIS+ principal must have a local credential in that domain in order to view objects in it, should remove visability of the more restricted machine from users that dont have a cred.

Its worth a shot!! Otherwise dump NIS+ and go back to good old NIS. ;-)

B