Hi,
I am trying to configure ldap authentication but unable to login with doamin account getting below error message.
528] [client 10.12.65.112:54191] AH01617: user anku.sharma@imfcorp.com: authenti cation failure for "/mercurial/hg-stable/": Password Mismatch
[Tue May 05 12:23:30.700305 2015] [auth_basic:error] [pid 15167:tid 139881716086 528] [client 10.12.65.112:54192] AH01617: user anku.sharma@imfcorp.com: authenti cation failure for "/mercurial/hg-stable/": Password Mismatch
[Tue May 05 12:23:30.705258 2015] [auth_basic:error] [pid 15166:tid 139881707693 824] [client 10.12.65.112:54193] AH01617: user anku.sharma@imfcorp.com: authenti cation failure for "/mercurial/hg-stable/": Password Mismatch
Can you pls help me out in that.
Regards,
Anku Sharma
Hi,
My apache conf file entry as below:
ScriptAliasMatch ^/mercurial(.*) /mercurial/hgweb.cgi$1
<Directory "/mercurial/">
Options Indexes FollowSymlinks MultiViews ExecCGI
AllowOverride All
Order allow,deny
Allow from all
AuthType Basic
Require valid-user
AuthBasicProvider ldap
AuthType basic
AuthName "ICTS Mercurial"
AuthUserFile /home/hguser
AuthLDAPUrl ldap://10.12.2.231:389/dc=imfcorp,dc=com?cn?sub NONE
AuthLDAPBindDN "username"
AuthLDAPBindPassword "password"
Require ldap-group CN=Group,OU=Name,OU=To,OU=Require,dc=imfcorp,dc=com
</Directory>
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.