diff options
ldap: return valid LDAP string if user input lacks "%s" (#5171)
If the user provides a string that does not contain "%s", fmt.Sprintf
silently appends "%!(EXTRA type=value)" instead of failing loudly.
This fixes #4375.
Diffstat (limited to 'pkg/auth/ldap')
1 files changed, 2 insertions, 2 deletions