Bug 34156 - univention-s4search should not try kerberos by default
univention-s4search should not try kerberos by default
Status: NEW
Product: UCS
Classification: Unclassified
Component: Samba4
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: Samba maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-02-19 14:15 CET by Arvid Requate
Modified: 2020-07-02 00:57 CEST (History)
3 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 2: Improvement: Would be a product improvement
Who will be affected by this bug?: 1: Will affect a very few installed domains
How will those affected feel about the bug?: 1: Nuisance – not a big deal but noticeable
User Pain: 0.011
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arvid Requate univentionstaff 2014-02-19 14:15:04 CET
While testing the bad password lockout I discovered that

 univention-s4search -Utestuser%wrongpassword

increases the badPwdCount by 2. If "-k no" is given, the badPwdCount only increases by 1. I think we may better default to this setting to avoid the additional Kerberos operation. From diffing the logs it looks like this also reduces the steps performed during a successful authorization.  This new default can then be overridden by appending a "-k yes" on the commandline.
Comment 1 Lukas Oyen univentionstaff 2016-09-14 16:09:48 CEST
See https://forge.univention.org/bugzilla/show_bug.cgi?id=41835#c1 for a possible fix.