File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,11 @@ $config = [
2626 'https://host2.domain:5678/path2/path3',
2727 // So is regex
2828 '|^https://.*\.domain.com/|',
29- // ONLY the FOLLOWING configuration options can be overridden
29+ // ONLY the FOLLOWING configuration options can be overridden. See OverrideConfigPropertiesEnum.
3030 'https://override.example.com' => [
3131 'attrname' => 'uid',
3232 'attributes_to_transfer' => ['cn'],
33+ //'attributes' => false,
3334 //'authproc' => [],
3435 //'service_ticket_expire_time' => 5,
3536 ],
Original file line number Diff line number Diff line change 66
77enum OverrideConfigPropertiesEnum: string
88{
9+ case Attributes = 'attributes ' ;
910 case Attrname = 'attrname ' ;
1011 case AttributesToTransfer = 'attributes_to_transfer ' ;
1112 case Authproc = 'authproc ' ;
You can’t perform that action at this time.
0 commit comments