W
woody.hagar
Hi All, this is fairly simple, but I am a noob. Take a look at this:
<entry dn="CN=JB01,OU=Domain Controllers,DC=www,DC=site,DC=org">
<objectclass>
<oc-value>top</oc-value>
<oc-value>person</oc-value>
<oc-value>organizationalPerson</oc-value>
<oc-value>user</oc-value>
<oc-value>computer</oc-value>
</objectclass>
<entry dn="CN=Joe Black,OU=Managed
Users,OU=GROUPER,DC=www,DC=site,DC=org">
<objectclass>
<oc-value>top</oc-value>
<oc-value>person</oc-value>
<oc-value>organizationalPerson</oc-value>
<oc-value>user</oc-value>
</objectclass>
I am trying to retrieve the attribute dn by checking the different
objectclass/oc-value, but I only want to select it if it is only a
user, not a user and a computer. Any ideas?
Thanks
woody
<entry dn="CN=JB01,OU=Domain Controllers,DC=www,DC=site,DC=org">
<objectclass>
<oc-value>top</oc-value>
<oc-value>person</oc-value>
<oc-value>organizationalPerson</oc-value>
<oc-value>user</oc-value>
<oc-value>computer</oc-value>
</objectclass>
<entry dn="CN=Joe Black,OU=Managed
Users,OU=GROUPER,DC=www,DC=site,DC=org">
<objectclass>
<oc-value>top</oc-value>
<oc-value>person</oc-value>
<oc-value>organizationalPerson</oc-value>
<oc-value>user</oc-value>
</objectclass>
I am trying to retrieve the attribute dn by checking the different
objectclass/oc-value, but I only want to select it if it is only a
user, not a user and a computer. Any ideas?
Thanks
woody