Lines Matching full:ldap
8 #include <xyz/openbmc_project/User/Ldap/Config/server.hpp>
9 #include <xyz/openbmc_project/User/Ldap/Create/server.hpp>
15 namespace ldap namespace
26 sdbusplus::xyz::openbmc_project::User::Ldap::server::Create>;
30 * @brief Creates LDAP server configuration.
31 * @details concrete implementation of xyz.openbmc_project.User.Ldap.Create
32 * APIs, in order to create LDAP configuration.
47 * @param[in] filePath - LDAP configuration file.
48 * @param[in] dbusPersistentPath - Persistent path for LDAP D-Bus property.
49 * @param[in] caCertFile - LDAP's CA certificate file.
60 xyz.openbmc_project.User.Ldap.Create.createConfig.
61 * @param[in] ldapServerURI - LDAP URI of the server.
67 * @param[in] ldapType - Specifies the LDAP server type which can be AD
70 * the name of the Group in the LDAP server.
72 * the username in the LDAP server.
100 /** @brief enable/disable the ldap service
106 /* ldap service enabled property would be saved under
135 } // namespace ldap