beautypg.com

Google Postini Directory Sync Configuration Guide User Manual

Page 65

background image

Sun ONE Directory Server

65

Note:

You can not use

cn=Directory Server

as the user name in the HTTP

Authentication header.

To set up DSML Identity Mapping:

1. Stop the directory server

2. Using a text editor, open the

dse.ldif

configuration file.

This configuration

file is found in the same directory as the directory server.

3. Change the following settings in the file:

4. Enter the following new settings:

You will need to add this section to the configuration file. This tells the
directory server that, for basic authorization, the username specified will map
to the specified DN.

5. Save the configuration file.

6. Restart the directory server.

Variable

Value

dsSearchBaseDN

The base DN where the bind DN
can be found. Normally, this base
DN would be the suffix you defined
when installing the directory.

For example:

ou=people,dc=company,dc=com

dsSearchFilter

(uid=${Authorization})

Variable

Value

dsMatching-pattern

${Authorization}

dsMatching-regexp

A regular expression for the basic
authentication user name.

For example:

^username$

dsMappedDN

The base DN for the username.

For example:

cn=Directory Manager