Skip to content

Instantly share code, notes, and snippets.

@dacrome
Created November 3, 2015 22:23
Show Gist options
  • Save dacrome/62be50018418d90b5090 to your computer and use it in GitHub Desktop.
Save dacrome/62be50018418d90b5090 to your computer and use it in GitHub Desktop.
OSIAM vagrant vm properties
# Home URL (needed for self reference)
org.osiam.home=http://localhost:8080/osiam
#
# Database configuration (PostgreSQL)
#
org.osiam.db.vendor=postgresql
org.osiam.db.driver=org.postgresql.Driver
org.osiam.db.url=jdbc:postgresql://localhost:5432/ong
org.osiam.db.username=ong
org.osiam.db.password=b4s3dg0d
#
# LDAP configuration
#
# Enable LDAP integration
org.osiam.ldap.enabled=false
# LDAP URL with search base
#org.osiam.ldap.server.url=ldap://localhost:389/dc=mycorp,dc=org
# DN pattern for users
#org.osiam.ldap.dn.patterns=uid={0},ou=people
# Synchronize data from LDAP to OSIAM on re-login
#org.osiam.ldap.sync-user-data=true
# How SCIM attributes of a user are mapped to LDAP attributes
#org.osiam.ldap.mapping=userName:uid\
#,email:mail\
#,name.familyName:sn\
#,name.givenName:givenName\
#,displayName:displayName
#
# Login lock configuration
#
# Lock after x login failures, 0 = disabled
org.osiam.tempLock.count=10
# Lock for x seconds
org.osiam.tempLock.timeout=30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment