Hi Chris, thank you for quick response. Infact i did try that also and still giving the same. FYI below is what i did
```
/sbin/gluu-serverd-3.1.3 login
Last login: Tue Oct 9 03:28:33 2018 from ip6-localhost
Welcome to the Gluu Server!
[root@mygluserv ~]# /opt/gluu-server-3.1.3/opt/opendj/bin/ldapsearch -h localhost -p 1636 -Z -X -D "cn=directory manager" -w 'password' -b "ou=appliances,o=gluu" -s one "objectclass=*"
-bash: /opt/gluu-server-3.1.3/opt/opendj/bin/ldapsearch: No such file or directory
[root@mygluserv ~]# /opt/opendj/bin/ldapsearch -h localhost -p 1636 -Z -X -D "cn=directory manager" -w 'password' -b "ou=appliances,o=gluu" -s one "objectclass=*"
```
Do let me know how to get through this as i need to update the authentication :(