Home
last modified time | relevance | path

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

/openbmc/openbmc-tools/openbmctool/
H A DREADME.md158 …tion options> ldap enable --uri="ldap://<ldap server IP/hostname>" --bindDN=<bindDN> --baseDN=<bas…
170 …ion options> ldap enable --uri="ldaps://<ldap server IP/hostname>" --bindDN=<bindDN> --baseDN=<bas…
H A Dopenbmctool.py3382 …data = {"data": [args.uri, args.bindDN, args.baseDN, args.bindPassword, scope[args.scope], serverT…
3444 data = {"data": args.bindDN}
/openbmc/phosphor-user-manager/docs/
H A DREADME.md17 …X POST -d '{"data":[false,"ldap://<ldap://<LDAP server ip/hostname>/", "<bindDN>", "<baseDN>","<bi…
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp74 std::string bindDN; member
330 authentication["Username"] = confData.bindDN; in parseLDAPConfigData()
637 confData.bindDN = *strValue; in getLDAPConfigData()