-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfortress.properties.example
44 lines (35 loc) · 1.12 KB
/
fortress.properties.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#
# © 2023 iamfortress.net
#
# ldap host name
host=localhost
# If ApacheDS:
# This param tells fortress what type of ldap server in use:
ldap.server.type=apacheds
port=10389
admin.user=uid=admin,ou=system
admin.pw=secret
# if OpenLDAP
#ldap.server.type=openldap
#port=389
#admin.user=cn=manager,dc=example,dc=com
# This is min/max settings for LDAP administrator pool connections that have read/write access to all nodes under suffix:
min.admin.conn=1
max.admin.conn=10
# This node contains fortress properties stored on behalf of connecting LDAP clients:
config.realm=DEFAULT
config.root=ou=Config,dc=example,dc=com
# Used by application security components:
perms.cached=true
# Fortress uses a cache:
ehcache.config.file=ehcache.xml
# Default for pool reconnect flag is false:
enable.pool.reconnect=true
# Used to connect APIS with Fortress-Rest instead of LDAPv3:
#enable.mgr.impl.rest=true
# This user account is added automatically during deployment of fortress-rest via -Dload.file=./src/main/resources/FortressRestServerPolicy.xml:
#http.user=demouser4
#http.pw=password
# For TLs connections:
#http.port=8443
#http.protocol=https