guest [59.167.157.243]  Sun, 17 Feb 2013 10:06:43 +0000

Modified page: http://wiki.horde.org/LDAPHooksHorde5
New Revision:  9
Change log:  Add prefs.local.php

@@ -8,8 +8,18 @@
* LDAP cn entry(ies) with Full Name (the script uses the first one as the default Full Name) * LDAP mail entry(ies) with email addresses (the script uses the first one as the default email address) * As ldapsearch is set to use TLS (using the -ZZ option), you will need to have a functional TLS LDAP setup for this to work. If you are happy to not use TLS, drop that option. Again, make sure it works from the command line if you are having issues.
 * To set your LDAP domain in searchBase
+
+First enable the prefs to look for the hooks in horde/config/prefs.local.php:
+
+<code type="php">
+<?php
+ $_prefs['from_addr']['hook'] = true;
+ $_prefs['fullname']['hook'] = true;
+</code>
+
+Then you will need to create a horde/config/hooks.local.php:

 <code type="php">
 <?php
 class Horde_Hooks

--
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to