To enable a user
After the Fabric Manager upgrade process, navigate to the /usr/local/ffm/scripts/ldap folder and copy the enable-user.ldif file to the /home/administrator folder. It is recommended that you retain the same name.
Using an editor such as vi, edit the file as follows and save the changes. The file also contains instructions in the form of comments.
Note: When you replace the placeholders with actual values in the file, ensure that you remove the angular brackets.
In the following line, replace <userid> with the login ID of disabled account which needs to be enabled.
dn: uid=<userid>,ou=users,dc=unisys,dc=com
Log in to the FMP and open a new terminal session; or if you are connecting remotely, use a tool like PuTTY or the remote desktop function of the Fabric Management Platform and execute the following command:
ldapmodify -D "cn=root,dc=unisys,dc=com" -W -f /home/administrator/enable-user.ldif
Type the password. The default password is ‘LDAPAdmin@1’.