> I am proud to announce the official release of RT::Authen::ExternalAuth > v0.06 - the first release to be out-of-the-box compatible with RT 3.8.x.
Mike, I'm looking at this module for the first time this weekend. I'm curous if there is any provision for providing multiple servers for an LDAP service...We'll be authenticating against active directory, and there are multiple servers in a failover relationship. I would ideally want to be able to provide a list of LDAP URIs to identify potential services, e.g.L 'servers' => [ 'ldaps://dc1.example.com', 'ldaps://ldaps://dc2.example.com/' ], Even outside of an AD environment, this makes a lot of sense. Most LDAP servers provide some sort of replication feature, and it's common for an application server to maintain a local LDAP replica. A configuration like: 'servers' => ['ldapi://%2fvar%2flib%2fldap_sock', 'ldaps://dc1.example.com/' ], Would allow RT to talk to the local replica over a Unix socket unless it became unavailable, in which case RT would contact the remote server. -- Lars Kellogg-Stedman <[EMAIL PROTECTED]> _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
