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
Fixes #24301 - Create user in LDAP does not require password #6005
Conversation
When creating a user on Foreman with hammer having external authentication source LDAP/AD gives an error if password not mentioned while the user gets added if password parameter is mentioned. As the user created will be authenticated with the authentication source password and not by the password provided by us while creating user, it should not be mandatory to create user with password parameter.
|
@dLobatog, the Redmine ticket used is for a different project than the one associated with this GitHub repository. Please either:
If changing the ticket number used, remember to update the PR title and the commit message (using This message was auto-generated by Foreman's prprocessor |
|
Issues: #24301 |
|
It doesn't seem to allow me to move the ticket to the Foreman project in Redmine rather than the Hammer one. Is that possible or am I just missing the right permissions? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except for the redmine issue: 👍
|
@dLobatog, the Redmine ticket used is for a different project than the one associated with this GitHub repository. Please either:
If changing the ticket number used, remember to update the PR title and the commit message (using This message was auto-generated by Foreman's prprocessor |
|
I've moved the Redmine issue. |
|
[test foreman] |
|
merged, gracias @dLobatog! |
When creating a user on Foreman with hammer having external
authentication source LDAP/AD gives an error if password not mentioned
while the user gets added if password parameter is mentioned. As the
user created will be authenticated with the authentication source
password and not by the password provided by us while creating user, it
should not be mandatory to create user with password parameter.