Example 1: Configuration for adapting to a Novell Directory Server
If you want to get all users and groups from the orgunit organizational unit, you should follow the steps below to configure your Server tab on the JReport Administration page > Configuration > LDAP panel:
- Select Novell Directory Server from the Select LDAP Server drop-down list, and then click Load Settings. The settings of the Novell Directory Server will then be loaded.
- Check the Enable LDAP Support checkbox, and input the following information:
- LDAP URL: ldap://IP address or host name of your Novell Directory Server (for example:
ldap://127.0.0.1
)
- LDAP Server Port: 389
- Root Entry: o=the name of the root (for example: o=myorg)
- Directory Manager DN: cn=user name of the directory manager,o=context (for example: cn=admin,o=context)
- Password: the password of the Directory Manager (for example: 1234)
- Encryption Type: None
- Import LDAP Groups to: Group
- User Schema
- Distinguished Name:ou=the name of the organization unit where you want to perform a search for users (for example: ou=orgunit)
- Filter: (&(cn=the filter criteria that you want to set )(objectclass=person)) (for example: (&(cn=*)(objectclass=person)))
- Group Schema
- Distinguished Name: ou=the name of the organization unit that you want to perform a search for groups (for example: ou=orgunit)
- Filter: (&(cn=the filter criteria that you want to set )(objectclass=groupofuniquenames)) (for example: (&(cn=*)(objectclass=groupofuniquenames)) )
- Admin Group: The name of the group you want to add to the Admin group (for example: develop)
- You can test the connection settings by clicking the Test Connection button, get the query result of the users specified in the option Filter by clicking the Query User button, and get the query result of groups specified in the option Filter by clicking the Query Group button.
- Click Save to save all settings.