![]() |
![]() |
![]() |
GNOME Data Access 5 manual | ![]() |
---|---|---|---|---|
Top | Description |
GdaTreeMgrLdapGdaTreeMgrLdap — A tree manager which creates a node for each child entry of an LDAP entry |
struct GdaTreeMgrLdap; GdaTreeManager * gda_tree_mgr_ldap_new (GdaConnection *cnc
,const gchar *dn
);
The GdaTreeMgrLdap is a GdaTreeManager object which creates a node for each child entry of an LDAP entry.
Note: this type of tree manager is available only if the LDAP library was found at compilation time and if the LDAP provider is correctly installed.
GdaTreeManager * gda_tree_mgr_ldap_new (GdaConnection *cnc
,const gchar *dn
);
Creates a new GdaTreeManager object which will list the children of the LDAP entry which Distinguished name
is dn
. If dn
is NULL
, then the tree manager will look in the tree itself for an attribute named "dn" and
use it.
|
a GdaConnection object |
|
an LDAP Distinguished Name or NULL . [allow-none]
|
Returns : |
a new GdaTreeManager object. [transfer full] |
Since 4.2.8