Perform the following steps to LUM-enable the CIS user and group:
Delete the local CIS user.
userdel cisuser
Verify if the CIS user is deleted.
cat /etc/passwd | grep "cisuser"
Delete the local CIS group.
groupdel cisgroup
Verify if the CIS group is deleted.
cat /etc/group | grep "cisgroup"
Create a Linux group object.
namgroupadd [-a adminFDN] - x group_context -W workstation_name group_name
For example, namgroupadd -a cn=admin,o=microfocus -x o=microfocus cisgroup -W acme-111-129
Create a Linux user object
namuseradd [-a adminFDN] -x user_context [-c comment] -g primary_groupFDN [-s shell] login_name
namuseradd -a cn=admin,o=microfocus -x o=microfocus -c cisuser -g cn=cisgroup,o=microfocus -s /sbin/nologin cisuser
The namuserlist utility lists the attributes of Linux User objects.
namuserlist cisuser
Start Linux User Management.
rcnamcd restart
Start Name Service Cache Daemon.
rcnscd restart
To give rights to the log folder.
rights -f /media/nss/CISVOLUME/var/opt/novell/log/cis -r rwfcem trustee cisuser.microfocus.oes
To give rights to the configuration folder.
rights -f /media/nss/CISVOLUME/etc/opt/novell/cis -r rwfcem trustee cisuser.microfocus.oes