#!/bin/bash
# l4.passwd - Provides the LDAP Master Password
# When combined with other LDAP settings (notably, $ldap_user), the
# LDAP Master Password ($ldap_passwd) should permit administrative
# access to your LDAP server, allowing the MCSH scripts to access it
# fully.
# Because this password allows complete access, this file should be
# treated with due diligence. It should be owned by the root user (and
# group), and its permissions should be read-only for only the user
# (mode 0600).
# ldap_passwd - Specifies the LDAP Master Password
ldap_passwd=__ldap_admin_passwd__
Generated on Tue Apr 25 21:21:35 PDT 2017 by mcsh i7 v0.18.0.