Use this procedure if the following circumstances apply:
The maps you want to use are not listed in Supported Standard Mappings.
Standard NIS maps need to be mapped to non-RFC 2307 LDAP mappings.
Before You Begin
Complete the prerequisite steps that are listed in Prerequisites for the NIS-to-LDAP Transition.
For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.4.
# inityp2l
Run the inityp2l script on the NIS master server and follow the prompts. For the list of the information that you need to provide, see Setting Up the NIS-to-LDAP Service.
For examples of how to modify the mapping file, see Examples of Custom Maps.
The DIT is fully initialized if it already contains the information necessary to populate all the maps that are listed in the NISLDAPmapping file. If the DIT is fully initialized, skip Step 5.
# cd /var/yp # make
For more information, see the ypmake(8) man page.
# svcadm disable network/nis/server:default
# ypserv –Ir
Wait for ypserv to exit.
# svcadm enable network/dns/client:default # svcadm enable network/nis/server:default
Perform this step only if the DIT is fully initialized.
# svcadm disable network/nis/server:default
# ypserv -r
Wait for ypserv to exit.
# svcadm enable network/dns/client:default # svcadm enable network/nis/server:default
If the entries are incorrect, then the entries cannot be found by LDAP naming service clients.
# ldapsearch -H ldapuri -s sub \ -b "ou=servdates, dc=..." "objectclass=servDates"
The following sample output shows how to use the makedbm command to verify the contents of the hosts.byaddr map.
# makedbm -u LDAP_servdate.bynumber plato: 1/3/2001 johnson: 2/4/2003,1/3/2001 yeats: 4/4/2002 poe: 3/3/2002,3/4/2000
If the contents are as expected, the transition from NIS to LDAP was successful.