You might want to add or modify the home directory permissions
of the user on the managed resource.
About this task
To modify the home directory permissions, you must customize the
erPosixHomeDir attribute on the account form. Do the following steps on IBM Security Verify
Governance:
Procedure
-
Edit the profile JAR
file.
- Log in to the system where the UNIX and Linux Adapter is installed.
- Copy the JAR file into a temporary directory.
- Extract the contents of the JAR file into the temporary directory. Run the following
command. The following example applies to the Linux adapter profile.
- Type the name of the JAR file for your operating system.
#cd /tmp
#jar -xvf PosixLinuxProfile.jar
The jar command extracts the files into the PosixLinuxProfile directory.
- Edit the Account.xml file for your respective profile. For
example, erPosixLinuxAccount.xml in the case of the Linux
adapter.
- Add
erPosixPerHomeDir attribute under $tabemployee
info tab on account.xml for your respective profile. See the following example:
<formElement direction="inherit" label="$erposixperhomedir” name="data.erposixperhomedir">
<input type="text" name="data.erposixperhomedir"/>
</formElement>
- Save the changes.
- Import the file.
- Create a JAR file by using the files in the /tmp directory Run
the following command:
#cd /tmp
#jar -cvf PosixLinuxProfile.jar PosixLinuxProfile
- Import the JAR file into the Identity server.
- Stop and start the Identity server.
- Restart the adapter service.
- To manage this attribute on account form, discover attributes from
target system on Identity server. See Discovering attributes from a target system in the Identity server documentation.
After
performing the steps above,
erPosixPerHomeDir is visible on account form on
Identity server.
- POSIX AIX® account
- Select this option to customize the erPosixHomeDir attribute on the AIX account form.
- POSIX HP-UX account
- Select this option to customize the erPosixHomeDir attribute on the HP-UX
account form.
- POSIX Linux® account
- Select this option to customize the erPosixHomeDir attribute on the Linux account form.
- POSIX Solaris account
- Select this option to customize the erPosixHomeDir attribute on the Solaris
account form.