LdapGetUser(connName, base, user, attribute, objectClass);
connName The identifier specified in the LdapConnect call.baseuserattributeobjectClass The ldap object class used to identify user. Empty string defaults to person.
entryID If the search is successful an entryID is returned. The entryID can be used with subsequent calls to access the attributes of the entry.""$user=ldapGetUser("con","cn=Users,dc=dev,dc=streamserve,dc=com", "Administrator", "cn", "user" );
| OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |