-
Notifications
You must be signed in to change notification settings - Fork 19
/
ConfigIDs.txt
154 lines (114 loc) · 5.18 KB
/
ConfigIDs.txt
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
============================================================================
platform.version :: [string] :: Platform version
============================================================================
Example Values:
2.0.0.1
============================================================================
platform.import :: [JSON] :: Defines the imports
============================================================================
Example Values:
{"1":"ldap","2":"sso"}
{"1":"ldap"}
============================================================================
user.autoregister :: [integer] :: Defines the autoregister behaviour
============================================================================
Values:
0 - Inherited False
1 - Inherited True
2 - Override True
3 - Override False
============================================================================
user.defaultgroup :: [integer] :: Default Joomla group if no com_users
============================================================================
Example Values:
2 - Meaning default registered group
============================================================================
user.blacklist :: [JSON] :: Blacklisted User Adapter users
============================================================================
Example Values:
{"1":"admin"}
============================================================================
ldap.version :: [string] :: The version of JMapMyLDAP
============================================================================
Example Values:
2.0.0.1
============================================================================
ldap.config :: [integer] :: Source of the LDAP configuration
============================================================================
Values:
1 - AUTO
2 - SQL
3 - FILE
4 - PLUGIN
============================================================================
ldap.table :: [string] :: SQL table to use for Ldap configuration
============================================================================
Example Values:
#__sh_ldap_config
============================================================================
ldap.plugin :: [string] :: Authentication Plugin name for LDAP configuration
============================================================================
Example Values:
ldap
============================================================================
ldap.file :: [string] :: Stores location of Ldap configuration file
============================================================================
Example Values:
/etc/joomla/ldap.conf.php
============================================================================
ldap.namespaces :: [string] :: Namespaces of Ldap files
============================================================================
Example Values:
office;home
office
home
============================================================================
sso.urlbypass :: [boolean] :: Enable SSO bypass
============================================================================
Values:
0 - Disable
1 - Enable
============================================================================
sso.bypasskey :: [string] :: Bypass key for SSO
============================================================================
Example Values:
nosso - setting it to this would mean index.php?nosso=1 would not sso
============================================================================
sso.iprule :: [boolean] :: The default IP rule to use
============================================================================
Values:
0 - Deny All
1 - Allow All
============================================================================
sso.iplist :: [JSON] :: IP list to use in conjunction with the IP rule
============================================================================
Examples Values:
{"1":"192.168.2.20"}
============================================================================
sso.backend :: [boolean] :: Allow backend login using SSO
============================================================================
Values:
0 - Do not allow backend login using SSO
1 - Allow backend login using SSO
============================================================================
sso.plugintype :: [string] :: Plugin type name for SSO
============================================================================
Example Values:
sso
============================================================================
sso.autoregister :: [boolean] :: Autoregister on SSO
============================================================================
Values:
0 - Disable autoregister
1 - Enable autoregister
============================================================================
sso.doauthorise :: [boolean] :: Authorise the SSO user
============================================================================
Values:
0 - Log them in using only the Joomla database (no authorising)
1 - Authorise the detected user with an authentication plugin
============================================================================
user.type :: [string] :: Default user adapter name
============================================================================
Example Values:
ldap