wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
733 stars 713 forks source link

Missing toml properties for user-mgt.xml #6356

Open gomathyk opened 4 years ago

gomathyk commented 4 years ago

In doc [1],

1.    testOnBorrow

2.    <Property name="CaseSensitiveAuthorizationRules">true</Property>

In doc [2],

1.    <EveryOneRoleName>everyone</EveryOneRoleName> <!-- By default users in this role see the registry root -->

2.     <AdminUser>

In doc [3],

"DomainName
Connection URL
driverName
Disabled
CountRetrieverClass
validationQuery
validationInterval
Description"

In doc [4],

RoleDNPattern
CountRetrieverClass
java.naming.ldap.attributes.binary
 <Property encrypted="true">
<Property name="UserDNPattern"/>
<Property name="Disabled">false</Property>
 <Property name="RoleDNPattern"/>

In doc [5],

"DomainName
UserEntryObjectClass
UserDNPattern
WriteGroups
GroupEntryObjectClass
RoleDNPattern
MemberOfAttribute
UsernameJavaScriptRegEx
UsernameJavaRegExViolationErrorMsg
PasswordJavaScriptRegEx
PasswordJavaRegExViolationErrorMsg
PasswordJavaScriptRegEx
BulkImportSupported
EmptyRolesAllowed
kdcEnabled
CountRetrieverClass
java.naming.ldap.attributes.binary
MembershipAttributeRange"

In doc [6],

"UserDNPattern
Disabled
RoleDNPattern
MemberOfAttribute
CountRetrieverClass
java.naming.ldap.attributes.binary
MembershipAttributeRange"

In doc [7],

"<EveryOneRoleName>everyone</EveryOneRoleName> <!-- By default users in this role see the registry root -->

 <Property name=""MultiTenantRealmConfigBuilder"">org.wso2.carbon.user.core.config.multitenancy.SimpleRealmConfigBuilder</Property>"

[1] https://docs.wso2.com/display/IS580/Configuring+the+Authorization+Manager [2] https://docs.wso2.com/display/IS580/Configuring+the+System+Administrator [3] https://docs.wso2.com/display/IS580/Configuring+a+JDBC+User+Store [4] https://docs.wso2.com/display/IS580/Configuring+a+Read-write+Active+Directory+User+Store [5] https://docs.wso2.com/display/IS580/Configuring+a+Read-only+LDAP+User+Store [6] https://docs.wso2.com/display/IS580/Configuring+a+Read-write+LDAP+User+Store [7] https://docs.wso2.com/display/IS580/Configuring+Roles+and+Permissions

janakamarasena commented 4 years ago

@hasinidilanka any idea how we can use this "java.naming.ldap.attributes.binary" in the deployment.toml?

wijith7 commented 4 years ago

Doc fix for 1 - https://github.com/wso2/docs-is/pull/436