-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve defaults for LDAP and turn off sending of welcome mails
- Loading branch information
Boy Baukema
committed
Sep 18, 2014
1 parent
b3e4824
commit e5c6abf
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 ;;;;;;;;;;;;;;;;; | ||
|
@@ -230,7 +230,6 @@ databaseShindig.slave1.password = "" | |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | ||
;;;;;;;;;;;; SERVICEREGISTRY SETTINGS ;;;;;;;;;; | ||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | ||
|
||
; URL to the Janus REST interface | ||
serviceRegistry.location = "" | ||
serviceRegistry.user = "" | ||
|
@@ -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]" | ||
|