Issue 9439 - Error text on slave nodes
Summary: Error text on slave nodes
Status: VERIFIED DUPLICATE of issue 9444
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: overlays (show other issues)
Version: 2.4.44
Hardware: x86_64 Linux
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-18 08:57 UTC by tune_up
Modified: 2021-08-03 17:58 UTC (History)
0 users

See Also:


Attachments
master-config (53.68 KB, text/x-ldif)
2021-01-18 14:36 UTC, tune_up
Details
slave-config (53.28 KB, text/x-ldif)
2021-01-18 14:37 UTC, tune_up
Details

Note You need to log in before you can comment on or make changes to this issue.
Description tune_up 2021-01-18 08:57:45 UTC
In the master slave configuration, the received slaves do not receive error message texts after processing the request on the master node.


Jan 15 17:55:30 master slapd[406]: conn=1160 op=13 PROXYAUTHZ dn="uid=e1b7590b-84a4-4963-95b0-4c984a2f60fc,ou=client,dc=domain,dc=local"
Jan 15 17:55:30 master slapd[406]: conn=1160 op=13 MOD dn="uid=e1b7590b-84a4-4963-95b0-4c984a2f60fc,ou=client,dc=domain,dc=local"
Jan 15 17:55:30 master slapd[406]: conn=1160 op=13 MOD attr=telephoneNumber
Jan 15 17:55:30 master slapd[406]: conn=1160 op=13 RESULT tag=103 err=19 text=some attributes not unique

Jan 15 17:55:30 slave slapd[31094]: conn=1006 op=33 MOD dn="uid=e1b7590b-84a4-4963-95b0-4c984a2f60fc,ou=client,dc=domain,dc=local"
Jan 15 17:55:30 slave slapd[31094]: conn=1006 op=33 MOD attr=telephoneNumber
Jan 15 17:55:30 slave slapd[31094]: conn=1006 op=33 RESULT tag=103 err=19 text=
Comment 1 Howard Chu 2021-01-18 09:22:50 UTC
(In reply to tune_up from comment #0)
> In the master slave configuration, the received slaves do not receive error
> message texts after processing the request on the master node.
> 
> 
> Jan 15 17:55:30 master slapd[406]: conn=1160 op=13 PROXYAUTHZ
> dn="uid=e1b7590b-84a4-4963-95b0-4c984a2f60fc,ou=client,dc=domain,dc=local"
> Jan 15 17:55:30 master slapd[406]: conn=1160 op=13 MOD
> dn="uid=e1b7590b-84a4-4963-95b0-4c984a2f60fc,ou=client,dc=domain,dc=local"
> Jan 15 17:55:30 master slapd[406]: conn=1160 op=13 MOD attr=telephoneNumber
> Jan 15 17:55:30 master slapd[406]: conn=1160 op=13 RESULT tag=103 err=19
> text=some attributes not unique
> 
> Jan 15 17:55:30 slave slapd[31094]: conn=1006 op=33 MOD
> dn="uid=e1b7590b-84a4-4963-95b0-4c984a2f60fc,ou=client,dc=domain,dc=local"
> Jan 15 17:55:30 slave slapd[31094]: conn=1006 op=33 MOD attr=telephoneNumber
> Jan 15 17:55:30 slave slapd[31094]: conn=1006 op=33 RESULT tag=103 err=19
> text=

Please provide your configuration and the exact client commands used to reproduce this.
Comment 2 tune_up 2021-01-18 14:36:50 UTC
Created attachment 785 [details]
master-config

Its config for master-node
Comment 3 tune_up 2021-01-18 14:37:56 UTC
Created attachment 786 [details]
slave-config

It's slave-node config
Comment 4 tune_up 2021-01-18 15:00:04 UTC
The problem is observed with all operations to change attributes.
For example, the user changes the password to the same, and the rules do not allow him.
Comment 5 tune_up 2021-01-18 15:01:22 UTC
On master we see
tag=103 err=19 text=some attributes not unique
tag=103 err=19 text=Password is too young to change
tag=103 err=19 text=Password is in history of old passwords

On slave 
tag=103 err=19 text=
tag=103 err=19 text=
tag=103 err=19 text=
Comment 6 Ondřej Kuzník 2021-03-04 16:47:31 UTC

*** This issue has been marked as a duplicate of issue 9444 ***