Displaying 2 results from an estimated 2 matches for "e_warn".
Did you mean:
en_warn
2023 Mar 20
1
Dovecot unified event filtering
...ng a custom plugin for Dovecot. In my plugin, I create a child event of the session's user event:
```c
struct event *plugin_event = event_create(list->ns->user->event);
event_set_name(plugin_event, "oidc_shared_mailboxes_plugin");
event_set_min_log_level(plugin_event, LOG_TYPE_WARNING);
event_set_append_log_prefix(plugin_event, "oidc-shared-mailboxes-plugin: ");
```
I then use passthrough events like the following:
```
e_debug(event_create_passthrough(data->event)->event(), "Modified mailbox_list_iter_init was called.");
e_warning(event_create_pass...
2006 Jan 29
2
ldapadd - phpldapadmin error
I am about to enter people into ldap directory, but get this error:
# ldapadd -x -W -a -D "cn=admin,dc=test,dc=example,dc=net" -f joe.ldif
Enter LDAP Password:
ldapadd: no DN specified
Can someone please try to identify what I manage to .... or where the dn
is missing.
---
error from phpldapadmin
Error
Could not bind to the LDAP server.
LDAP said: No such attribute
Error number: