If you are using Windows 2000 or later the port 389 is probably already open.
Is this apache on Windows or Linux? Can you send the contents of the
error log file from Apache?
On Fri, Apr 24, 2009 at 09:10, Irfan Sayed <irfu.sayed_at_gmail.com> wrote:
> Sorry.
> Here is the updated one.
>
> <Location "/svn">
> DAV svn
> SVNParentPath /usr/local/svn
> SVNListParentPath On
> SVNAutoversioning On
> AuthBasicProvider ldap
> AuthType Basic
> AuthzLDAPAuthoritative off
> AuthName "My "
> AuthLDAPURL
> "ldap://sppufls01.exfo.com:389/DC=exfo.com?sAMAccountName?sub?(objectClass=*)"
> AuthLDAPBindDN "CN=irfsay1,CN=Users,DC=exfo.com"
> AuthLDAPBindPassword jaba_1234
> AuthzSVNAccessFile /etc/subversion/acl
> # require ldap-group CN=irfsay1,CN=Users,DC=exfo.com
> require valid-user
> </Location>
>
> Still it is not working. i think the problem is that 389 port might
> not be opened on the windows domain controller. Is it neccessary that
> it should be opened??
>
> Please advice
> Regards
> Irf
>
>
>
> On 4/24/09, webpost_at_tigris.org <webpost_at_tigris.org> wrote:
>> Apparently from what you write here, you have two AuthLDAPBindDN directives
>> in your httpd.conf.
>>
>> ------------------------------------------------------
>> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1890469
>>
>> To unsubscribe from this discussion, e-mail:
>> [users-unsubscribe_at_subversion.tigris.org].
>>
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1891212
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1891472
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-24 14:32:00 CEST