How can i integrate bazaar with LDAP/Active directory authentication
Wouter van Heyst
larstiq at larstiq.dyndns.org
Sun May 10 17:39:34 BST 2009
On Sun, May 10, 2009 at 01:35:26AM -0700, Mannan Mohamed Abubackar wrote:
>
> Currently, I am using bazaar, a version control system. I want to know how i
> can integrate bazaar with LDAP authentication, so that whenever make any
> changes from users, It display their names automatically.
I see two general approaches. One is setting the `bzr whoami`
information once from LDAP data, rerunning when that changes. The other
would be querying LDAP every time this information is required.
Approach one is easy, approach two is a lot more involved (and more
fragile/slower).
Could you elaborate some more what your desired effect is?
Wouter van Heyst
More information about the bazaar
mailing list