I am slowly working on getting my home lab over to using LDAP (Zentyal server specifically). My media is hosted on a FreeNAS system and I want to have Plex run as a specific user on my Ubuntu server. This user will be a LDAP user. I know there are a few ways to accomplish this.
1) Change the UID on my Plex server to match the LDAP UID
2) Map the UIDs on my Plex server (LDAP UID == Plex UID)
3) Change which user Plex runs as
Which is the best way to do it? I think #3 would be best but I am not sure how to accomplish it.
Do you have any more information or a link about the first method ? (How to change the identity provider to a LDAP server to allow specific users only)
I followed these directions word for word, but my server is still running as the user plex. I even rebooted to see if that might help. No luck. Any other ideas? Server ver 9.12.12 running on Ubuntu 15.10.
@ajthemacboy: read your script (init.d, systemd, launchd, rc.d…) which launches plexmediaserver. It depends on your particular incarnation of Unix how it is done.
@eckarth said: @ajthemacboy: read your script (init.d, systemd, launchd, rc.d…) which launches plexmediaserver. It depends on your particular incarnation of Unix how it is done.
I’m on Ubuntu 15.10, and there doesn’t appear to be a plex script in /etc/init.d/, where might it be…?
This is an old thread and my issue might be different but… this worked for me;
$ sudo usermod -aG vboxsf
Just rebooted the plex box afterwards and suddenly all vbox shares were visible. Rather
than asking plex to run under a different account, add the plex account to your significant
group. Got it from;