Generated system user name of node -> normal | Community
Skip to main content
arturl43391132
Level 4
October 15, 2019
Solved

Generated system user name of node -> normal

  • October 15, 2019
  • 2 replies
  • 3813 views

Hi

When I create system user in hostname:port/crx/explorer, it generates node name with not user friendly name, like:

I remember that it can be fixed but I've forgotten the solution.

AEM 6.3.

Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Ankur_Khare

Although not recommended, you can disable it in case you need the old implementation for backwards compatibility with your exsiting applications. In order to do this, you need to:

  1. Go to the Web Console and remove the** org.apache.jackrabbit.oak.security.user.RandomAuthorizableNodeName** entry from property requiredServicePids in Apache Jackrabbit Oak SecurityProvider .You can also find the Oak Security Provider by looking for the org.apache.jackrabbit.oak.security.internal.SecurityProviderRegistration PID in the OSGi configurations.
  2. Delete the Apache Jackrabbit Oak Random Authorizable Node Name OSGi configuration from the Web Console.For easier lookup, note that the PID for this configuration is org.apache.jackrabbit.oak.security.user.RandomAuthorizableNodeName .

Refer below link for more details-

Security Checklist

2 replies

Ankur_Khare
Community Advisor
Ankur_KhareCommunity AdvisorAccepted solution
Community Advisor
October 15, 2019

Although not recommended, you can disable it in case you need the old implementation for backwards compatibility with your exsiting applications. In order to do this, you need to:

  1. Go to the Web Console and remove the** org.apache.jackrabbit.oak.security.user.RandomAuthorizableNodeName** entry from property requiredServicePids in Apache Jackrabbit Oak SecurityProvider .You can also find the Oak Security Provider by looking for the org.apache.jackrabbit.oak.security.internal.SecurityProviderRegistration PID in the OSGi configurations.
  2. Delete the Apache Jackrabbit Oak Random Authorizable Node Name OSGi configuration from the Web Console.For easier lookup, note that the PID for this configuration is org.apache.jackrabbit.oak.security.user.RandomAuthorizableNodeName .

Refer below link for more details-

Security Checklist

arturl43391132
Level 4
October 15, 2019

Thank you very much for your answer!