I have encountered some issues while integrating DB with authentication systems with the API functions provided by GridDB. They seem to be incorrect. Could you please advise if there are equivalent functions available in the GridDB API? I would appreciate guidance on this matter.
Below are my codes
# Example: Configuring LDAP authentication for GridDB
gridstore.set_authentication_mode(griddb.AuthMode.CLIENT)
gridstore.set_authentication_username("user")
gridstore.set_authentication_password("password")
gridstore.set_authentication_provider("ldap")
New contributor
Saif is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.