Home
last modified time | relevance | path

Searched refs:baseDN (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-user-manager/docs/
H A DREADME.md17 …"data":[false,"ldap://<ldap://<LDAP server ip/hostname>/", "<bindDN>", "<baseDN>","<bindDNPassword…
/openbmc/openbmc-tools/openbmctool/
H A DREADME.md158 …ldap enable --uri="ldap://<ldap server IP/hostname>" --bindDN=<bindDN> --baseDN=<basDN> --bindPass…
170 …dap enable --uri="ldaps://<ldap server IP/hostname>" --bindDN=<bindDN> --baseDN=<basDN> --bindPass…
H A Dopenbmctool.py3382 …data = {"data": [args.uri, args.bindDN, args.baseDN, args.bindPassword, scope[args.scope], serverT…
3438 data = {"data": args.baseDN}
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp75 std::string baseDN; member
337 baseDistinguishedNames.emplace_back(confData.baseDN); in parseLDAPConfigData()
641 confData.baseDN = *strValue; in getLDAPConfigData()