match these parts of the ldap tree. If you are unsure have a look at the
included slapd.example file
- access to dn="(.*,)?ou=contacts,cn=([^,]+),ou=people,(.*)$"
- by dn="cn=$2,ou=people,$3" write
+ access to dn.regex="(.*,)?ou=contacts,cn=([^,]+),ou=people,(.*)$"
+ by dn.regex="cn=$2,ou=people,$3" write
by * none
access to dn.subtree="ou=contacts,o=cosmocode,c=de"
add a global contacts leaf at top.
eg: 'ou=contacts,o=cosmocode,c=de'
-
+
And a contacts leaf for every user.
eg: 'ou=contacts,cn=Joe Schmoe,ou=people,o=cosmocode,c=de'
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
+
See COPYING for details
exit();
} else {
header("Content-Type: text/csv");
- header('Content-Disposition: Attachement; filename="ldapabexport.csv"');
+ header('Content-Disposition: Attachement; filename="contagged_export.csv"');
$smarty->display('export_list_csv.tpl');
}
}else{
-<?
+<?php
+/**
+ * German language file
+ *
+ * @author Andreas Gohr <gohr@cosmocode.de>
+ */
$lang['ldapab'] = 'Das LDAP Adressbuch';
$lang['copy'] = 'Kopieren';
$lang['csvexport'] = 'CSV';
$lang['vcfexport'] = 'VCard';
-$lang['vcfimport'] = 'Import';
+$lang['vcfimport'] = 'Import';
$lang['search'] = 'Suchen';
$lang['submit'] = 'Absenden';
$lang['help'] = 'Hilfe';
$lang['err_noentries'] = 'Keine Einträge';
$lang['err_ldap'] = 'Der LDAP Server lieferte folgende Fehlermeldungen';
-?>
+
+
-<?
+<?php
+/**
+ * Italian language file
+ *
+ * @author Simone Piccardi <piccardi@truelite.it>
+ */
$lang['ldapab'] = 'The LDAP address book';
$lang['timezone'] = 'Fuso orario';
$lang['position'] = 'Posizione';
$lang['ipphone'] = 'Telefono IP';
-?>
+