Environment
NetIQ eDirectory 8.8 for All Platforms
Situation
LDAP SSL Ports 389 and 636 are been used by GWIA
The following is displayed when executing this command (netstat -peanut | grep '389|\636'):
tcp 0 0 151.155.215.94:389 0.0.0.0:* LISTEN 0 2698547 5938/gwia
tcp 0 0 151.155.215.94:636 0.0.0.0:* LISTEN 0 2698547 5938/gwia
The following is displayed when executing this command (netstat -peanut | grep '389|\636'):
tcp 0 0 151.155.215.94:389 0.0.0.0:* LISTEN 0 2698547 5938/gwia
tcp 0 0 151.155.215.94:636 0.0.0.0:* LISTEN 0 2698547 5938/gwia
Resolution
- In ConsoleOne, right-click the GWIA object, then select Properties.
- Select LDAP | Select Settings to display the LDAP Setting page | Uncheck the checkbox of Enable LDAP Service | Select Apply | Select OK.
- Restart GWIA from the command line rcgrpwise restart gwia.domain.
- Run the command to check the ports to confirm that ports are still not been used by GWIA netstat -peanut | grep 389 and netstat -peanut | grep 636
Cause
The eDirectory process (ndsd) is not listening on the ldap ports (default: 389 and 636) because GWIA is currently listening on those ports.