# BasicWinbind **Repository Path**: mirrors_Faithlife/BasicWinbind ## Basic Information - **Project Name**: BasicWinbind - **Description**: Basic script and configuration files relating to the deployment of Winbind in a SmartOS environment. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Basic SmartOS Winbind Setup Script and Configuration Files This repository is a summary of steps taken and configurations used in this blog series: 1. [Winbind in SmartOS, Part I (the Basics)](https://ops.faithlife.com/?p=52) 2. [Winbind in SmartOS, Part II (Running in Base-64)](https://ops.faithlife.com/?p=136) 3. [Winbind in SmartOS, Part III (Polishing)](https://ops.faithlife.com/?p=179) The [setup.sh](setup.sh) script is a summary of all command-line steps taken in the series and can be used for **testing purposes** in your environment. No error checking is implemented and an environment of base-64 version 15.2.0+ is assumed, for the sake of readability, so this script is **not recommended for production use**. Adaptation of this script to your choice of configuration management solution is recommended. These details from the series are not covered in setup.sh: * [Working with More than 16 Group Memberships](https://ops.faithlife.com/?p=179#memberships) * [Updating Passwords](https://ops.faithlife.com/?p=179#passwd) * [Working with Long Hostnames](https://ops.faithlife.com/?p=179#hostname)