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

Real name authentecation.

From: Ashwin Basagouda Patil <ashwin.patil_at_robosoftin.com>
Date: 2007-10-25 14:45:48 CEST

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
Received on Thu Oct 25 14:48:35 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.