Home
last modified time | relevance | path

Searched refs:ldap (Results 1 – 25 of 83) sorted by relevance

1234

/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DLdapStore.js9 ldap: { class in LdapStore.state
30 ldap: (state) => state.ldap,
61 state.ldap.serviceAddress = ServiceAddresses[0];
62 state.ldap.serviceEnabled = ServiceEnabled;
63 state.ldap.baseDn = BaseDistinguishedNames[0];
64 state.ldap.bindDn = Authentication.Username;
65 state.ldap.userAttribute = UsernameAttribute;
66 state.ldap.groupsAttribute = GroupsAttribute;
67 state.ldap.roleGroups = RemoteRoleMapping;
129 if (state.ldap.serviceEnabled) {
/openbmc/phosphor-user-manager/docs/
H A DREADME.md17ldap://<ldap://<LDAP server ip/hostname>/", "<bindDN>", "<baseDN>","<bindDNPassword>","<searchScop…
23 If the configured ldap server is secure then we need to upload the client
33 -X PUT -T <FILE> https://<BMC_IP>/xyz/openbmc_project/certs/client/ldap
46 …n/json" -X POST -d '{"data":[]}' https://$BMC_IP/xyz/openbmc_project/user/ldap/config/action/delete
52 curl -b cjar -k https://$BMC_IP/xyz/openbmc_project/user/ldap/enumerate
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/
H A DLdap.vue15 data-test-id="ldap-checkbox-ldapAuthenticationEnabled"
40 id="enable-secure-ldap"
43 data-test-id="ldap-checkbox-secureLdapEnabled"
77 data-test-id="ldap-radio-activeDirectoryEnabled"
85 data-test-id="ldap-radio-activeDirectoryEnabled"
107 data-test-id="ldap-input-serverUri"
125 data-test-id="ldap-input-bindDn"
140 data-test-id="ldap-input-togglePassword"
164 data-test-id="ldap-input-baseDn"
184 data-test-id="ldap-input-userIdAttribute"
[all …]
H A DTableRoleGroups.vue164 ...mapGetters('ldap', ['isServiceEnabled', 'enabledRoleGroups']),
210 .dispatch('ldap/deleteRoleGroup', {
241 .dispatch('ldap/deleteRoleGroup', { roleGroups: [row] })
260 .dispatch('ldap/addNewRoleGroup', data)
266 .dispatch('ldap/saveRoleGroup', data)
/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/
H A Dphosphor-user-manager_git.bb36 FILES:phosphor-ldap += " \
37 ${bindir}/phosphor-ldap-conf \
45 USERADD_PACKAGES = "${PN} phosphor-ldap"
48 PACKAGE_BEFORE_PN = "phosphor-ldap"
52 GROUPADD_PARAM:phosphor-ldap = "priv-admin; priv-operator; priv-user "
54 DBUS_SERVICE:phosphor-ldap = " \
/openbmc/openbmc-tools/openbmctool/
H A DREADME.md109 openbmctool <connection options> certificate update client ldap -f <File>
117 openbmctool <connection options> certificate update authority ldap -f <File>
134 openbmctool <connection options> certificate delete client ldap
140 openbmctool <connection options> certificate delete authority ldap
158 openbmctool.py <connection options> ldap enable --uri="ldap://<ldap server IP/hostname>" --bindDN=<…
170 openbmctool.py <connection options> ldap enable --uri="ldaps://<ldap server IP/hostname>" --bindDN=…
191 openbmctool.py <connection options> ldap disable
205 openbmctool.py <connection options> ldap privilege-mapper create --groupName=<groupName> --privileg…
211 openbmctool.py <connection options> ldap privilege-mapper delete --groupName=<groupName>
217 openbmctool.py <connection options> ldap privilege-mapper list
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dmain.cpp21 configDir / phosphor::ldap::defaultNslcdFile) || in main()
22 !std::filesystem::exists(configDir / phosphor::ldap::nsSwitchFile)) in main()
33 phosphor::ldap::ConfigMgr mgr(bus, LDAP_CONFIG_ROOT, LDAP_CONFIG_FILE, in main()
H A Dmeson.build1 ldap_dep = meson.get_compiler('cpp').find_library('ldap', required: true) build
31 'phosphor-ldap-conf',
H A Dldap_mapper_serialize.cpp14 CEREAL_CLASS_VERSION(phosphor::ldap::LDAPMapperEntry, CLASS_VERSION);
18 namespace ldap namespace
/openbmc/phosphor-user-manager/
H A D.gitignore59 /phosphor-ldap-mapper/phosphor-ldap-mapper
60 /phosphor-ldap-config/phosphor-ldap-conf
H A Dnslcd2 #example: /xyz/openbmc_project/certs/client/ldap
3 ENDPOINT=ldap
H A Dmeson.build52 '/xyz/openbmc_project/user/ldap',
58 '/xyz/openbmc_project/user/ldap/config',
70 '/var/lib/phosphor-ldap-conf',
182 subdir('phosphor-ldap-config')
/openbmc/openbmc/meta-openembedded/meta-python/recipes-networking/python/
H A Dpython3-ldap_3.4.4.bb6 HOMEPAGE = "http://www.python-ldap.org/"
12 PYPI_PACKAGE = "python-ldap"
21 -e 's/= ldap_r/= ldap/g' ${S}/setup.cfg
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/
H A Davoid-openldap-unless-wanted.patch22 - # we need this for the ldap backend
23 …f conf.CHECK_FUNCS_IN('ber_flush ldap_open ldap_initialize', 'lber ldap', headers='lber.h ldap.h'):
/openbmc/openbmc-test-automation/lib/
H A Dbmc_ldap_utils.robot31 # 'Username': 'cn=Administrator,dc=ldap,dc=com',
39 # 'BaseDistinguishedNames': ['dc=ldap,dc=com'],
49 # 'ServiceAddresses': ['ldap://xx.xx.xx.xx/']
71 # ldap_server_uri LDAP server uri (e.g. ldap://XX.XX.XX.XX).
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_ldap_sub_menu.robot16 ${xpath_enable_ldap_checkbox} //*[@data-test-id='ldap-checkbox-ldapAuthenticationEnabled']
17 ${xpath_secure_ldap_checkbox} //*[@data-test-id='ldap-checkbox-secureLdapEnabled']
18 ${xpath_service_radio_button} //*[@data-test-id="ldap-radio-activeDirectoryEnabled"]
20 ${xpath_ldap_url} //*[@data-test-id='ldap-input-serverUri']
21 ${xpath_ldap_bind_dn} //*[@data-test-id='ldap-input-bindDn']
23 ${xpath_ldap_base_dn} //*[@data-test-id='ldap-input-baseDn']
24 ${xpath_ldap_save_settings} //*[@data-test-id='ldap-button-saveSettings']
196 # Navigate to https://xx.xx.xx.xx/#/security-and-access/ldap LDAP page.
199 Wait Until Keyword Succeeds 30 sec 10 sec Location Should Contain ldap
222 # ldap_server_uri LDAP server uri (e.g. ldap://XX.XX.XX.XX).
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/
H A Dpostfix_3.8.6.bb10 ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'openldap', '', d)} \
59 # ldap support
60 export CCARGS-ldap = "\
61 ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', '-DHAS_LDAP', '', d)}"
62 export AUXLIBS-ldap = "\
63 ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', '-lldap -llber', '', d)}"
66 export CCARGS-ldap:class-native = ""
67 export AUXLIBS-ldap:class-native = ""
82 export CCARGS = "${CFLAGS} -DHAS_PCRE -DUSE_TLS -I${STAGING_INCDIR}/openssl ${CCARGS-ldap} ${CCARG…
83 export AUXLIBS = "-lpcre -lssl -lcrypto ${AUXLIBS-sasl} ${AUXLIBS-ldap}"
/openbmc/phosphor-webui/app/access-control/styles/
H A Dldap.scss157 .ldap-groups {
188 .table__cell-ldap {
206 .table__cell-ldap-group {
211 .table__cell-ldap-role {
233 .modal__content-ldap {
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-image.bbclass31 # - obmc-user-mgmt-ldap - OpenBMC LDAP users
65 FEATURE_PACKAGES_obmc-user-mgmt-ldap ?= "packagegroup-obmc-apps-user-mgmt-ldap"
101 sed -i 's/\(\(passwd\|group\):\s*\).*/\1files systemd ldap/' \
103 sed -i 's/\(shadow:\s*\).*/\1files ldap/' \
107 ROOTFS_POSTPROCESS_COMMAND += "${@bb.utils.contains('IMAGE_FEATURES', 'obmc-user-mgmt-ldap', 'enabl…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0001-Don-t-check-xsltproc-manpages.patch29 # we need this for the ldap backend
30 …f conf.CHECK_FUNCS_IN('ber_flush ldap_open ldap_initialize', 'lber ldap', headers='lber.h ldap.h'):
/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager/
H A Dxyz.openbmc_project.Ldap.Config.service8 ExecStart=/usr/bin/env phosphor-ldap-conf
9 SyslogIdentifier=phosphor-ldap-conf
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/
H A Ddovecot_2.3.21.1.bb24 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ldap pam systemd', d)}"
28 PACKAGECONFIG[ldap] = "--with-ldap=plugin,--without-ldap,openldap,"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/
H A Dcyrus-sasl_2.1.28.bb32 ${@bb.utils.filter('DISTRO_FEATURES', 'ldap pam', d)} \
38 PACKAGECONFIG[ldap] = "--with-ldap=${STAGING_LIBDIR} --enable-ldapdb,--without-ldap --disable-ldapd…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/
H A Dopenldap_2.6.9.bb44 mdb ldap meta null passwd proxycache dnssrv \
65 # Backends="asyncmeta dnssrv ldap mdb meta null passwd perl relay sock sql wt"
79 #--enable-ldap enable ldap backend no|yes|mod no
80 PACKAGECONFIG[ldap] = "--enable-ldap=mod,--enable-ldap=no,"
152 FILES:${PN} = "${libdir}/lib*.so.* ${sysconfdir}/openldap/ldap.* ${localstatedir}/${BPN}/data"
206 INSANE_SKIP:${PN}-backend-ldap += "dev-so"
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/
H A Dlibnet-ldap-perl_0.68.bb12 SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MARSCHAP/perl-ldap-${PV}.tar.gz"
16 S = "${WORKDIR}/perl-ldap-${PV}"

1234