Change Log #1 - Theory5/PVDISSNSC GitHub Wiki

Notes: Winbind conflicts with PBIS. Remove winbind by typing in apt-get remove winbind

  1. 1st change log - initial configuration and settings (some numbers are messed up, see edit for proper numbering and formatting)

  2. Install Ubuntu 13.10 64-bit Edition

1.1 setup hostname PVDISSNS

1.2 setup "ubuntu" account password ce, lower.

  1. Install git and additional packages: git libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev

  2. wget http://download.beyondtrust.com/PBISO/8.0.0.2016/linux.deb.x64/pbis-open-8.0.0.2016.linux.x86_64.deb.sh

  3. Alter permissions: chmod +x pbis-open-8.0.0.2016.linux.x86_64.deb.sh

  4. Run package via sh: sudo ./pbis-open-8.0.0.2016.linux.x86_64.deb.sh

5.1 Answering questions: a)yes b)yes

  1. restart server

  2. Join Domain: sudo domainjoin-cli join

  3. restart server

  4. Set Domain as default: sudo /opt/pbis/bin/config AssumeDefaultDomain true

  5. Delete Cache sudo /opt/pbis/bin/ad-cache --delete-all

From a terminal: sudo vi /etc/pam.d/common-session

Find the line that states the following: session sufficient pam_lsass.so

Replace it with: session [success=ok default=ignore] pam_lsass.so

Install/Configure Samba:

If getting ERROR_PRoduct_version, follow these steps:http://www.troliver.com/?p=226

  1. sudo apt-get install samba smbfs smbclient (smbfs is replaced by cifs-utils)

  2. rename smb.conf: sudo mv smb.conf smb.bak

  3. create new smb.conf, see smb.conf in repo.

  4. Run this to patch things up between PBIS and Samba: sudo /opt/pbis/bin/samba-interop-install --install

  5. sudo service smbd restart

  6. Finally, ensure the Samba smb.conf file specifies the Kerberos Keytab, or it won't work.

http://askubuntu.com/questions/333127/samba-share-not-accessible-from-windows-7-on-domain-via-hostname