[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Real name authentecation.

From: Ashwin Basagouda Patil <ashwin.patil_at_robosoftin.com>
Date: 2007-10-26 04:16:07 CEST

Ya..I am using apache 2.56.0 and subversion 1.45.

-----Original Message-----
From: Ed Wittmann <ewittmann@combinenet.com>
To: Ashwin Basagouda Patil <ashwin.patil@robosoftin.com>
Cc: Subversion Users <users@subversion.tigris.org>
Date: Thu, 25 Oct 2007 12:35:15 -0400
Subject: Re: Real name authentecation.

> You didn't mention which version of Apache you're running (apache2
> something) but this is an apache config issue, not a subversion issue.
>
> However, this might help you out:
>
> http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html
>
> or this:
>
> http://httpd.apache.org/docs/2.0/mod/mod_auth_ldap.html
>
> -Ed
>
>
> On Thu, 2007-10-25 at 18:15 +0530, Ashwin Basagouda Patil wrote:
>
> > Dear All,
> >
> > How I can set the LDAP authentication to subversion server with the
> real
> > name? I have configure a Subversion server on MACos x server [HTTPS AND
> > LDAP authentication] and I have the following
> > configuration .in /apache2/coif/vhost.conf file.Tehe LDAP is also
> > configured on MAC server .
> >
> >
> > For "Hathi" repository:
> >
> > ***********************vhost.conf**************************
> >
> > NameVirtualHost *:443
> >
> > <VirtualHost *:443>
> > ServerName hathi.robosoft.co.in
> > ServerAlias www.hathi.robosoft.co.in
> > ServerAdmin root@localhost
> > DocumentRoot /projects/subversion/Hathi/
> > <Location />
> > DAV svn
> > SVNPath /projects/subversion/Hathi/
> > AuthType Basic
> > AuthName "Case Network ID"
> > AuthLDAPURL "ldaps://roboserver.robosoft.co.in/dc=RoboServer"
> > AuthLDAPBindDN "uid=root,cn=users,dc=RoboServer"
> > AuthLDAPBindPassword "WorkSecurely"
> >
> > # All users in openldap
> > require valid-user
> > # our access control policy
> > AuthzSVNAccessFile
> /projects/subversion/Hathi/svn-authorize-file
> > </Location>
> > ErrorLog /usr/local/apache2/logs/error.log
> > CustomLog /usr/local/apache2/logs/access.log common
> > </VirtualHost>
> >
> >
> *************************************************************************
> *******************
> >
> > I am able to login to the repositories with the short names nicely but
> it
> > is saying "User noe Found " if I give the "Real Name".
> >
> > Example:
> >
> > ashwin.patil----------Not works
> > ashwinpatil-----------Works fine.
> >
> > Please note the missing char"."
> >
> > Please help in this regards.
> >
> > Ashwin Patil
> >
> >
> > -----------------------------------------------
> > Robosoft Technologies - Come home to Technology
> >
> > Disclaimer: This email may contain confidential material. If you were
> not an intended recipient, please notify the sender and delete all
> copies. Emails to and from our network may be logged and monitored. This
> email and its attachments are scanned for virus by our scanners and are
> believed to be safe. However, no warranty is given that this email is
> free of malicious content or virus.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: users-help@subversion.tigris.org
> >
>
>
> ______________________________________________________________________
> The information contained in this e-mail message and its attachments are
> intended only for the personal and confidential use of the named
> recipient(s). If you are neither the intended recipient nor the person
> responsible for delivering to the intended recipient, you are not
> authorized to and must not disclose, copy, distribute or retain this
> e-mail or its attachments. If you have received this communication in
> error, please notify us immediately by e-mail and delete the original
> message. E-mail is susceptible to data corruption, interception,
> tampering, unauthorized amendment and viruses. We are not liable for
> data corruption, interception, tampering, amendment or viruses or any
> consequences thereof.

-----------------------------------------------
Robosoft Technologies - Come home to Technology

Disclaimer: This email may contain confidential material. If you were not an intended recipient, please notify the sender and delete all copies. Emails to and from our network may be logged and monitored. This email and its attachments are scanned for virus by our scanners and are believed to be safe. However, no warranty is given that this email is free of malicious content or virus.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 26 04:16:06 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.