Problem:
LDAP Auth Availability
Expected outcome:
Connect LDAP Server to Pulp
Pulpcore version:
3.29.1
Operating system - distribution and version:
Pulp3 through Pulp Operator 1.0.0-alpha.8 ( latest version in the GitHub repo ) in Kubernetes v1.25.6
Other relevant data:
Currently there is no official documentation in the newest version for LDAP Auth through the pulp.yaml file. Is this feature available in the latest version as I have tried it multiple times already with no success.
I have used these configs in the past times.
AUTHENTICATION_BACKEND_PRESET: xxxx
AUTH_LDAP_SERVER_URI: "xxxx"
AUTH_LDAP_BIND_DN: "xxxx"
AUTH_LDAP_BIND_PASSWORD: "xxxx"
AUTH_LDAP_USER_SEARCH_BASE_DN: "xxxx"
AUTH_LDAP_USER_SEARCH_SCOPE: "SUBTREE"
AUTH_LDAP_USER_SEARCH_FILTER: "(uid=%(user)s)"
AUTH_LDAP_GROUP_SEARCH_BASE_DN: "xxxx"
AUTH_LDAP_GROUP_SEARCH_SCOPE: "SUBTREE"
AUTH_LDAP_GROUP_SEARCH_FILTER : "xxxx"
AUTH_LDAP_GROUP_TYPE_CLASS: "xxxx"