smbldap-ssh-tools: Installation Guide


Introduction

SMBLDAP-TOOLS Addons require SMBLDAP-TOOLS and LDAP server.
Please read the Required: SMBLDAP-TOOLS Installation Guide at first.

smbldap-ssh-tools Installation Guide

Install

Download a smbldap-ssh-tools-x.x.x from the Download area.
Please copy all scripts in the installation directory of SMBLDAP-TOOLS scripts. (example: /usr/local/sbin/)

# tar zxf smbldap-ssh-tools-x.x.x.tgz
# chown -R root: smbldap-ssh-tools-*
# cd smbldap-ssh-tools-x.x.x
# yes | cp -a smbldap* /usr/local/sbin/

for User mode

smbldap-ssh support user mode. If this setup is performed, a user can change own public keys.

smbldap-tools-0.8.6 or later

# ln -s /usr/local/sbin/smbldap-usercert /usr/local/bin/smbldap-usercert
# chmod 755 /etc/opt/IDEALX/smbldap-tools
# chmod 644 /etc/opt/IDEALX/smbldap-tools/smbldap.conf
# chmod 600 /etc/opt/IDEALX/smbldap-tools/smbldap_bind.conf

old smbldap-tools-0.8.6 version

# ln -s /usr/local/sbin/smbldap-usercert /usr/local/bin/smbldap-usercert
# chmod 755 /etc/smbldap-tools
# chmod 644 /etc/smbldap-tools/smbldap.conf
# chmod 600 /etc/smbldap-tools/smbldap_bind.conf

Please read the How to use page about usage.