Skip to content

Commit

Permalink
Updated README and other release files
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Apr 17, 2015
1 parent 7ec2598 commit 4fae7fa
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 31 deletions.
3 changes: 3 additions & 0 deletions INSTALL
Expand Up @@ -50,3 +50,6 @@ URL by default:
http://<hostname>:<port>/midpoint

where <hostname> and <port> are the hostname and port number of the web container.

Login: administrator
Password 5ecr3t
5 changes: 4 additions & 1 deletion INSTALL-dist
Expand Up @@ -31,4 +31,7 @@ URL by default:

http://<hostname>:<port>/midpoint

where <hostname> and <port> are the hostname and port number of the web container.
where <hostname> and <port> are the hostname and port number of the web container.

Login: administrator
Password 5ecr3t
46 changes: 19 additions & 27 deletions NEWS
@@ -1,28 +1,20 @@
midPoint 3.1 "Sinan"
---------------------
midPoint 3.1.1 "Sinan Update 1"
-------------------------------

* Resource wizard
* Improved role and organization user interface
* Improved entitlement GUI
* Notification support for roles and organizations
* GUI progress indicator for provisioning operations
* Support for account lock-out attributes. Also for lock-out attributes
simulation.
* Conditional roles and assignments/inducements.
* Changes in assignment parameters are provisioned immediately,
reconciliation is no longer needed.
* OID-bound mode for attributes.
* Multi-tenancy improvements in GUI.
* Generic synchronization improvements in GUI.
* Improved provisioning dependencies.
* Support for iteration in inbound expressions (object template).
* Significant performance improvements
** Improved performance of organization structure ("org closure table").
** Improved import and reconciliation performance (parallelization).
* Polygon versions of LDAP, DBTable and CSVFile connectors
* Significantly improved paging support in LDAP connector
* Support for case-insensitive attribute names.
* Improved authorization and delegated administration support in GUI.
* Support for "priority attributes" to work around some connector problems.
* Improved reporting engine based on Jasper Reports.
* Numerous user experience improvements.
* Python scripting
* Improved web service auditing and error handling and error responses
* Extended model client utilities
* Support for enumerated property values
* Support for value lookup tables
* GUI support for role owner and risk level
* Improved role selection (support for role type)
* Role assignment constraints: minimum and maxim role assignees
* Validation plug-in
* Schema refinement by using object template
* Password recovery (security questions)
* $actor variable in mappings
* Resource wizard improvements
* Web service error handling improvements
* Improved support for organization managers
* Improved workflow handlers
* Various GUI usability improvements
4 changes: 2 additions & 2 deletions README
@@ -1,5 +1,5 @@
midPoint 3.1 "Sinan"
---------------------
midPoint 3.1.1 "Sinan Update 1"
-------------------------------

General informations:

Expand Down
2 changes: 1 addition & 1 deletion samples/resources/openldap/openldap-localhost-medium.xml
Expand Up @@ -72,7 +72,7 @@ It also contains inbound mappings and definition to enable synchronization.
<icfcldap:port>389</icfcldap:port>
<icfcldap:host>localhost</icfcldap:host>
<icfcldap:baseContexts>dc=example,dc=com</icfcldap:baseContexts>
<icfcldap:principal>uid=idm,ou=Administrators,dc=example,dc=com</icfcldap:principal>
<icfcldap:principal>cn=idm,ou=Administrators,dc=example,dc=com</icfcldap:principal>
<icfcldap:credentials>
<clearValue>secret</clearValue>
</icfcldap:credentials>
Expand Down

0 comments on commit 4fae7fa

Please sign in to comment.