The idsldap user and group
During installation of a server, the idsldap user
and group are created if they do not exist. If your AIX® or Linux™
environment requires that you have more control over this
user and group, you can create them before you install.
- The
idsldapuser must be a member of theidsldapgroup. - The root user must be a member of the
idsldapgroup. - The
idsldapuser must have a home directory. - The default shell for the
idsldapuser must be the Korn shell. - The
idsldapuser can have a password, but is not required to. - The
idsldapuser can be the owner of the director server instance.
idsldap user
and group, you can use the following commands to create them and set
them up correctly: - On AIX systems:
- Use the following commands.
To create the
idsldapgroup:mkgroup idsldapTo create user ID
idsldap, which is a member of groupidsldap, and set the Korn shell as the default shell:mkuser pgrp=idsldap home=/home/idsldap shell=/bin/ksh idsldapTo set the password for user
idsldap:passwd idsldapTo modify the root user ID so that root is a member of the group
idsldap:/usr/bin/chgrpmem -m + root idsldap - On Linux systems:
- Use the following commands.
To create the
idsldapgroup:groupadd idsldapTo create user ID
idsldap, which is a member of groupidsldap, and set the Korn shell as the default shell:useradd -g idsldap -d /home/idsldap -m -s /bin/ksh idsldapTo set the password for user
idsldap:passwd idsldapTo modify the root user ID so that root is a member of the group
idsldap:
where rootgroups can be obtained by using the command:usermod -G idsldap,rootgroups rootgroups root
Be sure that all these requirements are met
before you install. IBM® Verify Directory Proxy Server does not install correctly if the idsldap user
exists but does not meet the requirements.