]> git.sur5r.net Git - contagged/blobdiff - README
added default escaping for smarty
[contagged] / README
diff --git a/README b/README
index ee66c2a48dddb37d1db4f04eee076a8b7eb710d1..d37c79668fc95542068e25f9e3b04a7dbc664794 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
 === ABOUT ===
 
-LDAPab is a webbased address book for small companies. It features a public
+ConTagged is a webbased address book for small companies. It features a public
 address book which is writable for all company staff and a personal address
-book for each staff member. LDAPab requires an already setup LDAP server to
-authenticate users.
+book for each staff member. ConTagged requires an already setup LDAP server to
+authenticate users and store it's data.
 
 === REQUIREMENTS ===
 
@@ -11,8 +11,8 @@ You need to have a running LDAP Server with some users (objectClass=posixUser)
 in it. It is important that you already have these users because LDAPab uses
 them to authenticate.
 
-You need a webserver (peferable Apache) with PHP4. PHP4 needs to be compiled
-with LDAP support (compiled in or as extension)
+You need a webserver (peferable Apache) with PHP (4.3 or higher). PHP needs to
+be compiled with LDAP support (compiled in or as extension)
 
 === SETUP LDAPab ===
 
@@ -49,8 +49,8 @@ entry. Make sure you include these lines before other access control lists that
 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"
@@ -63,15 +63,15 @@ The last thing is to add the contacts leafs to your LDAP tree. You'll need to
 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'
 
 
 If you made everything correct you can point your webbrowser to the newly
-installed LDAPab and use it :-) If you encounter problems try to enable logging
-in your LDAP server to see what the problem is.
+installed ConTagged and use it :-) If you encounter problems try to enable
+logging in your LDAP server to see what the problem is.
 
 === FEEDBACK, PATCHES, SUPPORT ===
 
@@ -87,12 +87,12 @@ http://www.cosmocode.de
 
 === KNOWN BUGS ===
 
-LDAPab was only tested with open-ldap 2.1 - there may be problems with other
+ConTagged was only tested with open-ldap 2.1 - there may be problems with other
 LDAP Servers.
 
 === LICENSE ===
 
-LDAPab - An LDAP based Company Address Book
+ConTagged - An LDAP based Company Address Book
 Copyright 2004 - 2006 - CosmoCode GmbH
 
 This program is free software; you can redistribute it and/or
@@ -108,5 +108,5 @@ GNU General Public License for more details.
 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