Through three screens in the setup tool, you give information for connecting to the server, for querying for users, and how groups should be handled. At the outset, you choose a server type, such as Active Directory or OpenLDAP.



| Option | Active Directory | OpenLDAP |
|---|---|---|
| Username Field | sAMAccountName | uid |
| Name Field | cn | cn |
| First Name Field | givenName | givenName |
| Last Name Field | sn | sn |
| Email Field | ||
| User Filter | (sAMAccountName={0}) | (uid={0}) |
The application will use these values to query your LDAP server to retrieve information about the people who will be using the application.
| Property | Value |
|---|---|
| ldap.firstNameField | givenName |
| ldap.lastNameField | sn |
| jive.user.lastname.firstname.enabled | true |
The default values will include all users found with the connection settings you gave. You can limit this to only certain users by using an LDAP filter expression. For example, to retrieve only those users who work at the Portland office, you could enter something like the following in the User Filter box:
(&(physicalDeliveryOfficeName=Portland))

| Option | Active Directory | OpenLDAP |
|---|---|---|
| Group Field | cn | cn |
| Member Field | member | member |
| Description Field | description | description |
| Member Field | memberOf | (Depends on installation.) |
| Group Filter | (objectClass=group) |
Use the Member Field option as a way to increase performance. When your LDAP installation provides a way to have user objects be aware of the groups each user is a member of, giving the user object's "member of" attribute provides a more efficient (and faster) way for the application to get the list of groups a user is in.
Jive SBS will use these values to query your LDAP server to retrieve information about the groups to use. The default values will include all groups found with the connection settings you gave. You can limit this to only certain groups by using an LDAP filter expression.
Click Test Settings if you're choosing to use LDAP groups; this will confirm that the values you entered are valid for your LDAP server. When you get a successful test, click Continue.
Click Continue if you're choosing to define groups in the application.