2011-11-01 17:08:37 +01:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Copyright (C) 2011 Novell/SUSE
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
|
|
# License published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
|
|
|
# files required by LDAP clients (e.g. nss_ldap/pam_ldap)
|
|
|
|
/etc/ldap.conf r,
|
|
|
|
/etc/ldap.secret r,
|
|
|
|
/etc/openldap/* r,
|
|
|
|
/etc/openldap/cacerts/* r,
|
|
|
|
|
|
|
|
# SASL plugins and config
|
|
|
|
/etc/sasl2/* r,
|
|
|
|
/usr/lib{,32,64}/sasl2/* r,
|
|
|
|
|
2018-07-30 22:47:44 -04:00
|
|
|
# local LDAP name service daemon
|
|
|
|
/{,var/}run/nslcd/socket rw,
|
|
|
|
|
2011-11-01 17:08:37 +01:00
|
|
|
#include <abstractions/ssl_certs>
|
2019-01-24 03:03:11 -08:00
|
|
|
|
|
|
|
# Include additions to the abstraction
|
|
|
|
#include if exists <abstractions/ldapclient.d>
|