LdapGetUser(connName, base, user, attribute, objectClass);
connName
The identifier specified in the LdapConnect call.base
user
attribute
objectClass
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 | Updated: 2013-03-01 |