#20 Use the DN_DM constant instead of hard coding its value
Closed: Fixed Opened by ilias95.

We have defined the DN_DM string constant for the Directory Manager:
https://pagure.io/lib389/blob/master/f/lib389/_constants.py#_68

but we don't always make use of it:
https://pagure.io/lib389/blob/master/f/cli/dsconf#_47
https://pagure.io/lib389/blob/master/f/cli/dsidm#_49

It's better to use the already defined constant instead of hard coding the value here and there.

I've made sure that there are no more occurrences in the source code by running:
grep -rnw ./lib389 -e "cn=Directory Manager"


Metadata Update from @firstyear:
- Issue assigned to ilias95

Metadata Update from @firstyear:
- Custom field Review Status adjusted to review

commit 08e96b1a1b36c8e3af83652619cc064acba8e381
To ssh://git@pagure.io/lib389.git
cc6e810..b9d2a14 master -> master

Metadata Update from @firstyear:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata