Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(jans-auth-server): stat RDN must have date to be unique under RDBMS #8825

Closed
11 tasks
yuriyz opened this issue Jul 1, 2024 · 0 comments · Fixed by #8826
Closed
11 tasks

feat(jans-auth-server): stat RDN must have date to be unique under RDBMS #8825

yuriyz opened this issue Jul 1, 2024 · 0 comments · Fixed by #8826
Assignees
Labels
comp-jans-auth-server Component affected by issue or PR kind-feature Issue or PR is a new feature request

Comments

@yuriyz
Copy link
Contributor

yuriyz commented Jul 1, 2024

Description

feat(jans-auth-server): stat RDN must have date to be unique under RDBMS

We need to switch from

dn: jansId=08-00-27-76-17-93,ou=202404,ou=stat,o=gluu
dn: jansId=08-00-27-76-17-93,ou=202406,ou=stat,o=gluu

to

dn: jansId=08-00-27-76-17-93_202404,ou=202404,ou=stat,o=gluu
dn: jansId=08-00-27-76-17-93_202406,ou=202406,ou=stat,o=gluu

image

Prepare

  • Read contribution guidelines
  • Read license information

Identified code changes

  • task 1
  • task 2
  • task 3

Test cases and code coverage

  • Write unit test to cover added/changed code
  • Update integration tests to cover added/changed code

Document the changes

  • task for updating user guides if needed
  • task for updating installation and configuration guides if needed
  • task for updating developer documentation if needed
  • task for updating technical documentation if needed
@yuriyz yuriyz self-assigned this Jul 1, 2024
@mo-auto mo-auto added comp-jans-auth-server Component affected by issue or PR kind-feature Issue or PR is a new feature request labels Jul 1, 2024
yuriyz added a commit that referenced this issue Jul 1, 2024
…BMS #8825

#8825
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
yuriyz added a commit that referenced this issue Jul 1, 2024
…BMS #8825 (#8826)

#8825

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-auth-server Component affected by issue or PR kind-feature Issue or PR is a new feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants