To use Kerberos V5 authentication with iSeries™ NetServer™, you need to configure Enterprise Identity Mapping (EIM) and Network authentication.
Complete all of the following steps before restarting the system:
The EIM configuration wizard gives you the option to configure Network authentication service, if it is not currently configured on your system. In this event, select to configure the Network authentication service, because it is a required service to use Kerberos V5 authentication with iSeries NetServer.
To configure EIM and Network authentication service...
If Network authentication service is not currently configured on the system, you will be prompted to configure this service during the EIM configuration wizard. You must ensure that you select to add the iSeries NetServer service principals when configuring Network authentication service.
Complete the following steps to configure an iSeries NetServer service principal on the Windows KDC:
Instructions for installing the Support Tools can be found in Microsoft® KB article Q301423 (support.microsoft.com/support/kb/articles/Q301/4/23.ASP) .
For Windows 2000 clients:
ktpass -princ HOST/<iSeriesNetServerName@REALM> -mapuser <new user> -pass <password>
For Windows XP or Windows Server 2003 clients:
ktpass -princ cifs/<iSeriesNetServerName>@REALM> -mapuser <new user> -pass <password>
Only one principal can be mapped to a user. If both HOST/* and cifs/* principals are needed, each must be mapped to a separate Active Directory user.