Ldapsearch vs univention-ldapsearch

I am noticing a difference between univention-ldapsearch . What would be a command to run on OpenLdap workstation client to get this output.

univention-ldapsearch -LLL uid=alex ‘*’ ‘+’

The full command I am using to get connected and retrieve queries is the following:

ldapsearch p 7636 -b “dc=mydomain,dc=com” -H ldaps://mail.mydomain.com -D “cn=Administrator,cn=users,dc=mydomain,dc=com” -W -LLL uid=alex

This command is not making any filter nor retrieving the specifics for the user. what is wrong with it?

thanks,

R. Riley

Hi ,

ldapsearch p 7636 -b “dc=mydomain,dc=com” -H ldaps://mail.mydomain.com -D “cn=Administrator,cn=users,dc=mydomain,dc=com” -W -LLL -b “cn=alex,cn=users,dc=mydomain,dc=com” “*” “+”

This command resolved my question

Riley

Mastodon