Avatar of smart Z
smart Z
 asked on

AS400 user directory

Hello Experts,

What is the tool used to manage the AS400 user directory? What do I need to install on my laptop.

Thanks
IBM System iOperating Systems

Avatar of undefined
Last Comment
Gary Patterson, CISSP

8/22/2022 - Mon
Member_2_2484401

What, exactly, do you mean by "user directory"? Are you referring to user-profiles? ... or possibly IFS folders?

-- DaveSlash
smart Z

ASKER
I mean how do you create AS400 user accounts ? what tools do I need.

Is that hard to understand?
ASKER CERTIFIED SOLUTION
Member_2_2484401

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
smart Z

ASKER
System I Navigator is something I used in the past but could not remember it.
Your help has saved me hundreds of hours of internet surfing.
fblack61
Member_2_2484401

BTW, I recently remembered that you can access user-profile info using SQL.

select *
  from QSYS2.USER_INFO

Open in new window

Gary Patterson, CISSP

Is that hard to understand?

The primary IBM i user object is called a "user profile".  These objects correspond pretty closely to other system's user ids or user accounts.  They are not organized in a directory like AD, so we don't call it a "user directory".  

To make matters more confusing there -is- a different "user directory" called the "system directory" or just the "directory" that contains additional user information used by a variety of tools like SNADS, and IBM i based email.  It is managed separately from the user profile.

IBM i provides a hierarchical file system called the IFS (Integrated File System), and users can have "home" directory folders in the IFS: commonly called the "user directory" or "home directory".

Finally, IBM i also provides an LDAP directory which can also contain user information - one example when using EIM for SSO.

So when you say "user directory" without providing any context, is really isn't that clear what you're referring to.