Shamir's secret sharing protocol is flexible in that it allows the dealer to vary the number of players required to reconstruct the shared secret, by varying the degree of the polynomial p(x). If we wish to require all players to cooperate in order to be able to reconstruct the secret, then we do not need a secret sharing protocol as (relatively) complicated as Shamir's. In this case, rather than resort to using a polynomial, we can simply distribute n shares whose sum is the desired secret.
Since each value for each individual share is equally likely, collecting together even n-1 of the shares affords no information about the secret. This protocol has the slight advantage over Shamir in that it is easier to compute.