RE: LDAP authentication not working after the domain controller changed

2023-11-15 Thread Rajesh N
erg Sent: Friday, November 10, 2023 5:37 PM To: Rajesh N Cc: users@subversion.apache.org Subject: Re: LDAP authentication not working after the domain controller changed ***ATTENTION: This message was received from an EXTERNAL source.*** Den fre 10 nov. 2023 kl 11:58 skrev Rajesh N mailto:raj

Re: LDAP authentication not working after the domain controller changed

2023-11-10 Thread Daniel Sahlberg
Den fre 10 nov. 2023 kl 11:58 skrev Rajesh N : > Hello Team , > > We are using LDAP authentication in SVN and recently we moved old DC to > new DC (Windows Server 2019 ) . > After moving Subversion LDAP authentication is not working with the new > DC, which is causing the old DC to fail. But LDAP

Re: LDAP authenticate problem

2018-05-22 Thread Eric Johnson
The question relates to to either Apache, or the ActiveDirectory configuration, not Subversion, from the looks of it. The mailing lists for httpd will probably be able to give better advice more quickly. Eric. On Mon, May 21, 2018 at 2:41 PM, Paul Nguyen wrote: > I’m running SVN 1.9.3 (r17185

Re: LDAP Usage Question

2016-05-24 Thread Eric Johnson
We scan our LDAP server, and generate group information from that, and then apply that to our version control servers. Eric. On 5/24/16 12:51 AM, Dariusz Nowak wrote: Hello, I'm new in subversion world and tried to research something yesterday - without success, so decided to post here. My

Re: LDAP Usage Question

2016-05-24 Thread Branko Čibej
On 24.05.2016 09:51, Dariusz Nowak wrote: > > Hello, > > > I'm new in subversion world and tried to research something yesterday > - without success, so decided to post here. My question is related to > authentication using LDAP. > > > My scenario is that I will require 2 auth methods (passwd + lda

Re: Ldap

2014-10-16 Thread Eric Johnson
Hi Anup, On Thu, Oct 16, 2014 at 3:33 AM, Somashekarappa, Anup (CWM-NR) < anup.somashekara...@rbc.com> wrote: > Hello, > > Apache will start up properly but user who belongs to domain1 are able to > login but users of domain2 are not able to login. > > Expected result : users of both domain shou

RE: Ldap

2014-10-16 Thread Somashekarappa, Anup (CWM-NR)
tails have been mentioned below. Apache = 2.2 SVN = 1.7 Thanks & Regards, Anup T S From: Eric Johnson [mailto:e...@tibco.com] Sent: 2014, October, 15 1:13 PM To: Somashekarappa, Anup (CWM-NR) Cc: users@subversion.apache.org Subject: Re: Ldap This is could b

Re: Ldap

2014-10-15 Thread Eric Johnson
This is could be a question for an Apache-related mailing list. However, it is difficult to tell, because your statement of the problem doesn't really include enough information. How is it not working? Any errors in any of the log files? What are you expecting? Are people not being authorized, or

Re: LDAP authz aliases with svn+ssh

2012-01-06 Thread Daniel Shahaf
I've not used LDAP in this way, but two things: Owen Loy wrote on Thu, Jan 05, 2012 at 14:07:58 -0800: > [aliases] > svnaccess = CN=svngroup,CN=groups,DC=example,DC=com > I don't think you can use groups this way, since the file parser isn't aware of the semantics of LDAP. > With this setup, SS

Re: LDAP authz aliases with svn+ssh

2012-01-05 Thread Patrick Burma
You might try this to sync your authz file to an ldap group, it will write in the entries for you, nice way to avoid issues with syntax perhaps? http://www.thoughtspark.org/node/26 Never used it myself, meant to try it, but I've heard good things. -Pat On Thu, Jan 5, 2012 at 3:07 PM, Owen Loy

RE: LDAP Group Configuration in AuthzSVNAccessFile

2010-04-01 Thread Feldhacker, Chris
MEAdminGroup,OU=Groups,DC=ad,DC=company,DC=com # For any read-only operation, allow these additional users/groups Require valid-user -Original Message- From: Giulio Troccoli [mailto:giulio.trocc...@uk.linedata.com] Sent: Thursday, April 01, 2010 10:02 AM To: 'Lee

RE: LDAP Group Configuration in AuthzSVNAccessFile

2010-04-01 Thread Bob Archer
> Thank you for your help but I think you may have misunderstood my > question. > In your previous email where you showed the content of your > AuthzSVNAccessFile file as. What I am looking for is to be able to is > where > you say > > [groups] > developers = Giulio Troccoli, Harpal Panesar > >

RE: LDAP Group Configuration in AuthzSVNAccessFile

2010-04-01 Thread Giulio Troccoli
> Thank you for your help but I think you may have > misunderstood my question. > In your previous email where you showed the content of your > AuthzSVNAccessFile file as. What I am looking for is to be > able to is where you say > > [groups] > developers = Giulio Troccoli, Harpal Panesar > > I wa

RE: LDAP Group Configuration in AuthzSVNAccessFile

2010-04-01 Thread Lee Kaufman
: Giulio Troccoli [mailto:giulio.trocc...@uk.linedata.com] Sent: Thursday, April 01, 2010 9:16 AM To: 'Lee Kaufman' Cc: 'users@subversion.apache.org' Subject: RE: LDAP Group Configuration in AuthzSVNAccessFile > -Original Message- > From: Lee Kaufman [mailto:lee.kauf..

RE: LDAP Group Configuration in AuthzSVNAccessFile

2010-04-01 Thread Giulio Troccoli
> -Original Message- > From: Lee Kaufman [mailto:lee.kauf...@transmetric.com] > Sent: 01 April 2010 14:57 > To: Giulio Troccoli > Subject: RE: LDAP Group Configuration in AuthzSVNAccessFile > > Right but how do I define that group as a LDAP group e.g. > CN=h

RE: LDAP Group Configuration in AuthzSVNAccessFile

2010-04-01 Thread Giulio Troccoli
> > > I have been set the task of setting up SVN and connecting > > > Authentication and Authorization to our MS Active > Directory system. > > > The SVN is now running on a Debian Linux server. I have > > > successfully set up Authenticated to authenticate users who have > > > access to the SVN s

Re: LDAP Group Configuration in AuthzSVNAccessFile

2010-03-31 Thread Aaron Turner
On Wed, Mar 31, 2010 at 2:38 PM, Stefan Sperling wrote: > On Wed, Mar 31, 2010 at 02:28:53PM -0700, Aaron Turner wrote: >> On Wed, Mar 31, 2010 at 2:25 PM, Stefan Sperling wrote: >> > On Wed, Mar 31, 2010 at 12:40:13PM -0700, Aaron Turner wrote: >> >> On Wed, Mar 31, 2010 at 12:23 PM, Lee Kaufman

Re: LDAP Group Configuration in AuthzSVNAccessFile

2010-03-31 Thread Stefan Sperling
On Wed, Mar 31, 2010 at 02:28:53PM -0700, Aaron Turner wrote: > On Wed, Mar 31, 2010 at 2:25 PM, Stefan Sperling wrote: > > On Wed, Mar 31, 2010 at 12:40:13PM -0700, Aaron Turner wrote: > >> On Wed, Mar 31, 2010 at 12:23 PM, Lee Kaufman > >> wrote: > >> > I have been set the task of setting up SV

Re: LDAP Group Configuration in AuthzSVNAccessFile

2010-03-31 Thread Aaron Turner
On Wed, Mar 31, 2010 at 2:25 PM, Stefan Sperling wrote: > On Wed, Mar 31, 2010 at 12:40:13PM -0700, Aaron Turner wrote: >> On Wed, Mar 31, 2010 at 12:23 PM, Lee Kaufman >> wrote: >> > I have been set the task of setting up SVN and connecting Authentication >> > and >> > Authorization to our MS A

Re: LDAP Group Configuration in AuthzSVNAccessFile

2010-03-31 Thread Stefan Sperling
On Wed, Mar 31, 2010 at 12:40:13PM -0700, Aaron Turner wrote: > On Wed, Mar 31, 2010 at 12:23 PM, Lee Kaufman > wrote: > > I have been set the task of setting up SVN and connecting Authentication and > > Authorization to our MS Active Directory system.  The SVN is now running on > > a Debian Linux

Re: LDAP Group Configuration in AuthzSVNAccessFile

2010-03-31 Thread Aaron Turner
On Wed, Mar 31, 2010 at 12:23 PM, Lee Kaufman wrote: > I have been set the task of setting up SVN and connecting Authentication and > Authorization to our MS Active Directory system.  The SVN is now running on > a Debian Linux server.  I have successfully set up Authenticated to > authenticate use

Re: ldap auth with one read-only user

2010-01-27 Thread Johan Corveleyn
On Tue, Jan 26, 2010 at 3:12 PM, Anja Gawlik wrote: > Hello everybody, > > I have subversion running with ldap auth against our active directory. The > normal setup with a require ldap-group worked fine. Now I shall add one > read-only user for nightly builds and it just won't work. Here is my con