Lines Matching full:ldap
35 description: 'Path of LDAP configuration file.',
41 description: 'Path of LDAP server CA certificate.',
47 description: 'Path of LDAP client certificate.',
52 '/xyz/openbmc_project/user/ldap',
53 description: 'LDAP configuration root.',
58 '/xyz/openbmc_project/user/ldap/config',
59 description: 'D-Bus path of LDAP config object.',
64 'xyz.openbmc_project.Ldap.Config',
65 description: 'D-Bus busname of LDAP config service.',
70 '/var/lib/phosphor-ldap-conf',
71 description: 'path of directory having persisted LDAP configuration enabled property.',
84 ldap_dep = cpp.find_library('ldap', required: get_option('ldap')) build
183 if get_option('ldap').allowed() and ldap_dep.found()
184 subdir('phosphor-ldap-config')