1. Login to BMC proactivenet Operations Console using admin, click Options, Integrated Editing
2. Check the LDAP integration mode, configure the relevant information, click Apply
3. View the configuration file%bppm_home%\pw\pronto\conf\ldap_configuration
<?XML version= "1.0" encoding= "UTF-8"?><ldaplistxmlns= "Urn:bmc:schemas:impact"Xmlns:xsi= "Http://www.w3.org/2001/XMLSchema-instance"xsi:schemalocation= "Urn:bmc:schemas:impact ldap_definitions.xsd"> <LDAPalias= "Test"> <Host>192.168.37.120</Host> <Port>389</Port> <version>3</version> <Connectionusername>[Email protected]</Connectionusername> <BaseDN>Dc=mvs,dc=com</BaseDN> <Useridattribute>sAMAccountName</Useridattribute> <UseSSL>False</UseSSL> <Usersearchfilter>(| (Objectclass=person) (Objectclass=user) (Objectclass=inetorgperson) (Objectclass=organizationalperson))</Usersearchfilter> <Groupsearchfilter>(| (Objectclass=group) (Objectclass=groupofuniquenames) (Objectclass=groupofnames) (Objectclass=groupofurls))</Groupsearchfilter> <ConnectionpasswordEncrypted= "true">jxnwpnvpfeoniw52m4m2tscjdnyziba1jymodjojtruniw52m4m2tscjdnyziba1jymodjojtruniw52m4m2tq==</Connectionpassword> </LDAP></ldaplist>
View Code
4. View ad group settings
5. Create AD Mapping Group
Modifying a configuration file%bppm_home%\pw\pronto\conf\ldap_ppm_group_mapping
<!DOCTYPE Properties SYSTEM "Http://java.sun.com/dtd/properties.dtd"><!--Each entry's key is the LDAP group name and the value are the PPM group assigned to it. e.g. <entry key= "Ldap_group1" >ppm group1</etnry> -<Properties> <entryKey= "Group1">Group1</entry></Properties>
Mapping
6. Modify the configuration file%bppm_home%\pw\pronto\conf\ias.properties
Com.bmc.sms.ixs.enable.ldap.login=truecom.bmc.sms.ixs.allow.local.groups.for.ldap=true
7. Restart the Jserver program
PW P E JSERVERPW p s Jserver
8. Admin console to create the corresponding group
9. Log in to the system using a domain user
BPPM integration with AD domains