turbot / steampipe-plugin-ldap

Use SQL to instantly query users, groups, OUs and more from LDAP. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/ldap
Apache License 2.0
9 stars 1 forks source link

ldap plugin can not list all the operational attributes in the results #18

Closed zhujian0805 closed 1 year ago

zhujian0805 commented 1 year ago

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 can ldapsearch -b 'ou=users,dc=example,dc=net' 'user=me' '+'

So I tried '["memberof"]' and '["+"]' didn't work.

graza-io commented 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.

graza-io commented 1 year ago

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!