Not a developer? Go to MovableType.com

Documentation

LDAPAuthURL

This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi, to customize the behavior of the system.

This configuration directive specifies the URL to access for LDAP authentication. No value by default.

Values

For possible values please see:

Example

LDAPAuthURL ldap://host:port/basedn?attribute?scope?filter
Back

1 Comment

Henry Umansky

Henry Umansky on March 5, 2010, 12:16 p.m. Reply

Is there anyway to do multiple LDAP instances? For instance:

LDAPAuthURL ldap://host1:port/basedn?attribute?scope?filter LDAPAuthURL ldap://host2:port/basedn?attribute?scope?filter LDAPAuthURL ldap://host3:port/basedn?attribute?scope?filter

And it chains the authentication, if host1 is down, it goes to host2, etc?