Closed zhujian0805 closed 1 year ago
Hi @zhujian0805
NOTE: Please ensure you censor confidential information in any details/info you pass over
Would you be able to elaborate on this issue a bit, information I'm looking for would be:
Not required but would be beneficial would be the debug
level logs of the query execution, you can set Steampipe to output debug
logs with the STEAMPIPE_LOG_LEVEL environment variable.
Logs can then be located in the ~/.steampipe/logs
dir.
Hey @zhujian0805 I'm going to close this issue for now as no response received, please feel free to reopen this if you feel there's anything additional you can add so we can dig into your issue(s).
Thanks!
ldap plugin can not list all the operational attributes in the results
**for example, without the '+' i can not see the operational attributes
ldapsearch -b 'ou=users,dc=example,dc=net' 'user=me'
but with '+' i canldapsearch -b 'ou=users,dc=example,dc=net' 'user=me' '+'
So I tried '["memberof"]' and '["+"]' didn't work.