pam: config parser
This commit is contained in:
@@ -311,6 +311,14 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
|||||||
"value": "",
|
"value": "",
|
||||||
"help": "OAuth2 token endpoint URL",
|
"help": "OAuth2 token endpoint URL",
|
||||||
"type": str}),
|
"type": str}),
|
||||||
|
("pam_group_membership", {
|
||||||
|
"value": "",
|
||||||
|
"help": "PAM group user should be member of",
|
||||||
|
"type": str}),
|
||||||
|
("pam_service", {
|
||||||
|
"value": "radicale",
|
||||||
|
"help": "PAM service",
|
||||||
|
"type": str}),
|
||||||
("strip_domain", {
|
("strip_domain", {
|
||||||
"value": "False",
|
"value": "False",
|
||||||
"help": "strip domain from username",
|
"help": "strip domain from username",
|
||||||
|
|||||||
Reference in New Issue
Block a user