enter image description here
As you can see on the image, first time we were displayed Author properlly.
After we connected our SVN and AD, Author was not displayed.
how can I troubleshoot for this issue?
Our server's Setting (/etc/httpd/conf.d/subversion.conf)
<AuthnProviderAlias ldap ldap01>
AuthLDAPURL ldaps://ADaccount01.AZ.abc.abcd-ad/DC=abc,DC=abcd-ad?sAMAccountName?sub?(sAMAccountName=*)
AuthLDAPBindDN "CN=test-ad1,OU=Serviceaccounts,OU=AZ,DC=abc,DC=abcd-ad"
AuthLDAPBindPassword "exec:/bin/cat /etc/subversion/svn-bind-pwd
</AuthnProviderAlias>
If you need additional information, let us know
I was modifying sAMAccountName?sub?(sAMAccountName=*) but it was not working.
New contributor
HW Lim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.