I had a bit of trouble getting this working in the PE Web UI for the following reason:
The text in this box must be formatted in JSON format with double-quotes in order for the value to be parsed properly. I was able to enter the following value into the GUI (as one non-breaking line) You may want to tweak the documents. Appreciate the work.
Here's an example:
{"sssd":{"domains":"ad.example.com","config_file_version":2,"services":["nss","pam"]},"domain/ad.example.com":{"ad_domain":"ad.example.com","ad_server":["ad1.example.com","ad2.example.com"],"access_provider":"simple","simple_allow_users":["root"],"simple_allow_groups":["admins","users"]}}
I had a bit of trouble getting this working in the PE Web UI for the following reason:
The text in this box must be formatted in JSON format with double-quotes in order for the value to be parsed properly. I was able to enter the following value into the GUI (as one non-breaking line) You may want to tweak the documents. Appreciate the work.
Here's an example:
{"sssd":{"domains":"ad.example.com","config_file_version":2,"services":["nss","pam"]},"domain/ad.example.com":{"ad_domain":"ad.example.com","ad_server":["ad1.example.com","ad2.example.com"],"access_provider":"simple","simple_allow_users":["root"],"simple_allow_groups":["admins","users"]}}