Skip to content

Commit

Permalink
Update userstore manager (#7157)
Browse files Browse the repository at this point in the history
  • Loading branch information
madurangasiriwardena authored and IsuraD committed Dec 20, 2019
1 parent b527968 commit e0c67d6
Show file tree
Hide file tree
Showing 21 changed files with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ password = "admin"
create_admin_account = true

[user_store]
type = "read_write_ldap"
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ password = "admin"
create_admin_account = true

[user_store]
type = "read_write_ldap"
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ password = "admin"
create_admin_account = true

[user_store]
type = "read_write_ldap"
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ password = "admin"
create_admin_account = true

[user_store]
type = "read_write_ldap"
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ password = "admin"
create_admin_account = true

[user_store]
type = "read_write_ldap"
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ password = "admin"
create_admin_account = true

[user_store]
type = "read_write_ldap"
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ password = "admin"
create_admin_account = true

[user_store]
type = "read_write_ldap"
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ password = "admin"
create_admin_account = true

[user_store]
type = "read_write_ldap"
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ username = "$env{SHARED_DATABASE_USERNAME}"
password = "$env{SHARED_DATABASE_PASSWORD}"

[user_store]
type = "read_write_ldap"
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ username = "$env{SHARED_DATABASE_USERNAME}"
password = "$env{SHARED_DATABASE_PASSWORD}"

[user_store]
type = "read_write_ldap"
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ password = "admin"
create_admin_account = true

[user_store]
type = "read_write_ldap"
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ password = "admin"
create_admin_account = true

[user_store]
type = "read_write_ldap"
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ username = "$env{SHARED_DATABASE_USERNAME}"
password = "$env{SHARED_DATABASE_PASSWORD}"

[user_store]
type = "read_write_ldap"
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ password = "admin"
create_admin_account = true

[user_store]
type = "read_write_ldap"
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ username = "$env{SHARED_DATABASE_USERNAME}"
password = "$env{SHARED_DATABASE_PASSWORD}"

[user_store]
type = "read_write_ldap"
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ password = "admin"
create_admin_account = true

[user_store]
type = "read_write_ldap"
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ username = "$env{SHARED_DATABASE_USERNAME}"
password = "$env{SHARED_DATABASE_PASSWORD}"

[user_store]
type = "read_write_ldap"
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ username = "$env{SHARED_DATABASE_USERNAME}"
password = "$env{SHARED_DATABASE_PASSWORD}"

[user_store]
type = "read_write_ldap"
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ password = "admin"
create_admin_account = true

[user_store]
type = "read_write_ldap"
type = "read_write_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ password = "admin"
create_admin_account = true

[user_store]
type = "read_only_ldap"
type = "read_only_ldap_unique_id"
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}"
connection_name = "uid=admin,ou=system"
connection_password = "admin"
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1928,7 +1928,7 @@
<properties>

<!--Carbon Identity Framework Version-->
<carbon.identity.framework.version>5.15.62</carbon.identity.framework.version>
<carbon.identity.framework.version>5.16.4</carbon.identity.framework.version>
<carbon.identity.framework.version.range>[5.14.67, 6.0.0]</carbon.identity.framework.version.range>

<!--SAML Common Utils Version-->
Expand All @@ -1939,7 +1939,7 @@
<carbon.consent.mgt.version>2.2.6</carbon.consent.mgt.version>

<!--Identity Governance Version-->
<identity.governance.version>1.3.36</identity.governance.version>
<identity.governance.version>1.3.37</identity.governance.version>

<!--Identity Carbon Versions-->
<identity.carbon.auth.saml2.version>5.4.5</identity.carbon.auth.saml2.version>
Expand All @@ -1950,11 +1950,11 @@

<!-- Identity Inbound Versions -->
<identity.inbound.auth.saml.version>5.7.10</identity.inbound.auth.saml.version>
<identity.inbound.auth.oauth.version>6.2.88</identity.inbound.auth.oauth.version>
<identity.inbound.auth.oauth.version>6.2.93</identity.inbound.auth.oauth.version>
<identity.inbound.auth.openid.version>5.4.5</identity.inbound.auth.openid.version>
<identity.inbound.auth.sts.version>5.4.5</identity.inbound.auth.sts.version>
<identity.inbound.provisioning.scim.version>5.5.5</identity.inbound.provisioning.scim.version>
<identity.inbound.provisioning.scim2.version>1.4.23</identity.inbound.provisioning.scim2.version>
<identity.inbound.provisioning.scim2.version>1.4.25</identity.inbound.provisioning.scim2.version>

<!-- Identity workflow Versions -->
<identity.user.workflow.version>5.3.4</identity.user.workflow.version>
Expand Down Expand Up @@ -2032,7 +2032,7 @@

<identity.agent.sso.version>5.3.4</identity.agent.sso.version>
<identity.tool.samlsso.validator.version>5.3.4</identity.tool.samlsso.validator.version>
<identity.app.authz.xacml.version>2.1.4</identity.app.authz.xacml.version>
<identity.app.authz.xacml.version>2.1.5</identity.app.authz.xacml.version>
<identity.oauth2.validators.xacml.version>2.2.2</identity.oauth2.validators.xacml.version>
<org.wso2.carbon.extension.identity.x509certificate.version>1.0.6</org.wso2.carbon.extension.identity.x509certificate.version>
<conditional.authentication.functions.version>0.1.40</conditional.authentication.functions.version>
Expand Down

0 comments on commit e0c67d6

Please sign in to comment.