Live data from Hacker News

Subversion: LDAP integration using Apache

suryasuravarapu.com

1–9 of 9 posts

Re: Subversion: LDAP integration using Apache

#3
post #2

This is a system administration HOWTO, not news.

here are some more http://news.ycombinator.com/item?id=606506 http://news.ycombinator.com/item?id=606892 http://news.ycombinator.com/item?id=606842 http://news.ycombinator.com/item?id=606363

May be you should go to each post you think is not news and post 'This is a _____, not news'.

Re: Subversion: LDAP integration using Apache

#6
post #4

Good article. Can you give a use case where using ldap+apache is useful? Single signon? I've used ldap and apache as separate products but not together and trying to understand where this might be relevant. Thanks

any university web app

can you elaborate? Does this replace, say, apache's basic/digest authentication system?

Re: Subversion: LDAP integration using Apache

#8
post #4

Good article. Can you give a use case where using ldap+apache is useful? Single signon? I've used ldap and apache as separate products but not together and trying to understand where this might be relevant. Thanks

We use it where I work for access control. We define groups in ActiveDirectory(LDAP) which are then specified for each subversion repository. It works fairly well for this except there is no fine control. You can only specify access or no access, not read only or something like that.

Re: Subversion: LDAP integration using Apache

#9
post #8
post #4

Good article. Can you give a use case where using ldap+apache is useful? Single signon? I've used ldap and apache as separate products but not together and trying to understand where this might be relevant. Thanks

We use it where I work for access control. We define groups in ActiveDirectory(LDAP) which are then specified for each subversion repository. It works fairly well for this except there is no fine control. You can only specify access or no access, not read only or something like that.

can you elaborate the finer control aspect?