1834650 Members
1889 Online
110069 Solutions
New Discussion

Re: NIS and Trusted Mode

 
SOLVED
Go to solution
Anthony deRito
Respected Contributor

NIS and Trusted Mode

To those of you who have converted from non-trusted to trusted and needed to find a replacement for NIS, what did you use?
9 REPLIES 9
Sridhar Bhaskarla
Honored Contributor

Re: NIS and Trusted Mode

LDAP
You may be disappointed if you fail, but you are doomed if you don't try
Sanjay_6
Honored Contributor

Re: NIS and Trusted Mode

A. Clay Stephenson
Acclaimed Contributor

Re: NIS and Trusted Mode

Easy, use NIS+. The bad news is that NIS+ is very different from NIS in terms of configuration.
If it ain't broke, I can fix that.
Anthony deRito
Respected Contributor

Re: NIS and Trusted Mode

Sridhar, did you use HP's LDAP-UX Client Services or HP's NIS/LDAP Gateway? If none, whose software did you use? If you used LDAP-UX Client Services, which of the following functionality did you select:

NSS_LDAP (Name Service Switch)
PAM_LDAP (Pluggable Authentication Module)
LDAP Access Profile

Sanjay, thanks for the links!

Clay, what makes NIS+ so difficult to manage? Are there any difficulties implementing it or are the difficulties encountered when managing it?


Any other responses welcomed (and rewarded).

Tony
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: NIS and Trusted Mode

Hi Tony:

I didn't say that NIS+ is more difficult but rather that it is different. Moreover, your NIS knowlegde won't help that much. Many of the concepts are the same but the methods are different. Just as a simple example, all of the old yp* commands are gone and are replaced with nis*. More serious is how the data/maps are stored has changed. For example, to backup your NIS+ master maps you have to dump them to flat files and then back them up. As another example, the NIS+ namespace is hierarchical rather than flat is the NIS world. You can create a separate namespace for each department and manage them separately. NIS+ is definitely better than NIS; it's just different. For what it's worth, I wouldn't consider running a bunch of servers without it.

You can get a pretty good understanding of the differences by reading 'Installing and Administering NFS Services' (B1031-90042). You mighr consider attending an NIS+ class; it's really that different.

Clay

If it ain't broke, I can fix that.
Edward Finneran
Advisor

Re: NIS and Trusted Mode

in response to a recent query to the response center, the answer
was that the ldap-ux functionality was not supported on a trusted system.

Have other folks received a different answer to that question?
Are people actually doing it?

We've opened a business case with HP, since we want to move to a
centralized, LDAP-resident security model across all of our UNIX operating systems, but we're not willing to turn off trusted systems and have all our encrypted password go back into the /etc/passwd for all the users to see.
Anthony deRito
Respected Contributor

Re: NIS and Trusted Mode

Good point Edward... please let me know what you find out.

Tony
Sergey Nikolaev
Occasional Contributor

Re: NIS and Trusted Mode

Hi, I am trying to use LDAP-UX
in trusted mode on HP-UX 11.0.
It doesn't work for me. Can it be made to work?

Sergey
Sridhar Bhaskarla
Honored Contributor

Re: NIS and Trusted Mode

Hi Sergey,

Initially we had a project to move to LDAP before and we scrapped it later as we couldn't get LDAP working over trusted as well due to the problem with different versions of Solaris at our site. And the official word from HP itself is that LDAP is not supported on Trusted systems if it is still correct.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try