Skip to content

Commit

Permalink
Improve defaults for LDAP and turn off sending of welcome mails
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy Baukema committed Sep 18, 2014
1 parent b3e4824 commit e5c6abf
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions application/configs/application.ini
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,12 @@ error.action = "Display"
; See Zend_LDAP documentation.
; http://framework.zend.com/manual/en/zend.ldap.html
ldap.host = ""
ldap.useSsl = true
ldap.userName = "cn=engineblock,dc=coin,dc=surfnet,dc=nl"
ldap.useSsl = false
ldap.userName = "cn=engineblock,dc=surfconext,dc=nl"
ldap.password = ""
ldap.bindRequiresDn = true
ldap.accountDomainName = "dev.coin.surf.net"
ldap.baseDn = "dc=coin,dc=surfnet,dc=nl"
ldap.accountDomainName = ""
ldap.baseDn = "dc=surfconext,dc=nl"

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;; DATABASE SETTINGS ;;;;;;;;;;;;;;;;;
Expand Down Expand Up @@ -230,7 +230,6 @@ databaseShindig.slave1.password = ""
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;; SERVICEREGISTRY SETTINGS ;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; URL to the Janus REST interface
serviceRegistry.location = ""
serviceRegistry.user = ""
Expand Down Expand Up @@ -276,7 +275,7 @@ cookie.lang.expiry = 5184000 ; 60 days in seconds
defaultGroupProvider = "grouper"

; Do we send welcome emails
email.sendWelcomeMail = true
email.sendWelcomeMail = false

; The default email where IdP request access are send
email.help = "[email protected]"
Expand Down

0 comments on commit e5c6abf

Please sign in to comment.