Re: [lopsa-tech] Password synchronization (Active Directory/OpenLDAP)

2011-02-15 Thread Brian J. Atkisson
On 15/02/11 20:52 +, Ari Constancio wrote: >Hi, > >We're about to introduce Active Directory in an environment based on >LDAP (OpenLDAP) for accounts. Password synchronization should be >bidirectional if possible. >I'd like to hear any advice on how folks are integrating AD and LDAP servers. >

Re: [lopsa-tech] Password synchronization (Active Directory/OpenLDAP)

2011-02-15 Thread Lamont Granquist
one thing you can do is just use pam_krb5 to do kerberos auth against AD (probably cross-realm with unix host principals in an MIT server and user princs in AD). that will handle authentication and give you something like single-signon and leverage AD for password rotation, etc. then you can

Re: [lopsa-tech] Password synchronization (Active Directory/OpenLDAP)

2011-02-15 Thread John Jasen
On 02/15/2011 03:52 PM, Ari Constancio wrote: > Hi, > > We're about to introduce Active Directory in an environment based on > LDAP (OpenLDAP) for accounts. Password synchronization should be > bidirectional if possible. > I'd like to hear any advice on how folks are integrating AD and LDAP server

Re: [lopsa-tech] Password synchronization (Active Directory/OpenLDAP)

2011-02-15 Thread Chris Reisor
pGina might be worth a look, if you're tolerant of Open Source software in your setup. It's kind of an end-run around the issue: it replaces (or forms part of the chain) the built-in authentication mechanism in Windows with a plug-in based system. One such plugin is for LDAP authentication. Thin

Re: [lopsa-tech] Password synchronization (Active Directory/OpenLDAP)

2011-02-15 Thread Matt Lawrence
On Tue, 15 Feb 2011, Ari Constancio wrote: > We're about to introduce Active Directory in an environment based on > LDAP (OpenLDAP) for accounts. Password synchronization should be > bidirectional if possible. > I'd like to hear any advice on how folks are integrating AD and LDAP servers. We are

[lopsa-tech] Password synchronization (Active Directory/OpenLDAP)

2011-02-15 Thread Ari Constancio
Hi, We're about to introduce Active Directory in an environment based on LDAP (OpenLDAP) for accounts. Password synchronization should be bidirectional if possible. I'd like to hear any advice on how folks are integrating AD and LDAP servers. Regards, Ari Constancio __