Bug 31726 - illegal peername address "::1" on i386
illegal peername address "::1" on i386
Status: RESOLVED DUPLICATE of bug 34203
Product: UCS
Classification: Unclassified
Component: LDAP
UCS 3.1
i386 Linux
: P5 normal (vote)
: UCS 3.2-x
Assigned To: UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-06-12 13:35 CEST by Stefan Gohmann
Modified: 2018-04-14 13:44 CEST (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
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 Stefan Gohmann univentionstaff 2013-06-12 13:35:46 CEST
Currently it is not possible to allow ::1 on i386 systems:

root@backup512:~# ucr search --brief ldap/acl/read/ips
ldap/acl/read/ips: 127.0.0.1,::1
root@backup512:~# tail -n 6 /etc/ldap/slapd.conf 
   by dn.base="cn=admin,dc=deadlock51,dc=local" read
   by set="user & [cn=Domain Admins,cn=groups,dc=deadlock51,dc=local]/uniqueMember*" read
   by users read
   by peername.ip=127.0.0.1 read
   by peername.ip=::1 read

root@backup512:~# slapd -d 1 -h ldapi:/// 2>&1 | grep ::1
512f89d2 /etc/ldap/slapd.conf: line 223: illegal peername address "::1".
root@backup512:~#
Comment 1 Arvid Requate univentionstaff 2013-06-12 14:26:48 CEST
The template needs to be extended to recognize IPv6 addresses and write them into "peername.ipv6".
Comment 2 Arvid Requate univentionstaff 2014-02-26 14:29:40 CET

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