/openbmc/webui-vue/src/store/modules/SecurityAndAccess/ |
H A D | LdapStore.js | 9 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 D | README.md | 17 …ldap://<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 D | Ldap.vue | 15 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 D | TableRoleGroups.vue | 164 ...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 D | phosphor-user-manager_git.bb | 36 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 D | README.md | 109 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 D | main.cpp | 21 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 D | meson.build | 1 ldap_dep = meson.get_compiler('cpp').find_library('ldap', required: true) build 31 'phosphor-ldap-conf',
|
H A D | ldap_mapper_serialize.cpp | 14 CEREAL_CLASS_VERSION(phosphor::ldap::LDAPMapperEntry, CLASS_VERSION); 18 namespace ldap namespace
|
/openbmc/phosphor-user-manager/ |
H A D | .gitignore | 59 /phosphor-ldap-mapper/phosphor-ldap-mapper 60 /phosphor-ldap-config/phosphor-ldap-conf
|
H A D | nslcd | 2 #example: /xyz/openbmc_project/certs/client/ldap 3 ENDPOINT=ldap
|
H A D | meson.build | 52 '/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 D | python3-ldap_3.4.4.bb | 6 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 D | avoid-openldap-unless-wanted.patch | 22 - # 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 D | bmc_ldap_utils.robot | 31 # '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 D | test_ldap_sub_menu.robot | 16 ${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 D | postfix_3.8.6.bb | 10 ${@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 D | ldap.scss | 157 .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 D | obmc-phosphor-image.bbclass | 31 # - 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 D | 0001-Don-t-check-xsltproc-manpages.patch | 29 # 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 D | xyz.openbmc_project.Ldap.Config.service | 8 ExecStart=/usr/bin/env phosphor-ldap-conf 9 SyslogIdentifier=phosphor-ldap-conf
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/ |
H A D | dovecot_2.3.21.1.bb | 24 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 D | cyrus-sasl_2.1.28.bb | 32 ${@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 D | openldap_2.6.9.bb | 44 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 D | libnet-ldap-perl_0.68.bb | 12 SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MARSCHAP/perl-ldap-${PV}.tar.gz" 16 S = "${WORKDIR}/perl-ldap-${PV}"
|