Searched defs:identifier (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/plugins/acl/
H A Dacl-api.h41 identifier name is ignored. */
43 /* Authenticate users' rights. identifier name is ignored. */
48 identifier name is ignored. */
70 /* Type of the identifier, user/group */
73 const char *identifier; member in struct:acl_rights
/dovecot/src/plugins/imap-acl/
H A Dimap-acl-plugin.c152 str_append(tmp, right->identifier);
156 str_append(tmp, right->identifier);
160 str_append(tmp, right->identifier);
180 rights->identifier);
229 rights.identifier = username;
262 rights.identifier = username;
363 const char *mailbox, *identifier; local
366 if (!client_read_string_args(cmd, 2, &mailbox, &identifier))
377 imap_append_astring(str, identifier);
455 *error_r = "'anyone' identifier i
565 const char *mailbox, *identifier, *rights, *error; local
650 const char *mailbox, *identifier, *error; local
[all...]

Completed in 545 milliseconds