In linux system,I know that we can execute system commands via Mysql command like by using ! . I would like to know if we can do something like that via LDAP.
In linux system,I know that we can execute system commands via Mysql command like
Share
I think the question is not fully correct. When you run shell commands from mysql client, you just run shell commands. These commands are not related to mysql. That is just a convinient way to run something from the mysql client without leaving it.
There are nos such clients for LDAP. All commands that you can use to access a LDAP-server are non-interactive:
ldapsearch,ldapadd,ldapmodifyand so on. So you are not able “escape” them.