|
Doc Text:
|
.New configuration parameter `nsslapd-return-original-entrydn` under `cn=config`
With the new configuration parameter `nsslapd-return-original-entrydn` you can manage how Directory Server returns the distinguished name (DN) of entries during search operations.
By default, the `nsslapd-return-original-entrydn` parameter is set to `on` and Directory Server returns the DN exactly how it was originally added to the database. For example, you added or modified an entry `uid=User,ou=PEople,dc=ExaMPlE,DC=COM `, and with the setting turned on, Directory Server returns the same DN `uid=User,ou=PEople,dc=ExaMPlE,DC=COM` for the entry.
When the `nsslapd-return-original-entrydn` parameter is set to `off`, Directory Server generates the entry DN by putting together a Relative DN (RDN) of the entry and the base DN that is stored in the database suffix configuration under `cn=userroot,cn=ldbm database,cn=plugins,cn=config`. If you set the base DN as `ou=people,dc=example,dc=com`, and the `nsslapd-return-original-entrydn` setting is `off`, Directory Server returns `uid=User,ou=people,dc=example,dc=com` during searches and not as you added to the database.
|