diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-09-08 14:44:04 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-09-08 14:44:04 (GMT) |
commit | 8acf6e8958dc21b8fd75b2a2931e153a3e8b88af (patch) | |
tree | 89af2ea0c9620fdeb602b931efd96d7806e1e60d | |
parent | 1c1c2d4bb8221b35bf159c8bade98793cecb417c (diff) | |
download | kolab-docs-8acf6e8958dc21b8fd75b2a2931e153a3e8b88af.tar.gz |
Add a single sed command to execute the search_base value substitution
-rw-r--r-- | Administrator_Guide/en-US/Hosted_Kolab_Groupware_Setup.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Administrator_Guide/en-US/Hosted_Kolab_Groupware_Setup.xml b/Administrator_Guide/en-US/Hosted_Kolab_Groupware_Setup.xml index b9cbf5b..dad0fdd 100644 --- a/Administrator_Guide/en-US/Hosted_Kolab_Groupware_Setup.xml +++ b/Administrator_Guide/en-US/Hosted_Kolab_Groupware_Setup.xml @@ -304,6 +304,15 @@ aci: (targetattr = "*") (version 3.0;acl "Hosted Kolab Services";allow </itemizedlist> </para> + <para> + The short version of this is a single command: + </para> + <para> + +<screen># <userinput>sed -r -i \</userinput> +> <userinput>-e 's/^search_base = .*$/search_base = dc=%1,dc=%2/g' \</userinput> +> <userinput>`find /etc/postfix/ldap/ -type f -name "*.cf" ! -name "mydestination.cf"`</userinput></screen> + </para> </step> <step> @@ -456,7 +465,8 @@ if (file_exists( RCMAIL_CONFIG_DIR . '/' . $_SERVER["HTTP_HOST"] . '/' . basename(__FILE__)); -}</screen> +} +?></screen> </para> |