How to get authentication for /QNTC/{windows Share drive IP} in AS400?

痞子三分冷 提交于 2020-01-07 08:36:09

问题



I am trying to sync the share drive content say X:(IP)of windows , and access the contents of share drive X: from AS400 terminal using WRKLNK '/qntc/{IPADDRESS}' .
As per the forum FTP Jar file from share path on windows to IFS location in AS400? the authentication of MKDIR '/QNTC/{IPADDRESS}' require separate question . So please provide solutions.


回答1:


Sorry for late response. Time of year and other stuff have been very distracting.

What are the OS versions of IBM i and Windows? As Windows changes between releases, networking also changes. Both ends need to maintain compatible networking levels. Other elements can also be important, but which questions can depend on the OS releases.

For perhaps the simplest approach, an IBM i user profile may be set with a password and a same-named user can be created on the Windows system with the same password. Password rules at their simplest would have 10-character maximum length on IBM i and would be all upper-case. The Windows password should match upper-case, but all lower-case also works most often. The Windows user should be created as a local machine (not domain) user.

A job on IBM i would run under the matching user. That might be due to logging on as that user, running a SBMJOB that specifies that user or using one of the security APIs to switch the job temporarily to that user while the connection is used.

From that basic level, a couple more complex (and more secure) methods are possible. All will be easier if the simplest is already working. There might be PTFs or configuration changes needed to get Windows and IBM i working together, and those will be easier to determine before looking for more secure connections.

Nowadays, it can be better to leave Windows networking behind and start using NFS instead. That means ignoring /QNTC and making sure that NFS is installed and active on the Windows system. It can also mean that management of user uids and guids needs to be started. Few AS/400s and later systems have paid any attention to those, but the time might have arrived to get started.



来源:https://stackoverflow.com/questions/44116060/how-to-get-authentication-for-qntc-windows-share-drive-ip-in-as400

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!