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

Fixes #4403: allow to configure LDAP authentication from property file #492

Conversation

fanf
Copy link
Member

@fanf fanf commented Mar 26, 2014

The main painful part was to understand that we must have system properties to be able to use them at the time the import is resolve.

Perphaps a better solution would have been to configure everything in code, but the spring-security part is awful.

# login by the user.
#
rudder.auth.ldap.searchbase=ou=People
rudder.auth.ldap.filter=(&(uuid={0})(objectclass=person))
Copy link
Member

Choose a reason for hiding this comment

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

Please change this line to replace uuid by uid. This is not a valid LDAP example and I just know it will cause us pain the future.

For simplicity feel free to merge as is and change that afterwards. This is urgent.

@ncharles
Copy link
Member

looks good to me ! thank oyu Francois

ncharles added a commit that referenced this pull request Mar 27, 2014
…erty_file

Fixes #4403: allow to configure LDAP authentication from property file
@ncharles ncharles merged commit 0ec0da5 into Normation:branches/rudder/2.10 Mar 27, 2014
@fanf fanf deleted the bug_4403/LDAP_configuration_in_property_file branch March 15, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants