13.2. Setting the NIS Port for Identity Management
The IdM server binds to its NIS services over a random port that is selected when the server starts. It sends that port assignment to the portmapper so that NIS clients know what port to use to contact the IdM server.
Administrators may need to open a firewall for NIS clients or may have other services that need to know the port number in advance and need that port number to remain the same. In that case, an administrator can specify the port to use.
Note
Any available port number below 1024 can be used for the NIS Plug-in setting.
The NIS configuration is in the NIS Plug-in in Identity Management's internal Directory Server instance. To specify the port:
- Enable the NIS listener and compatibility plug-ins:
ipa-nis-manage enable ipa-compat-manage enable
[root@ipaserver ~]# ipa-nis-manage enable [root@ipaserver ~]# ipa-compat-manage enable
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Edit the plug-in configuration and add the port number as an argument. For example, to set the port to 514:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Restart the Directory Server to load the new plug-in configuration.
service dirsrv restart
[root@ipaserver ~]# service dirsrv restart
Copy to Clipboard Copied! Toggle word wrap Toggle overflow