Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MyVD query with boolean attributes in DB #108

Open
moekku opened this issue Sep 21, 2021 · 0 comments
Open

MyVD query with boolean attributes in DB #108

moekku opened this issue Sep 21, 2021 · 0 comments

Comments

@moekku
Copy link

moekku commented Sep 21, 2021

How can I query a boolean attribute via MyVD when using DB insert (for Postgres)?

Basically I would like to make following kind of LDAP query (&(uid=xyz*)(userstatus=t)) to MyVD.
The problem is MyVD handles all query attributes by default as strings and makes the SQL query for userstatus field with operator LIKE, causing postgres to give an error.

I could not find answer in the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant