Skip to Content

Welcome!

This community is for professionals and enthusiasts of our products and services. Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

This question has been flagged
1 Reply
62 Views
Author Best Answer

Download and install from: http://download1.beyondtrust.com/Technical-Support/Downloads/PowerBroker-Identity-Services-Open-Edition/?Pass=True
8.3.0.3287 has a bugg use this version

http://download.beyondtrust.com/PBISO/8.2.2/linux.deb.x64/pbis-open-8.2.2.2993.linux.x86_64.deb.sh

domainjoin-cli join --assumeDefaultDomain yes is.local Administrator

sudo /opt/pbis/bin/config LoginShellTemplate /bin/bash

sudo /opt/pbis/bin/config HomeDirTemplate %H/%U

sudo /opt/pbis/bin/config RequireMembershipOf Linux^User

or Linux^Server^User 

Not needed for 16.04 From: http://askubuntu.com/questions/613451/ubuntu-15-04-join-domain-problem-pbis

  • nano /lib/systemd/system/lwsmd.service

[Unit]
Description=BeyondTrust PBIS Service Manager
After=network.target
[Service]
Type=forking
EnvironmentFile=/opt/pbis/libexec/init-base.sh
ExecStart=/opt/pbis/sbin/lwsmd --start-as-daemon
ExecReload=/opt/pbis/bin/lwsm refresh
ExecStop=/opt/pbis/bin/lwsm shutdown
# We want systemd to give lwsmd some time to finish gracefully, but still want
# it to kill lwsmd after TimeoutStopSec if something went wrong during the
# graceful stop. Normally, Systemd sends SIGTERM signal right after the
# ExecStop, which would kill lwsmd. We are sending useless SIGCONT here to give
# lwsmd time to finish.
KillSignal=SIGCONT
PrivateTmp=true
[Install]
WantedBy=multi-user.target nss-lookup.target

cd /etc/systemd/system

ln -s /lib/systemd/system/lwsmd.service

service lwsmd status

service lwsmd start

systemctl enable lwsmd.service

/etc/init.d/lwsmd restart

nano /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf

greeter-show-manual-login=true


sudo visudo

%Sudo^Desktop   ALL=(ALL:ALL) ALL

%Sudo^Server   ALL=(ALL:ALL) ALL


Add users to docker group


sudo adduser username groupname

Avatar
Discard
Related Posts Replies Views Activity
0
May 16
34