/samba-iris-adapter

InterSystems IRIS Support to Samba protocol (smb v2)

Primary LanguageObjectScriptMIT LicenseMIT

Gitter Quality Gate Status Reliability Rating

samba-iris-adapter

This is a SAMBA interoperability Adapter for InterSystems IRIS. Using this adapter is possible read, write and find remote files and folders using SAMBA v2/v3 protocol.

Installation: ZPM

Open IRIS Namespace with Interoperability Enabled. Open Terminal and call: USER>zpm "install samba-iris-adapter"

Installation: Docker

Clone/git pull the repo into any local directory

$ git clone https://github.com/yurimarx/samba-iris-adapter.git

Open the terminal in this directory and run:

$ docker-compose build
  1. Run the IRIS container with your project:
$ docker-compose up -d

How to Run the App

  1. Go to the credentials and Set credentials and save with these values:

    • ID: SambaCredentials
    • User name: bob
    • Password: bobspasswd Check this image as result: Credentials
  2. Open the production and start it.

  3. Go to your REST client app and use these REST operations (with basic auth and credentials _SYSTEM/SYS):