@ -13,101 +13,102 @@
~ See the License for the specific language governing permissions and
~ See the License for the specific language governing permissions and
~ limitations under the License.
~ limitations under the License.
-->
-->
<UserManager >
<UserManager >
<Realm >
<Realm >
<Configuration >
<Configuration >
<AddAdmin > true</AddAdmin>
<AddAdmin > true</AddAdmin>
<AdminRole > admin</AdminRole>
<AdminRole > admin</AdminRole>
<AdminUser >
<AdminUser >
<UserName > admin</UserName>
<UserName > admin</UserName>
<Password > admin</Password>
<Password > admin</Password>
</AdminUser>
</AdminUser>
<EveryOneRoleName > everyone</EveryOneRoleName> <!-- By default users in this role sees the registry root -->
<EveryOneRoleName > everyone</EveryOneRoleName> <!-- By default users in this role sees the registry root -->
<Property name= "dataSource" > jdbc/WSO2CarbonDB</Property>
<Property name= "dataSource" > jdbc/WSO2CarbonDB</Property>
</Configuration>
</Configuration>
<!-- Following is the default user store manager. This user store manager is based on embedded - apacheds LDAP. It reads/writes users and roles into the default apacheds LDAP user store. Descriptions about each of the following properties can be found in user management documentation of the respective product. In case if user core cache domain is needed to identify uniquely set property <Property name="UserCoreCacheIdentifier">domain</Property>
<!-- Following is the default user store manager. This user store manager is based on embedded - apacheds LDAP. It reads/writes users and roles into the default apacheds LDAP user store. Descriptions about each of the following properties can be found in user management documentation of the respective product. In case if user core cache domain is needed to identify uniquely set property <Property name="UserCoreCacheIdentifier">domain</Property>
Note: Do not comment within UserStoreManager tags. Cause, specific tag names are used as tokens when building configurations for products. -->
Note: Do not comment within UserStoreManager tags. Cause, specific tag names are used as tokens when building configurations for products. -->
<!-- UserStoreManager class="org.wso2.carbon.user.core.ldap.ReadWriteLDAPUserStoreManager">
<!-- UserStoreManager class="org.wso2.carbon.user.core.ldap.ReadWriteLDAPUserStoreManager">
<Property name= "TenantManager" > org.wso2.carbon.user.core.tenant.CommonHybridLDAPTenantManager</Property>
<Property name= "TenantManager" > org.wso2.carbon.user.core.tenant.CommonHybridLDAPTenantManager</Property>
<Property name= "ConnectionURL" > ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}</Property>
<Property name= "ConnectionURL" > ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}</Property>
<Property name= "ConnectionName" > uid=admin,ou=system</Property>
<Property name= "ConnectionName" > uid=admin,ou=system</Property>
<Property name= "ConnectionPassword" > admin</Property>
<Property name= "ConnectionPassword" > admin</Property>
<Property name= "LDAPConnectionTimeout" > 5000</Property>
<Property name= "LDAPConnectionTimeout" > 5000</Property>
<Property name= "Disabled" > false</Property>
<Property name= "Disabled" > false</Property>
<Property name= "PasswordHashMethod" > SHA</Property>
<Property name= "PasswordHashMethod" > SHA</Property>
<Property name= "UserNameListFilter" > (objectClass=person)</Property>
<Property name= "UserNameListFilter" > (objectClass=person)</Property>
<Property name= "UserEntryObjectClass" > wso2Person</Property>
<Property name= "UserEntryObjectClass" > wso2Person</Property>
<Property name= "UserSearchBase" > ou=Users,dc=wso2,dc=org</Property>
<Property name= "UserSearchBase" > ou=Users,dc=wso2,dc=org</Property>
<Property name= "UserNameSearchFilter" > (& (objectClass=person)(uid=?))</Property>
<Property name= "UserNameSearchFilter" > (& (objectClass=person)(uid=?))</Property>
<Property name= "UserNameAttribute" > uid</Property>
<Property name= "UserNameAttribute" > uid</Property>
<Property name= "PasswordJavaRegEx" > ^[\S]{5,30}$</Property>
<Property name= "PasswordJavaRegEx" > ^[\S]{5,30}$</Property>
<Property name= "PasswordJavaRegExViolationErrorMsg" > Password length should be between 5 to 30 characters</Property>
<Property name= "PasswordJavaRegExViolationErrorMsg" > Password length should be between 5 to 30 characters</Property>
<Property name= "PasswordJavaScriptRegEx" > ^[\S]{5,30}$</Property>
<Property name= "PasswordJavaScriptRegEx" > ^[\S]{5,30}$</Property>
<Property name= "UsernameJavaScriptRegEx" > ^[\S]{3,30}$</Property>
<Property name= "UsernameJavaScriptRegEx" > ^[\S]{3,30}$</Property>
<Property name= "UsernameJavaRegEx" > [a-zA-Z0-9._-|//]{3,30}$</Property>
<Property name= "UsernameJavaRegEx" > [a-zA-Z0-9._-|//]{3,30}$</Property>
<Property name= "RolenameJavaScriptRegEx" > ^[\S]{3,30}$</Property>
<Property name= "RolenameJavaScriptRegEx" > ^[\S]{3,30}$</Property>
<Property name= "RolenameJavaRegEx" > [a-zA-Z0-9._-|//]{3,30}$</Property>
<Property name= "RolenameJavaRegEx" > [a-zA-Z0-9._-|//]{3,30}$</Property>
<Property name= "ReadGroups" > true</Property>
<Property name= "ReadGroups" > true</Property>
<Property name= "WriteGroups" > true</Property>
<Property name= "WriteGroups" > true</Property>
<Property name= "EmptyRolesAllowed" > true</Property>
<Property name= "EmptyRolesAllowed" > true</Property>
<Property name= "GroupSearchBase" > ou=Groups,dc=wso2,dc=org</Property>
<Property name= "GroupSearchBase" > ou=Groups,dc=wso2,dc=org</Property>
<Property name= "GroupNameListFilter" > (objectClass=groupOfNames)</Property>
<Property name= "GroupNameListFilter" > (objectClass=groupOfNames)</Property>
<Property name= "GroupEntryObjectClass" > groupOfNames</Property>
<Property name= "GroupEntryObjectClass" > groupOfNames</Property>
<Property name= "GroupNameSearchFilter" > (& (objectClass=groupOfNames)(cn=?))</Property>
<Property name= "GroupNameSearchFilter" > (& (objectClass=groupOfNames)(cn=?))</Property>
<Property name= "GroupNameAttribute" > cn</Property>
<Property name= "GroupNameAttribute" > cn</Property>
<Property name= "SharedGroupNameAttribute" > cn</Property>
<Property name= "SharedGroupNameAttribute" > cn</Property>
<Property name= "SharedGroupSearchBase" > ou=SharedGroups,dc=wso2,dc=org</Property>
<Property name= "SharedGroupSearchBase" > ou=SharedGroups,dc=wso2,dc=org</Property>
<Property name= "SharedGroupEntryObjectClass" > groupOfNames</Property>
<Property name= "SharedGroupEntryObjectClass" > groupOfNames</Property>
<Property name= "SharedGroupNameListFilter" > (objectClass=groupOfNames)</Property>
<Property name= "SharedGroupNameListFilter" > (objectClass=groupOfNames)</Property>
<Property name= "SharedGroupNameSearchFilter" > (& (objectClass=groupOfNames)(cn=?))</Property>
<Property name= "SharedGroupNameSearchFilter" > (& (objectClass=groupOfNames)(cn=?))</Property>
<Property name= "SharedTenantNameListFilter" > (objectClass=organizationalUnit)</Property>
<Property name= "SharedTenantNameListFilter" > (objectClass=organizationalUnit)</Property>
<Property name= "SharedTenantNameAttribute" > ou</Property>
<Property name= "SharedTenantNameAttribute" > ou</Property>
<Property name= "SharedTenantObjectClass" > organizationalUnit</Property>
<Property name= "SharedTenantObjectClass" > organizationalUnit</Property>
<Property name= "MembershipAttribute" > member</Property>
<Property name= "MembershipAttribute" > member</Property>
<Property name= "UserRolesCacheEnabled" > true</Property>
<Property name= "UserRolesCacheEnabled" > true</Property>
<Property name= "UserDNPattern" > uid={0},ou=Users,dc=wso2,dc=org</Property>
<Property name= "UserDNPattern" > uid={0},ou=Users,dc=wso2,dc=org</Property>
<Property name= "MaxRoleNameListLength" > 100</Property>
<Property name= "MaxRoleNameListLength" > 100</Property>
<Property name= "MaxUserNameListLength" > 100</Property>
<Property name= "MaxUserNameListLength" > 100</Property>
<Property name= "SCIMEnabled" > false</Property>
<Property name= "SCIMEnabled" > false</Property>
<Property name= "ConnectionPoolingEnabled" > false</Property>
<Property name= "ConnectionPoolingEnabled" > false</Property>
<Property name= "MultiAttributeSeparator" > ,</Property>
<Property name= "MultiAttributeSeparator" > ,</Property>
<Property name= "BulkImportSupported" > true</Property>
<Property name= "BulkImportSupported" > true</Property>
</UserStoreManager-->
</UserStoreManager-->
<!-- Following is the configuration for internal JDBC user store. This user store manager is based on JDBC. In case if application needs to manage passwords externally set property <Property name="PasswordsExternallyManaged">true</Property>. In case if user core cache domain is needed to identify uniquely set property <Property name="UserCoreCacheIdentifier">domain</Property>. Furthermore properties, IsEmailUserName and DomainCalculation are readonly properties.
<!-- Following is the configuration for internal JDBC user store. This user store manager is based on JDBC. In case if application needs to manage passwords externally set property <Property name="PasswordsExternallyManaged">true</Property>. In case if user core cache domain is needed to identify uniquely set property <Property name="UserCoreCacheIdentifier">domain</Property>. Furthermore properties, IsEmailUserName and DomainCalculation are readonly properties.
Note: Do not comment within UserStoreManager tags. Cause, specific tag names are used as tokens when building configurations for products. -->
Note: Do not comment within UserStoreManager tags. Cause, specific tag names are used as tokens when building configurations for products. -->
<UserStoreManager class= "org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager" >
<UserStoreManager class= "org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager" >
<Property name= "TenantManager" > org.wso2.carbon.user.core.tenant.JDBCTenantManager</Property>
<Property name= "TenantManager" > org.wso2.carbon.user.core.tenant.JDBCTenantManager</Property>
<Property name= "ReadOnly" > false</Property>
<Property name= "ReadOnly" > false</Property>
<Property name= "MaxUserNameListLength" > 100</Property>
<Property name= "MaxUserNameListLength" > 100</Property>
<Property name= "IsEmailUserName" > false</Property>
<Property name= "IsEmailUserName" > false</Property>
<Property name= "DomainCalculation" > default</Property>
<Property name= "DomainCalculation" > default</Property>
<Property name= "PasswordDigest" > SHA-256</Property>
<Property name= "PasswordDigest" > SHA-256</Property>
<Property name= "StoreSaltedPassword" > true</Property>
<Property name= "StoreSaltedPassword" > true</Property>
<Property name= "ReadGroups" > true</Property>
<Property name= "ReadGroups" > true</Property>
<Property name= "WriteGroups" > true</Property>
<Property name= "WriteGroups" > true</Property>
<Property name= "UserNameUniqueAcrossTenants" > false</Property>
<Property name= "UserNameUniqueAcrossTenants" > false</Property>
<Property name= "PasswordJavaRegEx" > ^[\S]{5,30}$</Property>
<Property name= "PasswordJavaRegEx" > ^[\S]{5,30}$</Property>
<Property name= "PasswordJavaRegExViolationErrorMsg" > Password length should be between 5 to 30 characters</Property>
<Property name= "PasswordJavaRegExViolationErrorMsg" > Password length should be between 5 to 30 characters
</Property>
<Property name= "PasswordJavaScriptRegEx" > ^[\S]{5,30}$</Property>
<Property name= "PasswordJavaScriptRegEx" > ^[\S]{5,30}$</Property>
<Property name= "UsernameJavaRegEx" > [a-zA-Z0-9._-|//]{3,30}$</Property>
<Property name= "UsernameJavaRegEx" > [a-zA-Z0-9._-|//]{3,30}$</Property>
<Property name= "UsernameJavaScriptRegEx" > ^[\S]{3,30}$</Property>
<Property name= "UsernameJavaScriptRegEx" > ^[\S]{3,30}$</Property>
<Property name= "RolenameJavaRegEx" > ^[^~!#$;%^*+={}\\|\\\\< > ,\'\"]{3,30}$</Property>
<Property name= "RolenameJavaRegEx" > ^[^~!#$;%^*+={}\\|\\\\< > ,\'\"]{3,30}$</Property>
<Property name= "RolenameJavaScriptRegEx" > ^[\S]{3,30}$</Property>
<Property name= "RolenameJavaScriptRegEx" > ^[\S]{3,30}$</Property>
<Property name= "UserRolesCacheEnabled" > true</Property>
<Property name= "UserRolesCacheEnabled" > true</Property>
<Property name= "MaxRoleNameListLength" > 100</Property>
<Property name= "MaxRoleNameListLength" > 100</Property>
<Property name= "MaxUserNameListLength" > 100</Property>
<Property name= "MaxUserNameListLength" > 100</Property>
<Property name= "SharedGroupEnabled" > false</Property>
<Property name= "SharedGroupEnabled" > false</Property>
<Property name= "SCIMEnabled" > false</Property>
<Property name= "SCIMEnabled" > false</Property>
<Property name= "CaseSensitiveUsername" > true</Property>
<Property name= "CaseSensitiveUsername" > true</Property>
<Property name= "MultiAttributeSeparator" > ,</Property>
<Property name= "MultiAttributeSeparator" > ,</Property>
<Property name= "BulkImportSupported" > true</Property>
<Property name= "BulkImportSupported" > true</Property>
</UserStoreManager>
</UserStoreManager>
<!-- If product is using an external LDAP as the user store in READ ONLY mode, use following user manager.
<!-- If product is using an external LDAP as the user store in READ ONLY mode, use following user manager.
In case if user core cache domain is needed to identify uniquely set property <Property name= "UserCoreCacheIdentifier" > domain</Property>
In case if user core cache domain is needed to identify uniquely set property <Property name= "UserCoreCacheIdentifier" > domain</Property>
-->
-->
<!-- UserStoreManager class="org.wso2.carbon.user.core.ldap.ReadOnlyLDAPUserStoreManager">
<!-- UserStoreManager class="org.wso2.carbon.user.core.ldap.ReadOnlyLDAPUserStoreManager">
<Property name= "TenantManager" > org.wso2.carbon.user.core.tenant.CommonHybridLDAPTenantManager</Property>
<Property name= "TenantManager" > org.wso2.carbon.user.core.tenant.CommonHybridLDAPTenantManager</Property>
<Property name= "ReadOnly" > true</Property>
<Property name= "ReadOnly" > true</Property>
@ -143,237 +144,237 @@
<Property name= "MultiAttributeSeparator" > ,</Property>
<Property name= "MultiAttributeSeparator" > ,</Property>
<Property name= "BulkImportSupported" > true</Property>
<Property name= "BulkImportSupported" > true</Property>
</UserStoreManager-->
</UserStoreManager-->
<!-- Active directory configuration is as follows.
<!-- Active directory configuration is as follows.
In case if user core cache domain is needed to identify uniquely set property <Property name= "UserCoreCacheIdentifier" > domain</Property>
In case if user core cache domain is needed to identify uniquely set property <Property name= "UserCoreCacheIdentifier" > domain</Property>
There are few special properties for "Active Directory".
There are few special properties for "Active Directory".
They are :
They are :
1.Referral - (comment out this property if this feature is not reuired) This enables LDAP referral support.
1.Referral - (comment out this property if this feature is not reuired) This enables LDAP referral support.
2.BackLinksEnabled - (Do not comment, set to true or false) In some cases LDAP works with BackLinksEnabled. In which role is stored
2.BackLinksEnabled - (Do not comment, set to true or false) In some cases LDAP works with BackLinksEnabled. In which role is stored
at user level. Depending on this value we need to change the Search Base within code.
at user level. Depending on this value we need to change the Search Base within code.
3.isADLDSRole - (Do not comment) Set to true if connecting to an AD LDS instance else set to false.
3.isADLDSRole - (Do not comment) Set to true if connecting to an AD LDS instance else set to false.
-->
-->
<!-- UserStoreManager class="org.wso2.carbon.user.core.ldap.ActiveDirectoryUserStoreManager">
<!-- UserStoreManager class="org.wso2.carbon.user.core.ldap.ActiveDirectoryUserStoreManager">
<Property name= "TenantManager" > org.wso2.carbon.user.core.tenant.CommonHybridLDAPTenantManager</Property>
<Property name= "TenantManager" > org.wso2.carbon.user.core.tenant.CommonHybridLDAPTenantManager</Property>
<Property name= "defaultRealmName" > WSO2.ORG</Property>
<Property name= "defaultRealmName" > WSO2.ORG</Property>
<Property name= "Disabled" > false</Property>
<Property name= "Disabled" > false</Property>
<Property name= "kdcEnabled" > false</Property>
<Property name= "kdcEnabled" > false</Property>
<Property name= "ConnectionURL" > ldaps://10.100.1.100:636</Property>
<Property name= "ConnectionURL" > ldaps://10.100.1.100:636</Property>
<Property name= "ConnectionName" > CN=admin,CN=Users,DC=WSO2,DC=Com</Property>
<Property name= "ConnectionName" > CN=admin,CN=Users,DC=WSO2,DC=Com</Property>
<Property name= "ConnectionPassword" > A1b2c3d4</Property>
<Property name= "ConnectionPassword" > A1b2c3d4</Property>
<Property name= "LDAPConnectionTimeout" > 5000</Property>
<Property name= "LDAPConnectionTimeout" > 5000</Property>
<Property name= "PasswordHashMethod" > PLAIN_TEXT</Property>
<Property name= "UserSearchBase" > CN=Users,DC=WSO2,DC=Com</Property>
<Property name= "UserEntryObjectClass" > user</Property>
<Property name= "UserNameAttribute" > cn</Property>
<Property name= "MemberOfAttribute" > memberOf</Property>
<Property name= "Referral" > follow</Property>
<Property name= "isADLDSRole" > false</Property>
<Property name= "userAccountControl" > 512</Property>
<Property name= "UserNameListFilter" > (objectClass=user)</Property>
<Property name= "UserNameSearchFilter" > (& (objectClass=user)(cn=?))</Property>
<Property name= "UsernameJavaRegEx" > [a-zA-Z0-9._-|//]{3,30}$</Property>
<Property name= "UsernameJavaScriptRegEx" > ^[\S]{3,30}$</Property>
<Property name= "PasswordJavaRegEx" > ^[\S]{5,30}$</Property>
<Property name= "PasswordJavaRegExViolationErrorMsg" > Password length should be between 5 to 30 characters</Property>
<Property name= "PasswordJavaScriptRegEx" > ^[\S]{5,30}$</Property>
<Property name= "RolenameJavaScriptRegEx" > ^[\S]{3,30}$</Property>
<Property name= "RolenameJavaRegEx" > [a-zA-Z0-9._-|//]{3,30}$</Property>
<Property name= "ReadGroups" > true</Property>
<Property name= "WriteGroups" > true</Property>
<Property name= "EmptyRolesAllowed" > true</Property>
<Property name= "GroupSearchBase" > CN=Users,DC=WSO2,DC=Com</Property>
<Property name= "GroupEntryObjectClass" > group</Property>
<Property name= "GroupNameAttribute" > cn</Property>
<Property name= "SharedGroupNameAttribute" > cn</Property>
<Property name= "SharedGroupSearchBase" > ou=SharedGroups,dc=wso2,dc=org</Property>
<Property name= "SharedGroupEntryObjectClass" > groups</Property>
<Property name= "SharedTenantNameListFilter" > (object=organizationalUnit)</Property>
<Property name= "SharedTenantNameAttribute" > ou</Property>
<Property name= "SharedTenantObjectClass" > organizationalUnit</Property>
<Property name= "MembershipAttribute" > member</Property>
<Property name= "GroupNameListFilter" > (objectcategory=group)</Property>
<Property name= "GroupNameSearchFilter" > (& (objectClass=group)(cn=?))</Property>
<Property name= "UserRolesCacheEnabled" > true</Property>
<Property name= "Referral" > follow</Property>
<Property name= "BackLinksEnabled" > true</Property>
<Property name= "MaxRoleNameListLength" > 100</Property>
<Property name= "MaxUserNameListLength" > 100</Property>
<Property name= "SCIMEnabled" > false</Property>
<Property name= "ConnectionPoolingEnabled" > false</Property>
<Property name= "MultiAttributeSeparator" > ,</Property>
<Property name= "BulkImportSupported" > true</Property>
</UserStoreManager-->
<!-- If product is using an external LDAP as the user store in read/write mode, use following user manager
In case if user core cache domain is needed to identify uniquely set property <Property name= "UserCoreCacheIdentifier" > domain</Property>
-->
<!-- UserStoreManager class="org.wso2.carbon.user.core.ldap.ReadWriteLDAPUserStoreManager">
<Property name= "TenantManager" > org.wso2.carbon.user.core.tenant.CommonHybridLDAPTenantManager</Property>
<Property name= "ConnectionURL" > ldap://localhost:10389</Property>
<Property name= "Disabled" > false</Property>
<Property name= "ConnectionName" > uid=admin,ou=system</Property>
<Property name= "ConnectionPassword" > secret</Property>
<Property name= "LDAPConnectionTimeout" > 5000</Property>
<Property name= "PasswordHashMethod" > PLAIN_TEXT</Property>
<Property name= "PasswordHashMethod" > PLAIN_TEXT</Property>
<Property name= "UserNameListFilter" > (objectClass=person)</Property>
<Property name= "UserSearchBase" > CN=Users,DC=WSO2,DC=Com</Property>
<Property name= "UserEntryObjectClass" > inetOrgPerson</Property>
<Property name= "UserEntryObjectClass" > user</Property>
<Property name= "UserSearchBase" > ou=system</Property>
<Property name= "UserNameAttribute" > cn</Property>
<Property name= "UserNameSearchFilter" > (& (objectClass=person)(uid=?))</Property>
<Property name= "MemberOfAttribute" > memberOf</Property>
<Property name= "UserNameAttribute" > uid</Property>
<Property name= "Referral" > follow</Property>
<Property name= "UsernameJavaRegEx" > [a-zA-Z0-9._-|//]{3,30}$</Property>
<Property name= "isADLDSRole" > false</Property>
<Property name= "UsernameJavaScriptRegEx" > ^[\S]{3,30}$</Property>
<Property name= "userAccountControl" > 512</Property>
<Property name= "RolenameJavaScriptRegEx" > ^[\S]{3,30}$</Property>
<Property name= "UserNameListFilter" > (objectClass=user)</Property>
<Property name= "RolenameJavaRegEx" > [a-zA-Z0-9._-|//]{3,30}$</Property>
<Property name= "UserNameSearchFilter" > (& (objectClass=user)(cn=?))</Property>
<Property name= "PasswordJavaScriptRegEx" > ^[\S]{5,30}$</Property>
<Property name= "UsernameJavaRegEx" > [a-zA-Z0-9._-|//]{3,30}$</Property>
<Property name= "PasswordJavaRegEx" > ^[\S]{5,30}$</Property>
<Property name= "UsernameJavaScriptRegEx" > ^[\S]{3,30}$</Property>
<Property name= "PasswordJavaRegExViolationErrorMsg" > Password length should be between 5 to 30 characters</Property>
<Property name= "PasswordJavaRegEx" > ^[\S]{5,30}$</Property>
<Property name= "ReadGroups" > true</Property>
<Property name= "PasswordJavaRegExViolationErrorMsg" > Password length should be between 5 to 30 characters</Property>
<Property name= "WriteGroups" > true</Property>
<Property name= "PasswordJavaScriptRegEx" > ^[\S]{5,30}$</Property>
<Property name= "EmptyRolesAllowed" > false</Property>
<Property name= "RolenameJavaScriptRegEx" > ^[\S]{3,30}$</Property>
<Property name= "GroupSearchBase" > ou=system</Property>
<Property name= "RolenameJavaRegEx" > [a-zA-Z0-9._-|//]{3,30}$</Property>
<Property name= "GroupNameListFilter" > (objectClass=groupOfNames)</Property>
<Property name= "ReadGroups" > true</Property>
<Property name= "GroupEntryObjectClass" > groupOfNames</Property>
<Property name= "WriteGroups" > true</Property>
<Property name= "GroupNameSearchFilter" > (& (objectClass=groupOfNames)(cn=?))</Property>
<Property name= "EmptyRolesAllowed" > true</Property>
<Property name= "GroupNameAttribute" > cn</Property>
<Property name= "GroupSearchBase" > CN=Users,DC=WSO2,DC=Com</Property>
<Property name= "SharedGroupNameAttribute" > cn</Property>
<Property name= "GroupEntryObjectClass" > group</Property>
<Property name= "SharedGroupSearchBase" > ou=SharedGroups,dc=wso2,dc=org</Property>
<Property name= "GroupNameAttribute" > cn</Property>
<Property name= "SharedGroupEntryObjectClass" > groupOfNames</Property>
<Property name= "SharedGroupNameAttribute" > cn</Property>
<Property name= "SharedGroupNameListFilter" > (objectClass=groupOfNames)</Property>
<Property name= "SharedGroupSearchBase" > ou=SharedGroups,dc=wso2,dc=org</Property>
<Property name= "SharedGroupNameSearchFilter" > (& (objectClass=groupOfNames)(cn=?))</Property>
<Property name= "SharedGroupEntryObjectClass" > groups</Property>
<Property name= "SharedTenantNameListFilter" > (objectClass=organizationalUnit)</Property>
<Property name= "SharedTenantNameListFilter" > (object=organizationalUnit)</Property>
<Property name= "SharedTenantNameAttribute" > ou</Property>
<Property name= "SharedTenantNameAttribute" > ou</Property>
<Property name= "SharedTenantObjectClass" > organizationalUnit</Property>
<Property name= "SharedTenantObjectClass" > organizationalUnit</Property>
<Property name= "MembershipAttribute" > member</Property>
<Property name= "MembershipAttribute" > member</Property>
<Property name= "UserRolesCacheEnabled" > true</Property>
<Property name= "GroupNameListFilter" > (objectcategory=group)</Property>
<Property name= "ReplaceEscapeCharactersAtUserLogin" > true</Property>
<Property name= "GroupNameSearchFilter" > (& (objectClass=group)(cn=?))</Property>
<Property name= "MaxRoleNameListLength" > 100</Property>
<Property name= "UserRolesCacheEnabled" > true</Property>
<Property name= "MaxUserNameListLength" > 100</Property>
<Property name= "Referral" > follow</Property>
<Property name= "SCIMEnabled" > false</Property>
<Property name= "BackLinksEnabled" > true</Property>
<Property name= "ConnectionPoolingEnabled" > false</Property>
<Property name= "MaxRoleNameListLength" > 100</Property>
<Property name= "MultiAttributeSeparator" > ,</Property>
<Property name= "MaxUserNameListLength" > 100</Property>
<Property name= "BulkImportSupported" > true</Property>
<Property name= "SCIMEnabled" > false</Property>
</UserStoreManager-->
<Property name= "ConnectionPoolingEnabled" > false</Property>
<Property name= "MultiAttributeSeparator" > ,</Property>
<Property name= "BulkImportSupported" > true</Property>
</UserStoreManager-->
<!-- Following user manager is used by Identity Server (IS) as its default user manager.
<!-- If product is using an external LDAP as the user store in read/write mode, use following user manager
IS will do token replacement when building the product. Therefore do not change the syntax.
In case if user core cache domain is needed to identify uniquely set property <Property name= "UserCoreCacheIdentifier" > domain</Property>
If "kdcEnabled" parameter is true, IS will allow service principle management. Thus "ServicePasswordJavaRegEx", "ServiceNameJavaRegEx"
-->
properties control the service name format and service password formats.
<!-- UserStoreManager class="org.wso2.carbon.user.core.ldap.ReadWriteLDAPUserStoreManager">
In case if user core cache domain is needed to identify uniquely set property <Property name= "UserCoreCacheIdentifier" > domain</Property>
<Property name= "TenantManager" > org.wso2.carbon.user.core.tenant.CommonHybridLDAPTenantManager</Property>
-->
<Property name= "ConnectionURL" > ldap://localhost:10389</Property>
<!-- ISUserStoreManager class="org.wso2.carbon.user.core.ldap.ReadWriteLDAPUserStoreManager">
<Property name= "Disabled" > false</Property>
<Property name= "TenantManager" > org.wso2.carbon.user.core.tenant.CommonHybridLDAPTenantManager</Property>
<Property name= "ConnectionName" > uid=admin,ou=system</Property>
<Property name= "defaultRealmName" > WSO2.ORG</Property>
<Property name= "ConnectionPassword" > secret</Property>
<Property name= "kdcEnabled" > false</Property>
<Property name= "LDAPConnectionTimeout" > 5000</Property>
<Property name= "Disabled" > false</Property>
<Property name= "PasswordHashMethod" > PLAIN_TEXT</Property>
<Property name= "ConnectionURL" > ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}</Property>
<Property name= "UserNameListFilter" > (objectClass=person)</Property>
<Property name= "ConnectionName" > uid=admin,ou=system</Property>
<Property name= "UserEntryObjectClass" > inetOrgPerson</Property>
<Property name= "ConnectionPassword" > admin</Property>
<Property name= "UserSearchBase" > ou=system</Property>
<Property name= "LDAPConnectionTimeout" > 5000</Property>
<Property name= "UserNameSearchFilter" > (& (objectClass=person)(uid=?))</Property>
<Property name= "PasswordHashMethod" > SHA</Property>
<Property name= "UserNameAttribute" > uid</Property>
<Property name= "UserNameListFilter" > (objectClass=person)</Property>
<Property name= "UserEntryObjectClass" > identityPerson</Property>
<Property name= "UserSearchBase" > ou=Users,dc=wso2,dc=org</Property>
<Property name= "UserNameSearchFilter" > (& (objectClass=person)(uid=?))</Property>
<Property name= "UserNameAttribute" > uid</Property>
<Property name= "PasswordJavaScriptRegEx" > ^[\S]{5,30}$</Property>
<Property name= "PasswordJavaRegEx" > ^[\S]{5,30}$</Property>
<Property name= "ServicePasswordJavaRegEx" > ^[\\S]{5,30}$</Property>
<Property name= "PasswordJavaRegExViolationErrorMsg" > Password length should be between 5 to 30 characters</Property>
<Property name= "ServiceNameJavaRegEx" > ^[\\S]{2,30}/[\\S]{2,30}$</Property>
<Property name= "UsernameJavaScriptRegEx" > ^[\S]{3,30}$</Property>
<Property name= "UsernameJavaRegEx" > [a-zA-Z0-9._-|//]{3,30}$</Property>
<Property name= "UsernameJavaRegEx" > [a-zA-Z0-9._-|//]{3,30}$</Property>
<Property name= "UsernameJavaScriptRegEx" > ^[\S]{3,30}$</Property>
<Property name= "RolenameJavaScriptRegEx" > ^[\S]{3,30}$</Property>
<Property name= "RolenameJavaScriptRegEx" > ^[\S]{3,30}$</Property>
<Property name= "RolenameJavaRegEx" > [a-zA-Z0-9._-|//]{3,30}$</Property>
<Property name= "RolenameJavaRegEx" > [a-zA-Z0-9._-|//]{3,30}$</Property>
<Property name= "ReadGroups" > true</Property>
<Property name= "PasswordJavaScriptRegEx" > ^[\S]{5,30}$</Property>
<Property name= "WriteGroups" > true</Property>
<Property name= "PasswordJavaRegEx" > ^[\S]{5,30}$</Property>
<Property name= "EmptyRolesAllowed" > true</Property>
<Property name= "PasswordJavaRegExViolationErrorMsg" > Password length should be between 5 to 30 characters</Property>
<Property name= "GroupSearchBase" > ou=Groups,dc=wso2,dc=org</Property>
<Property name= "ReadGroups" > true</Property>
<Property name= "GroupNameListFilter" > (objectClass=groupOfNames)</Property>
<Property name= "WriteGroups" > true</Property>
<Property name= "GroupEntryObjectClass" > groupOfNames</Property>
<Property name= "EmptyRolesAllowed" > false</Property>
<Property name= "GroupNameSearchFilter" > (& (objectClass=groupOfNames)(cn=?))</Property>
<Property name= "GroupSearchBase" > ou=system</Property>
<Property name= "GroupNameAttribute" > cn</Property>
<Property name= "GroupNameListFilter" > (objectClass=groupOfNames)</Property>
<Property name= "SharedGroupNameAttribute" > cn</Property>
<Property name= "GroupEntryObjectClass" > groupOfNames</Property>
<Property name= "SharedGroupSearchBase" > ou=SharedGroups,dc=wso2,dc=org</Property>
<Property name= "GroupNameSearchFilter" > (& (objectClass=groupOfNames)(cn=?))</Property>
<Property name= "SharedGroupEntryObjectClass" > groupOfNames</Property>
<Property name= "GroupNameAttribute" > cn</Property>
<Property name= "SharedGroupNameListFilter" > (objectClass=groupOfNames)</Property>
<Property name= "SharedGroupNameAttribute" > cn</Property>
<Property name= "SharedGroupNameSearchFilter" > (& (objectClass=groupOfNames)(cn=?))</Property>
<Property name= "SharedGroupSearchBase" > ou=SharedGroups,dc=wso2,dc=org</Property>
<Property name= "SharedTenantNameListFilter" > (objectClass=organizationalUnit)</Property>
<Property name= "SharedGroupEntryObjectClass" > groupOfNames</Property>
<Property name= "SharedTenantNameAttribute" > ou</Property>
<Property name= "SharedGroupNameListFilter" > (objectClass=groupOfNames)</Property>
<Property name= "SharedTenantObjectClass" > organizationalUnit</Property>
<Property name= "SharedGroupNameSearchFilter" > (& (objectClass=groupOfNames)(cn=?))</Property>
<Property name= "MembershipAttribute" > member</Property>
<Property name= "SharedTenantNameListFilter" > (objectClass=organizationalUnit)</Property>
<Property name= "UserRolesCacheEnabled" > true</Property>
<Property name= "SharedTenantNameAttribute" > ou</Property>
<Property name= "UserDNPattern" > uid={0},ou=Users,dc=wso2,dc=org</Property>
<Property name= "SharedTenantObjectClass" > organizationalUnit</Property>
<Property name= "RoleDNPattern" > cn={0},ou=Groups,dc=wso2,dc=org</Property>
<Property name= "MembershipAttribute" > member</Property>
<Property name= "SCIMEnabled" > true</Property>
<Property name= "UserRolesCacheEnabled" > true</Property>
<Property name= "MaxRoleNameListLength" > 100</Property>
<Property name= "ReplaceEscapeCharactersAtUserLogin" > true</Property>
<Property name= "MaxUserNameListLength" > 100</Property>
<Property name= "MaxRoleNameListLength" > 100</Property>
<Property name= "ConnectionPoolingEnabled" > false</Property>
<Property name= "MaxUserNameListLength" > 100</Property>
<Property name= "MultiAttributeSeparator" > ,</Property>
<Property name= "SCIMEnabled" > false</Property>
<Property name= "BulkImportSupported" > true</Property>
<Property name= "ConnectionPoolingEnabled" > false</Property>
</ISUserStoreManager-->
<Property name= "MultiAttributeSeparator" > ,</Property>
<Property name= "BulkImportSupported" > true</Property>
</UserStoreManager-->
<!-- Following user manager is used by Identity Server (IS) as its default user manager.
IS will do token replacement when building the product. Therefore do not change the syntax.
If "kdcEnabled" parameter is true, IS will allow service principle management. Thus "ServicePasswordJavaRegEx", "ServiceNameJavaRegEx"
properties control the service name format and service password formats.
In case if user core cache domain is needed to identify uniquely set property <Property name= "UserCoreCacheIdentifier" > domain</Property>
-->
<!-- ISUserStoreManager class="org.wso2.carbon.user.core.ldap.ReadWriteLDAPUserStoreManager">
<Property name= "TenantManager" > org.wso2.carbon.user.core.tenant.CommonHybridLDAPTenantManager</Property>
<Property name= "defaultRealmName" > WSO2.ORG</Property>
<Property name= "kdcEnabled" > false</Property>
<Property name= "Disabled" > false</Property>
<Property name= "ConnectionURL" > ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}</Property>
<Property name= "ConnectionName" > uid=admin,ou=system</Property>
<Property name= "ConnectionPassword" > admin</Property>
<Property name= "LDAPConnectionTimeout" > 5000</Property>
<Property name= "PasswordHashMethod" > SHA</Property>
<Property name= "UserNameListFilter" > (objectClass=person)</Property>
<Property name= "UserEntryObjectClass" > identityPerson</Property>
<Property name= "UserSearchBase" > ou=Users,dc=wso2,dc=org</Property>
<Property name= "UserNameSearchFilter" > (& (objectClass=person)(uid=?))</Property>
<Property name= "UserNameAttribute" > uid</Property>
<Property name= "PasswordJavaScriptRegEx" > ^[\S]{5,30}$</Property>
<Property name= "PasswordJavaRegEx" > ^[\S]{5,30}$</Property>
<Property name= "ServicePasswordJavaRegEx" > ^[\\S]{5,30}$</Property>
<Property name= "PasswordJavaRegExViolationErrorMsg" > Password length should be between 5 to 30 characters</Property>
<Property name= "ServiceNameJavaRegEx" > ^[\\S]{2,30}/[\\S]{2,30}$</Property>
<Property name= "UsernameJavaScriptRegEx" > ^[\S]{3,30}$</Property>
<Property name= "UsernameJavaRegEx" > [a-zA-Z0-9._-|//]{3,30}$</Property>
<Property name= "RolenameJavaScriptRegEx" > ^[\S]{3,30}$</Property>
<Property name= "RolenameJavaRegEx" > [a-zA-Z0-9._-|//]{3,30}$</Property>
<Property name= "ReadGroups" > true</Property>
<Property name= "WriteGroups" > true</Property>
<Property name= "EmptyRolesAllowed" > true</Property>
<Property name= "GroupSearchBase" > ou=Groups,dc=wso2,dc=org</Property>
<Property name= "GroupNameListFilter" > (objectClass=groupOfNames)</Property>
<Property name= "GroupEntryObjectClass" > groupOfNames</Property>
<Property name= "GroupNameSearchFilter" > (& (objectClass=groupOfNames)(cn=?))</Property>
<Property name= "GroupNameAttribute" > cn</Property>
<Property name= "SharedGroupNameAttribute" > cn</Property>
<Property name= "SharedGroupSearchBase" > ou=SharedGroups,dc=wso2,dc=org</Property>
<Property name= "SharedGroupEntryObjectClass" > groupOfNames</Property>
<Property name= "SharedGroupNameListFilter" > (objectClass=groupOfNames)</Property>
<Property name= "SharedGroupNameSearchFilter" > (& (objectClass=groupOfNames)(cn=?))</Property>
<Property name= "SharedTenantNameListFilter" > (objectClass=organizationalUnit)</Property>
<Property name= "SharedTenantNameAttribute" > ou</Property>
<Property name= "SharedTenantObjectClass" > organizationalUnit</Property>
<Property name= "MembershipAttribute" > member</Property>
<Property name= "UserRolesCacheEnabled" > true</Property>
<Property name= "UserDNPattern" > uid={0},ou=Users,dc=wso2,dc=org</Property>
<Property name= "RoleDNPattern" > cn={0},ou=Groups,dc=wso2,dc=org</Property>
<Property name= "SCIMEnabled" > true</Property>
<Property name= "MaxRoleNameListLength" > 100</Property>
<Property name= "MaxUserNameListLength" > 100</Property>
<Property name= "ConnectionPoolingEnabled" > false</Property>
<Property name= "MultiAttributeSeparator" > ,</Property>
<Property name= "BulkImportSupported" > true</Property>
</ISUserStoreManager-->
<!-- Following configuration is for the CassandraUserStoreManager. The CassandraUserStoreManager is capable of using a Cassandra
<!-- Following configuration is for the CassandraUserStoreManager. The CassandraUserStoreManager is capable of using a Cassandra
database as a user store. This user manager supports multiple credentials for authentication. Credential types can be defined
database as a user store. This user manager supports multiple credentials for authentication. Credential types can be defined
and configured in the following configuration. The CassandraUserStoreManager does not ships with the any of the WSO2 Carbon
and configured in the following configuration. The CassandraUserStoreManager does not ships with the any of the WSO2 Carbon
Servers by default, therefor Cassandra user manager component needs to be installed to the Carbon Server befor using.
Servers by default, therefor Cassandra user manager component needs to be installed to the Carbon Server befor using.
And if this CassandraUserStoreManager is used as the primary user store with multi tenants, it should also implement a
And if this CassandraUserStoreManager is used as the primary user store with multi tenants, it should also implement a
compatible TenantManager and set property <Property name= "TenantManager" > FULL_QUALIFIED_TENANT_MANAGER_CLASS_NAME</Property> .
compatible TenantManager and set property <Property name= "TenantManager" > FULL_QUALIFIED_TENANT_MANAGER_CLASS_NAME</Property> .
-->
-->
<!-- UserStoreManager class="org.wso2.carbon.user.cassandra.CassandraUserStoreManager">
<!-- UserStoreManager class="org.wso2.carbon.user.cassandra.CassandraUserStoreManager">
<Property name= "Keyspace" > User_KS3</Property>
<Property name= "Keyspace" > User_KS3</Property>
<Property name= "Host" > localhost</Property>
<Property name= "Host" > localhost</Property>
<Property name= "Port" > 9160</Property>
<Property name= "Port" > 9160</Property>
<Property name= "PasswordDigest" > SHA-256</Property>
<Property name= "PasswordDigest" > SHA-256</Property>
<Property name= "StoreSaltedPassword" > true</Property>
<Property name= "StoreSaltedPassword" > true</Property>
<Property name= "AuthenticateWithAnyCredential" > true</Property>
<Property name= "AuthenticateWithAnyCredential" > true</Property>
<Property name= "DomainName" > multipleCredentialUserStoreDomain</Property>
<Property name= "DomainName" > multipleCredentialUserStoreDomain</Property>
<Property name= "BulkImportSupported" > true</Property>
<Property name= "BulkImportSupported" > true</Property>
<MultipleCredentials >
<MultipleCredentials >
<Credential type= "Default" > org.wso2.carbon.user.cassandra.credentialtypes.EmailCredential</Credential>
<Credential type= "Default" > org.wso2.carbon.user.cassandra.credentialtypes.EmailCredential</Credential>
<Credential type= "Email" > org.wso2.carbon.user.cassandra.credentialtypes.EmailCredential</Credential>
<Credential type= "Email" > org.wso2.carbon.user.cassandra.credentialtypes.EmailCredential</Credential>
<Credential type= "PhoneNumber" > org.wso2.carbon.user.cassandra.credentialtypes.PhoneNumberCredential</Credential>
<Credential type= "PhoneNumber" > org.wso2.carbon.user.cassandra.credentialtypes.PhoneNumberCredential</Credential>
<Credential type= "Device" > org.wso2.carbon.user.cassandra.credentialtypes.DeviceCredential</Credential>
<Credential type= "Device" > org.wso2.carbon.user.cassandra.credentialtypes.DeviceCredential</Credential>
<Credential type= "External" > org.wso2.carbon.user.cassandra.credentialtypes.ExternalProviderCredential</Credential>
<Credential type= "External" > org.wso2.carbon.user.cassandra.credentialtypes.ExternalProviderCredential</Credential>
</MultipleCredentials>
</MultipleCredentials>
</UserStoreManager-->
</UserStoreManager-->
<AuthorizationManager
<AuthorizationManager
class="org.wso2.carbon.user.core.authorization.JDBCAuthorizationManager">
class="org.wso2.carbon.user.core.authorization.JDBCAuthorizationManager">
<Property name= "AdminRoleManagementPermissions" > /permission</Property>
<Property name= "AdminRoleManagementPermissions" > /permission</Property>
<Property name= "AuthorizationCacheEnabled" > true</Property>
<Property name= "AuthorizationCacheEnabled" > true</Property>
<Property name= "GetAllRolesOfUserEnabled" > true</Property>
<Property name= "GetAllRolesOfUserEnabled" > true</Property>
</AuthorizationManager>
</AuthorizationManager>
</Realm>
</Realm>
</UserManager>
</UserManager>
<!-- *******Description of some of the configuration properties used in user - mgt.xml*********************************
<!-- *******Description of some of the configuration properties used in user - mgt.xml*********************************
DomainName - This property must be used by all secondary user store managers in multiple user store configuration.
DomainName - This property must be used by all secondary user store managers in multiple user store configuration.
DomainName is a unique identifier given to the user store. Users must provide both the domain name and
DomainName is a unique identifier given to the user store. Users must provide both the domain name and
username at log-in as "DomainName\Username"
username at log-in as "DomainName\Username"
UserRolesCacheEnabled - This is to indicate whether to cache role list of a user. By default it is set to true.
UserRolesCacheEnabled - This is to indicate whether to cache role list of a user. By default it is set to true.
You may need to disable it if user-roles are changed by external means and need to reflect
You may need to disable it if user-roles are changed by external means and need to reflect
those changes in the carbon product immediately.
those changes in the carbon product immediately.
ReplaceEscapeCharactersAtUserLogin - This is to configure whether escape characters in user name needs to be replaced at user login.
ReplaceEscapeCharactersAtUserLogin - This is to configure whether escape characters in user name needs to be replaced at user login.
Currently the identified escape characters that needs to be replaced are '\' & '\\'
Currently the identified escape characters that needs to be replaced are '\' & '\\'
UserDNPattern - This property will be used when authenticating users. During authentication we do a bind. But if the user is login with
UserDNPattern - This property will be used when authenticating users. During authentication we do a bind. But if the user is login with
email address or some other property we need to first lookup LDAP and retreive DN for the user. This involves an additional step.
email address or some other property we need to first lookup LDAP and retreive DN for the user. This involves an additional step.
If UserDNPattern is specified the DN will be contructed using the pattern specified in this property. Performance of this is much better than looking
If UserDNPattern is specified the DN will be contructed using the pattern specified in this property. Performance of this is much better than looking
up DN and binding user.
up DN and binding user.
RoleDNPattern - This property will be used when checking whether user has been assigned to a given role. Rather than searching the role in search base, by
RoleDNPattern - This property will be used when checking whether user has been assigned to a given role. Rather than searching the role in search base, by
using this property direct search can be done.
using this property direct search can be done.
PasswordHashMethod - This says how the password should be stored. Allowed values are as follows,
PasswordHashMethod - This says how the password should be stored. Allowed values are as follows,
SHA - Uses SHA digest method
SHA - Uses SHA digest method
MD5 - Uses MD 5 digest method
MD5 - Uses MD 5 digest method
PLAIN_TEXT - Plain text passwords
PLAIN_TEXT - Plain text passwords
In addition to above this supports all digest methods supported by http://docs.oracle.com/javase/6/docs/api/java/security/MessageDigest.html.
In addition to above this supports all digest methods supported by http://docs.oracle.com/javase/6/docs/api/java/security/MessageDigest.html.
DisplayNameAttribute - this is to have a dedicated LDAP attribute to display an entity(User/Role) in UI, in addition to the UserNameAttribute which is used for IS-UserStore interactions.
DisplayNameAttribute - this is to have a dedicated LDAP attribute to display an entity(User/Role) in UI, in addition to the UserNameAttribute which is used for IS-UserStore interactions.
-->
-->