Application Express User's Guide > Oracle Application Express ... > HTMLDB_LDAP > IS_MEMBER Function
IS_MEMBER Function |
![]() Previous |
![]() Next |
The IS_MEMBER function returns a boolean true if the user named by p_username (with password if required) is a member of the group specified by the p_group and p_group_base parameters using the provided auth base, host, and port.
Syntax
FUNCTION IS_MEMBER(
p_username in VARCHAR2 DEFAULT NULL,
p_pass in VARCHAR2 DEFAULT NULL,
p_auth_base in VARCHAR2,
p_host in VARCHAR2,
p_port in VARCHAR2 DEFAULT 389,
p_group in VARCHAR2,
p_group_base in VARCHAR2)
RETURN BOOLEAN;
Parameters
Table: IS_MEMBER Parameters describes the parameters available in the IS_MEMBER function.
IS_MEMBER Parameters
| Parameter | Description |
|---|---|
|
|
Login name of the user. |
|
|
Password for |
|
|
LDAP search base, for example, |
|
|
LDAP server host name. |
|
|
LDAP server port number. |
|
|
Name of the group to be search for membership. |
|
|
The base from which the search should be started. |