If we were thinking about using the apache LDAP, here are some
details. I have no idea if we can acces the server outside of the
apache infrastructure.

D.


---------- Forwarded message ----------
From:  <[email protected]>
Date: Sun, Apr 10, 2011 at 6:11 AM
Subject: git commit: Use the ldap*.a.o DNS aliases
To: [email protected]


Updated Branches:
 refs/heads/master c7c284b87 -> 1132e61a1


Use the ldap*.a.o DNS aliases


Project: https://git-wip-us.apache.org/repos/infra/asfgit-admin/repo
Commit: https://git-wip-us.apache.org/repos/infra/asfgit-admin/commit/1132e61a
Tree: https://git-wip-us.apache.org/repos/infra/asfgit-admin/tree/1132e61a
Diff: https://git-wip-us.apache.org/repos/infra/asfgit-admin/diff/1132e61a

Branch: refs/heads/master
Commit: 1132e61a152c65b4fdbc09f14fac4cdd4d1f0b77
Parents: c7c284b
Author: Daniel Shahaf <[email protected]>
Authored: Sun Apr 10 07:10:37 2011 +0300
Committer: Daniel Shahaf <[email protected]>
Committed: Sun Apr 10 07:11:13 2011 +0300

----------------------------------------------------------------------
 conf/httpd/git.conf    |    2 +-
 conf/httpd/gitweb.conf |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


https://git-wip-us.apache.org/repos/infra/asfgit-admin/blob/1132e61a/conf/httpd/git.conf
----------------------------------------------------------------------
diff --git a/conf/httpd/git.conf b/conf/httpd/git.conf
index f168b67..3eb3f79 100644
--- a/conf/httpd/git.conf
+++ b/conf/httpd/git.conf
@@ -23,7 +23,7 @@ LDAPVerifyServerCert On
        AuthType Basic
        AuthName "Git Committers"
        AuthBasicProvider ldap
-        AuthLDAPUrl
"ldaps://people.apache.org:636/ou=people,dc=apache,dc=org?uid"
+        AuthLDAPUrl
"ldaps://ldap1-us.apache.org:636/ou=people,dc=apache,dc=org?uid"
        AuthLDAPGroupAttribute memberUid
        AuthzLDAPAuthoritative on
        AuthLDAPGroupAttributeIsDN off

https://git-wip-us.apache.org/repos/infra/asfgit-admin/blob/1132e61a/conf/httpd/gitweb.conf
----------------------------------------------------------------------
diff --git a/conf/httpd/gitweb.conf b/conf/httpd/gitweb.conf
index 2301189..a9b4884 100644
--- a/conf/httpd/gitweb.conf
+++ b/conf/httpd/gitweb.conf
@@ -36,7 +36,7 @@ SetEnv GIT_HTTP_EXPORT_ALL
    AuthType Basic
    AuthName "Git Infrastructure"
    AuthBasicProvider ldap
-    AuthLDAPUrl "ldaps://people.apache.org:636/ou=people,dc=apache,dc=org?uid"
+    AuthLDAPUrl
"ldaps://ldap1-us.apache.org:636/ou=people,dc=apache,dc=org?uid"
    AuthLDAPGroupAttribute member
    AuthzLDAPAuthoritative on
    AuthLDAPGroupAttributeIsDN on

Reply via email to