systemdn
SystemDN, short for system distinguished name, is a term used in directory services to denote the distinguished name (DN) of the entry that represents the system or service within an LDAP directory. This entry is typically a dedicated service or machine account used by software and operating system components to interact with the directory on behalf of the system rather than a human user.
The system DN is used for binding to the directory to perform automated tasks such as querying,
Because a systemDN often has elevated privileges, its credentials require careful protection. Best practices include restricting
Not all software uses the exact term “systemDN.” Some systems refer to it as a service account,
Distinguished name, LDAP, Bind DN, service account.
---