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

Clean up LDAP authenticator #3491

Merged
merged 11 commits into from
Aug 26, 2021
Merged

Conversation

csoulios
Copy link
Contributor

No description provided.

@pondix
Copy link
Contributor

pondix commented Jun 21, 2021

Automated message: PR pending admin approval for build testing

@renecannao
Copy link
Contributor

add to whitelist

#ifdef DEBUG
debug_spiffe_id(user,attributes, __LINE__, __func__);
#endif
(*myds)->sess->schema_locked=schema_locked;
(*myds)->sess->transaction_persistent=transaction_persistent;
(*myds)->sess->session_fast_forward=fast_forward;
(*myds)->sess->user_max_connections=max_connections;
if (strncmp(password,(char *)pass,strlen(password))==0) {
if (strcmp(password, (char *) pass) == 0) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, can you please formulate?
Thanks

@renecannao renecannao merged commit 0da250e into sysown:v2.x Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants