#include <v2l_conn.h>
Include dependency graph for v2l_vcard.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| xmlnode | v2l_vcard_get (v2l_Config *self, v2l_LdapConn *curr_conn) |
| int | v2l_vcard_set (v2l_Config *self, v2l_LdapConn *curr_conn, xmlnode data) |
Definition in file v2l_vcard.h.
| xmlnode v2l_vcard_get | ( | v2l_Config * | self, | |
| v2l_LdapConn * | curr_conn | |||
| ) |
Gets user vCard in xml format.
| self | Module config | |
| curr_conn | user connection. |
Definition at line 177 of file v2l_vcard.c.
References _v2l_create_fn(), _v2l_vcard_attr_match(), _v2l_vcard_attr_value(), _v2l_vcard_map(), v2l_ldap_for_all_attrs(), v2l_ldap_get_entry(), and v2l_vCardItem::vcard.
Referenced by _v2l_packets_handler().
Here is the call graph for this function:

Here is the caller graph for this function:

| int v2l_vcard_set | ( | v2l_Config * | self, | |
| v2l_LdapConn * | curr_conn, | |||
| xmlnode | data | |||
| ) |
Writes vCard to user LDAP directory entry.
| self | Module config | |
| curr_conn | user connection. | |
| data | the vCard |
Definition at line 230 of file v2l_vcard.c.
References _v2l_set_sn12(), _v2l_vcard2ldap_generic(), _v2l_vcard_map(), v2l_vCardItem::group, v2l_Config::irishack, v2l_vCardItem::next, v2l_request_record(), and v2l_vCardItem::vcard.
Referenced by _v2l_packets_handler().
Here is the call graph for this function:

Here is the caller graph for this function:

1.5.1