Hi, I would like to learn more about security as a web cyber?
Candida
------Original Message------
Dear ,
you need to pass required information to the LDAP Server to add entries in to LDAP . If any attribute is going to be add be add in LDAP , need to make sure related objectlcass is also passed ...
EX :--
dn: cn=Larry Fine,ou=MemberGroupA,o=stooges
ou: MemberGroupA
cn: Larry Fine
givenname: Larry
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
objectClass: top
mail: test@domain.com
sn: Fine
uid: larry
uidNumber: 1001
So , in flow section you need to generat $dn
$dn return "dn: "+"uid="+conn.getString("uid")+",ou=test,dc=abc,dc=com"
------------------------------
Ranvijay Singh , IAM SME
IBM , Pune
------------------------------