LDAPLoginAdapter - Configure: Set the basic configuration for the LDAPLoginAdapter

Description

This view is used to change the basic settings of a LDAPLoginAdapter.

Controls

Title
The (optional) title for this adapter
LDAP Server
Specify the server name or IP address, optionally followed by a colon and a port number. If no port number is given a default of 389, which is the standard port LDAP servers listen on, will be assumed. The server name must not contain any prefixes like "ldap://".

The LDAPLoginAdapter does not support secure LDAP connections via SSL.

Login Name Attribute
The LDAP record attribute used as the username. The list of default choices can be changed in the Advanced settings.
Search base DN for users
The DN for the branch of your LDAP database that contains user records.
User Search Scope
Choose the depth for all searches from the user search base dn
Search base DN for groups
The DN for the branch of your LDAP database that contains group records. These group records are of the LDAP class "groupOfUniqueNames" and the entry CN attribute constitutes the group name. Groups embody Zope roles. A user which is part of a "Manager" group will have the "Manager" role after authenticating through the LDAPLoginAdapter.
Group Search Scope
Choose the depth for all searches from the group search base dn
LDAP bind UID and password
These are optional for situations where authentication is needed to bind to your ldap server.
Default User Roles
All users authenticated from your ldap tree will be given the roles you put into this comma-delimited list. Zope expects all users - anonymous as well as authenticated - to have the role Anonymous.
Apply Changes
Save your configuration changes.