????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.191 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/etc/gconf/2/ |
Upload File : |
<evoldap>
<server>
<host></host> <!-- e.g. ldap.blaa.com -->
<port></port> <!-- defaults to 389 -->
<base_dn></base_dn> <!-- e.g. ou=people,dc=blaa,dc=com -->
</server>
<!--
The values of the following keys:
- /apps/evolution/mail/accounts
- /apps/evolution/addressbook/sources
- /apps/evolution/calendar/sources
- /apps/evolution/tasks/sources
will be constructed by applying each LDAP entry which matches
the "filter" attribute on the <template> tag to the template
template corresponding to the key.
If the filter returns multiple values, the value of the GConf
key will be a multiple element list.
Valid variables:
1) $(USER) - the username
2) $(EVOLUTION_UID) - mystical magical per-account UID string
3) $(LDAP_ATTR_foo) - the value of the "foo" attribute on the
LDAP entry which matches the filter
-->
<template filter="(&(uid=$(USER))(objectClass=inetOrgPerson)(objectClass=evolutionMailAccount)(objectClass=evolutionAddressbookSource)(objectClass=evolutionCalendarSource)(objectClass=evolutionTasksSource))">
<!-- /apps/evolution/mail/accounts -->
<account_template>
<account name="$(LDAP_ATTR_mail)" uid="$(EVOLUTION_UID)" enabled="true">
<identity>
<name>$(LDAP_ATTR_cn)</name>
<addr-spec>$(LDAP_ATTR_mail)</addr-spec>
<reply-to></reply-to>
<organization></organization>
<signature uid=""/>
</identity>
<source save-passwd="false" keep-on-server="false" auto-check="false" auto-check-timeout="10">
<url>$(LDAP_ATTR_evolutionMailSourceURI)</url>
</source>
<transport save-passwd="false">
<url>$(LDAP_ATTR_evolutionMailTransportURI)</url>
</transport>
<drafts-folder></drafts-folder>
<sent-folder></sent-folder>
<auto-cc always="false">
<recipients></recipients>
</auto-cc>
<auto-bcc always="false">
<recipients></recipients>
</auto-bcc>
<pgp encrypt-to-self="false" always-trust="false" always-sign="false" no-imip-sign="false">
<key-id></key-id>
</pgp>
<smime sign-default="false" encrypt-default="false" encrypt-to-self="false">
<sign-key-id></sign-key-id>
<encrypt-key-id></encrypt-key-id>
</smime>
</account>
</account_template>
<!-- /apps/evolution/addressbook/sources -->
<addressbook_template>
<group uid="$(EVOLUTION_UID)" name="Addressbook" base_uri="" readonly="no">
<source uid="$(EVOLUTION_UID)" name="Addressbook" relative_uri="" uri="$(LDAP_ATTR_evolutionAddressbookURI)"/>
</group>
</addressbook_template>
<!-- /apps/evolution/calendar/sources -->
<calendar_template>
<group uid="$(EVOLUTION_UID)" name="Calendar" base_uri="" readonly="no">
<source uid="$(EVOLUTION_UID)" name="Calendar" relative_uri="" uri="$(LDAP_ATTR_evolutionCalendarURI)"/>
</group>p
</calendar_template>
<!-- /apps/evolution/tasks/sources -->
<tasks_template>
<group uid="$(EVOLUTION_UID)" name="Tasks" base_uri="" readonly="no">
<source uid="$(EVOLUTION_UID)" name="Tasks" relative_uri="" uri="$(LDAP_ATTR_evolutionTasksURI)"/>
</group>
</tasks_template>
</template>
</evoldap>