Closed gene1wood closed 10 years ago
Create the 'browserid' user for bigtent before creating directories that need to be owned by it.
browserid:x:450:450:Browserid Application User:/opt/browserid:/bin/bash
current manual workaround
sudo groupadd -g 450 browserid sudo useradd -d /opt/browserid -c "Browserid Application User" -s /bin/bash -u 450 -g 450 browserid
Create the 'browserid' user for bigtent before creating directories that need to be owned by it.