Installing the LDAP password filter plugin
To install the LDAP password filter plugin (psldap
) on a Unix-based LDAP server:
If you did not select Unix Installation Packages when you installed the Connector Pack, run setup on the Bravura Security Fabric server to modify your Connector Pack installation.
Ensure that appropriate Unix package is selected on the component selection page.
Click Next , then complete the installation procedure.
See Install the
psunix
installation package for more detail.Copy the
psunix-<os>.<cpu>.tar.gz
file from the unix directory to a scratch directory (such as /tmp) on the Unix server.Log in to the LDAP server with administrative privileges and extract the files from the psunix archive.
For example, type:
cd /tmp tar -zxvf psunix-linux-glibc-2.28.x64.tar.gz
Run
install.sh
and select theLDAP Transparent Sync
option.sh install.sh [ -inf <path>/idmsetup.inf ]
Follow the instructions displayed by the installer script.
In the installation process, follow the instructions and input the information prompted by each input field. To skip a field, press Enter to use the default value.
Verify that the following shared object files are copied to /usr/local/psunix/default/.
The
psldap
shared object files are named using the format:psldap-<ldap-type>.so
Where the <ldap-type> is:
sunldap
if you are running Oracle DSEE, Sun ONE Directory Server, or Red Hat Directory Serveropenldap
if you are running OpenLDAPibmldap
if you are running IBM Directory Server
Ensure that the psunix folder and all files and plugins inside are readable and executable.
For example, run the following commands:
chmod -R a+rx /usr/local/psunix/ chmod a+rx /usr/local/psunix/default/psldap-openldap.so
Also ensure that
/etc/psunix.cfg
and/etc/psunix.d/
have read and execute permissions:chmod a+rx /etc/psunix.cfg chmod -R a+rx /etc/psunix.d/
Stop the LDAP service.
Start the LDAP service.