Sponsored Content
Full Discussion: AIX NIS Client to Linux
Operating Systems AIX AIX NIS Client to Linux Post 302285511 by otheus on Monday 9th of February 2009 05:38:19 AM
Old 02-09-2009
Quote:
Originally Posted by aloneattack
And, I have no shadow.byname in /var/yp/domain_directory
Hrm, that seems to be a problem. Search google for this problem. It might turn up a way to solve it that I cannot think of. (Again, I'm not running NIS currently.)
 

10 More Discussions You Might Find Interesting

1. Solaris

Unregietred a nis+ client

Hi, How can I unregistered a nis+ client. I want it works without nis+. Bests regards (2 Replies)
Discussion started by: omainfroy
2 Replies

2. AIX

Use AIX as NIS client

Hi everyone. Has anyone here used AIX as a NIS client to a Linux server? If have configured this setup and cant get it to work. I have verifyed that the NIS server is working since other machines are able to connect to it and users to log in on other clients. On the AIX machine the users are... (0 Replies)
Discussion started by: sprellari
0 Replies

3. AIX

AIX NIS client

All, I have just started using AIX (Solaris admin here) and I need to setup my new AIX box as an NIS client. Where would I do this? Thanks for the help! -Kevin (2 Replies)
Discussion started by: kjbaumann
2 Replies

4. Solaris

How to configure a NIS client bound to the NIS server in another subnet?

Hi, all. I have a Solaris client here needs to bind to NIS server in another subnet. Following is the configuration i made on the client, 1) edit /etc/inet/hosts to add an entry of the NIS server -- nserver01 2) execute `domainname` to set local NIS domain to the domain of the NIS server.... (1 Reply)
Discussion started by: sn_wukong
1 Replies

5. UNIX for Advanced & Expert Users

Linux NIS sever not binding with Solaris client

I am installing a NIS master server with a linux SLES 10 SP1. And it was pretty straight forward. (Simple since it GUI ) The server can bind to itself when issue with ypwhich command. But on solaris 10 box, I set up the defaultdomain (/etc/defaultdomain) and also issue ypinit -c to startup the... (3 Replies)
Discussion started by: ibroxy
3 Replies

6. AIX

Aix 5.3 NIS Client from a Suse10 sever

Hello Guys, Unfortunately after look for it on entire www I did not find anyone that have made a tutorial how to make it works. I'm using an AIX 5.3 as a nis client from a SUSE 1.0 server. I can see the maps - ypcat passwd (so I can Bind server) and I can su NIS users. BUT I CAN... (0 Replies)
Discussion started by: michelan
0 Replies

7. AIX

can not mount from aix client to linux nfs server

Hi, I am trying to mount a nfs folder from AIX client to Linux NFS Server, but I got the following error: # mount 128.127.11.121:/aix /to_be_del mount: 1831-010 server 128.127.11.121 not responding: RPC: 1832-018 Port mapper failure - RPC: 1832-008 Timed out mount: retrying... (1 Reply)
Discussion started by: victorcheung
1 Replies

8. UNIX for Dummies Questions & Answers

Help with NIS client

Hi All, I have a new server on the network, I did configure the NIS. ypwhich is working and ypcat all are working. But when I log in as me, home directory is not coming up. I looked at other servers we have at work to see what's under /etc/fstab. I don't see anything for home directory. ... (3 Replies)
Discussion started by: samnyc
3 Replies

9. AIX

AIX LDAP client authenticate against Linux Openldap server over TLS/SSL

Hi folks, How can i configure an AIX LDAP client to authenticate against an Linux Openldap server over TLS/SSL? It works like a charm without TLS/SSL. i would like to have SSL encrypted communication for ldap (secldapclntd) and ldapsearch etc. while accepting every kind of certificate/CA.... (6 Replies)
Discussion started by: paco699
6 Replies

10. Solaris

User authentication failed while log in Solaris 8 client on Linux NIS server.

Based on the NIS migration tests I did and another question I posted earlier on. https://www.unix.com/solaris/272021-solaris-8-md5-encryption-support.html I tried to downgrade NIS linux encryption to DES to support solaris connection. So I modified /etc/pam.d/system-auth as below, password... (0 Replies)
Discussion started by: bestard
0 Replies
ypmatch(1)						      General Commands Manual							ypmatch(1)

NAME
ypmatch - print the value of one or more keys from an NIS map SYNOPSIS
ypmatch [-d domain] [-k] [-t] key... mname ypmatch -x OPTIONS
Displays key values for specified domain. Displays key, followed by a colon (:), before displaying value of the key. This is useful if the keys are not duplicated in the returned values, or if the number of specified keys is so large that the output is confusing. Inhibits translation of nickname to mapname. For example, ypmatch -t zippy passwd fails because there is no map named passwd, while ypmatch zippy passwd succeeds because ypmatch translates it to ypmatch zippy passwd.byname. Displays map nickname table. This option tells ypmatch to list the nicknames (mnames) with their associated mapnames. DESCRIPTION
The ypmatch command prints the values associated with one or more keys from the Network Information Service (NIS) map (database) specified by mname, which may be either a mapname or a map nickname. Multiple keys can be specified. After the key values and the map name have been specified, ypmatch searches the map for all of the speci- fied keys. The specified keys must be exact values in terms of capitalization and length. The ypmatch command does not have a pattern matching capability. If ypmatch cannot match a key, it produces a diagnostic message. The default list of mapnames served by NIS is as follows: passwd.byname, passwd.byuid, group.byname, group.byuid, hosts.byname, hosts.byaddr, networks.byname, networks.byaddr, services.byname, rpc.bynumber, protocols.byname, protocols.bynumber, netgroup.byuser, net- group.byhost, mail.alias. EXAMPLES
The following are sample command lines that illustrate how to use the ypmatch command to access information in each of the maps: ---------------------------------------------------------- Mapname Sample command ---------------------------------------------------------- passwd.byname ypmatch user1 passwd.byname passwd.byuid ypmatch uid1 passwd.byuid group.byname ypmatch group1 group.byname group.byuid ypmatch gid1 group.bygid hosts.byname ypmatch host1 host.byname hosts.byaddr ypmatch hostaddr1 hosts.byaddr networks.byname ypmatch network1 networks.byname networks.byaddr ypmatch netaddr1 networks.byaddr services.byname ypmatch servport/tcp services.byname rpc.bynumber ypmatch rpcnum rpc.bynumber protocols.byname ypmatch proto1 protocols.byname protocols.bynumber ypmatch protonum1 protocols.bynumber netgroup.byuser ypmatch user1 netgroup.byuser netgroup.byhost ypmatch host1 netgroup.byhost mail.alias ypmatch mailgroup1 mail.alias ---------------------------------------------------------- SEE ALSO
ypfiles(4), ypcat(1) Network Administration ypmatch(1)
All times are GMT -4. The time now is 07:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy