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.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
2020-05-05 00:08:39 -07:00
|
|
|
abi <abi/3.0>,
|
|
|
|
|
2011-11-01 17:08:37 +01:00
|
|
|
# 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
|
2020-02-13 11:02:49 +02:00
|
|
|
@{run}/nslcd/socket rw,
|
2018-07-30 22:47:44 -04:00
|
|
|
|
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>
|