Replies: 2 comments 2 replies
-
Hi @agorosti, the default is |
Beta Was this translation helpful? Give feedback.
2 replies
-
Have you set ldap_bind_pass in your variables file?
…On Wed, 1 Jun 2022, 20:38 Andres Gorostidi, ***@***.***> wrote:
So, I can not understand what is happening...
I used ldapsearch -x -b "dc=cnx,dc=pnp-hcl,dc=com" -H ldap://127.0.0.1 -D
"cn=Admin,dc=cnx,dc=pnp-hcl,dc=com" -W to check the ldap data, and I always
had "invalid credentials" when trying to bind. I am pretty sure I modified
the vars.file before I ran the ansible scripts, with a the password I was
trying to use to validate, but It did not work.
So, I tryed to use the standard password that come as default (password),
and it worked !! Seems that the ansible script did not collect the changes
I did at the all.yml to use a different password..... not sure if that is a
bug, or I did something wrong...
—
Reply to this email directly, view it on GitHub
<#207 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPCHWW5T7DDABGA3RZRG6TVM6UZXANCNFSM5XR7DPUA>
.
You are receiving this because you are subscribed to this thread.Message
ID:
<HCL-TECH-SOFTWARE/connections-automation/repo-discussions/207/comments/2866262
@github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
can someone please clarify what LDAP User admin is used on the OpenLdap ?
I do have on my vars.file
ldap_nr_of_users: 10
ldap_userid: "fakeuser"
ldap_user_password: "mypassword"
ldap_user_admin_password: "mypassword"
ldap_user_mail_domain: "connections.mydomain.com"
Is ldap admin created with the username "fakeuser" or is created with the username "Admin" ?
I am using a ldap browser cleint to authenticate on the ldap server and check users, but when I try to authenticate using cn=Admin, or cn=fakeuser on the ldap client to check the ldap server contents, I am unable to do it, it says that wrong credentials are used.
I am using dc=cnx,dc=pnp-hcl,dc=com as BaseDN
Beta Was this translation helpful? Give feedback.
All reactions