### ### For use with article: ### Configuring IBM WebSphere Process Server With OpenDS as an LDAP User Repository ### http://www.sun.com/bigadmin/content/submitted/wps_opends_ldap.jsp ### dn: ou=people,dc=example,dc=com objectClass: organizationalUnit objectClass: top ou: people dn: uid=sactel+userpassword=sactel,ou=people,dc=example,dc=com objectClass: person objectClass: organizationalPerson objectClass: inetOrgPerson objectClass: top cn: Sachin sn: Telang uid: sactel userPassword: sactel dn: ou=groups,dc=example,dc=com objectClass: organizationalUnit objectClass: top ou: groups dn: uid=wps+userpassword=wps,ou=people,dc=example,dc=com objectClass: person objectClass: organizationalPerson objectClass: inetOrgPerson objectClass: top cn: wps sn: wps uid: wps userPassword: wps dn: uid=wid+userpassword=wid,ou=people,dc=example,dc=com objectClass: person objectClass: organizationalPerson objectClass: inetOrgPerson objectClass: top cn: wid sn: wid uid: wid userPassword: wid dn: cn=adminGrp,ou=groups,dc=example,dc=com objectClass: groupOfUniqueNames objectClass: top cn: adminGrp uniqueMember: uid=sactel+userPassword=sactel,ou=people,dc=example,dc=com uniqueMember: uid=wps+userPassword=wps,ou=people,dc=example,dc=com dn: cn=myGrp,ou=groups,dc=example,dc=com objectClass: groupOfNames objectClass: top cn: myGrp member: uid=wps+userpassword=wps,ou=people,dc=example,dc=com member: uid=sactel+userpassword=sactel,ou=people,dc=example,dc=com ############################################################################## ### This script is submitted to BigAdmin by a user of the BigAdmin community. ### Sun Microsystems, Inc. is not responsible for the ### contents or the code enclosed. ### ### ### Copyright 2008 Sun Microsystems, Inc. ALL RIGHTS RESERVED ### Use of this software is authorized pursuant to the ### terms of the license found at ### http://www.sun.com/bigadmin/common/berkeley_license.html ##############################################################################