File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,12 @@ auto_add_filter_method = skip
30
30
# auth methods explicitly enabled with auto_add_X_user. Space separated list of
31
31
# user field and regexp-filter pattern pairs separated by colons.
32
32
auto_add_user_permit = distinguished_name:.*
33
+ # Optional limit on users who may sign up through autocreate without operator
34
+ # interaction if a valid peer exists. Defaults to allow ANY distinguished name
35
+ # if unset but only for auth methods explicitly enabled with auto_add_X_user.
36
+ # Space separated list of user field and regexp-filter pattern pairs separated
37
+ # by colons.
38
+ auto_add_user_with_peer = distinguished_name:.*
33
39
# Default account expiry unless set. Renew and web login extends by default.
34
40
cert_valid_days = 365
35
41
oid_valid_days = 365
Original file line number Diff line number Diff line change 17
17
" .*"
18
18
]
19
19
],
20
+ "auto_add_user_with_peer" : [
21
+ [
22
+ " distinguished_name" ,
23
+ " .*"
24
+ ]
25
+ ],
20
26
"ca_dir" : " " ,
21
27
"ca_file" : " " ,
22
28
"ca_fqdn" : " " ,
Original file line number Diff line number Diff line change 1
1
[DEFAULT]
2
2
auto_add_user_permit = array_of_tuples
3
+ auto_add_user_with_peer = array_of_tuples
3
4
site_cloud_access = array_of_tuples
4
5
site_peers_permit = array_of_tuples
5
6
site_vgrid_creators = array_of_tuples
You can’t perform that action at this time.
0 commit comments