«
Previous
|
Next
»
Revision 675e977d
Added by Remy Menard about 11 years ago
- ID 675e977d6baa946d508d77b8721408cbe9155a8e
- Parent 8fd1d584
YPSilon/YPSilon/src/main/resources/application.properties | ||
---|---|---|
ldap-user-group=ou=Users
|
||
ldap-user-id=uid
|
||
ldap-attribute-alias=aliasdn
|
||
ldap-attribute-owner=ownerid
|
||
|
||
session-time-lease=30
|
||
|
||
xacml-url=http://localhost:8080/epcis-phi/xacml
|
||
|
||
# TLS private and public keys
|
||
pks-filename = /srv/privatekeys.jks
|
||
pks-password = changeit
|
||
trust-pks-filename = /srv/publickeys.jks
|
||
trust-pks-password = changeit
|
||
ldap-attribute-owner=ownerid
|
Also available in: Unified diff
Version 2.1
- a few bugs fixed!
- uses the new DS events
- improves the session management
- the account creation by the web interface adds access policies to
the interface ("admin" policies), this is always done even if a
corresponding account exists in the LDAP directory
- simplifies the service
- upgrades Apache Tomcat to 7.0.42