#!/bin/bash
# l4.passwd - Provides the LDAP Master Password

######
# LDAP Master Password

# $ldap_passwd - Specifies 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=__ldap_admin_passwd__

View the Developer Guide Index

View the Reference Manual Index


Generated on Fri Jul 28 14:36:19 PDT 2017 by mcsh d14 v0.23.0.