forked from extern/egroupware
Add additional trust relationships
This commit is contained in:
parent
930c475286
commit
705dfe3785
@ -53,9 +53,11 @@
|
|||||||
);
|
);
|
||||||
|
|
||||||
var $trust_relationships = array(
|
var $trust_relationships = array(
|
||||||
'we request' => 0,
|
'outbound' => 0, /* No trust, but they may trust us */
|
||||||
'they request' => 1,
|
'inbound' => 1, /* Trust to make requests of us */
|
||||||
'bi-directional' => 2
|
'passthrough' => 2, /* Trust remote server's trusts also */
|
||||||
|
'bi-directional' => 3, /* We both trust each other */
|
||||||
|
'bi-dir passthrough' => 4 /* We both trust each other, and we trust the remote server's trusts also */
|
||||||
);
|
);
|
||||||
|
|
||||||
var $security_types = array(
|
var $security_types = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user