Bug 34185 - Inverted description for UCRV ldap/acl/read/anonymous
Inverted description for UCRV ldap/acl/read/anonymous
Status: RESOLVED DUPLICATE of bug 37976
Product: UCS
Classification: Unclassified
Component: LDAP
UCS 4.2
All Linux
: P5 minor (vote)
: ---
Assigned To: UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-02-24 16:04 CET by Philipp Hahn
Modified: 2020-06-22 18:06 CEST (History)
2 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 3: Simply Wrong: The implementation doesn't match the docu
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.017
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 Philipp Hahn univentionstaff 2014-02-24 16:04:08 CET
# ucr search anonymous
ldap/acl/read/anonymous: yes
 If this option is *activated*, the LDAP server does *not* allow anonymous access to the LDAP directory, i.e. LDAP searches are authenticated. If the variable is unset, anonymous access is allowed.

# /etc/univention/templates/files/etc/ldap/slapd.conf.d/70univention-ldap-server_acl-master-end:145
if configRegistry.is_false('ldap/acl/read/anonymous'):
...
else:
        print '   by * read'


The 'not' should be removed from the description.
Probably better:
 If this option is activated or unset, the LDAP server does allow anonymous access to the LDAP directory. Otherwise authentication must be used for LDAP searches.
Comment 1 Stefan Gohmann univentionstaff 2017-06-16 20:39:10 CEST
This issue has been filed against UCS 3. UCS 3 is out of the normal maintenance and many UCS components have vastly changed in UCS 4.

If this issue is still valid, please change the version to a newer UCS version otherwise this issue will be automatically closed in the next weeks.
Comment 2 Florian Best univentionstaff 2020-06-22 18:06:02 CEST
fixed in git:eeb1f5044f1a27523608f15de14fe5840e573611

*** This bug has been marked as a duplicate of bug 37976 ***