Not a developer? Go to MovableType.com

Documentation

LDAPGroupMemberAttribute

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.

When Movable Type synchronizes user and group profile data, it conducts a search against the LDAP directory and extracts the values associated with specific group profile attributes and maps them into the Movable Type schema. Because LDAP schemas can vary from installation to installation, this configuration directive is used to identify the name of the attribute in LDAP that contains the Group member attribute being synchronized. That value is then mapping into the corresponding column in Movable Type’s data model.

Example

LDAPGroupMemberAttribute memberUid
Back