Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Omit SysLogHandler when /dev/log does not exist
slaptests use SysLogHandler() to write logs to syslog. Don't create a SysLogHandler when /dev/log does not exist. This fixes a bug when building and testing python-ldap in containers or restricted build environments. https://github.com/python-ldap/python-ldap/pull/28 See: https://github.com/python-ldap/python-ldap/issues/43 Signed-off-by: Christian Heimes <cheimes@redhat.com>
- Loading branch information