Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix detail in testing bind_dn_template
`lookup_dn` needs to be True here, because the `{username}` expansion in the `bind_dn_template` string will without it expand to fry as a login name, but needs to be expanded to `Philip J. Fry` as that is the `fry` user's cn attribute, and only such expanded dn template will successfully be found.
- Loading branch information