From 1f8f3264b0cbc85eb38d4a58383dbf821fe5251e Mon Sep 17 00:00:00 2001 From: andi Date: Sat, 29 Jan 2005 18:02:55 +0100 Subject: removed ldap stuff from config darcs-hash:20050129170255-9977f-b69ffb1949555b2d4a79c3e926a48dc49057874d.gz --- conf/dokuwiki.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index 5107675de..e2f5319ac 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -51,12 +51,6 @@ $conf['openregister']= 1; //Should users to be allowed to registe $conf['authtype'] = 'plain'; //which authentication DB should be used (currently plain only) $conf['defaultgroup']= 'user'; //Default groups new Users are added to -//LDAP auth specific stuff (see wiki:auth_ldap) -$conf['auth']['ldap']['server'] = 'localhost'; -$conf['auth']['ldap']['usertree'] = 'ou=people, dc=my, dc=home'; -$conf['auth']['ldap']['grouptree'] = 'ou=group, dc=my, dc=home'; -$conf['auth']['ldap']['userfilter'] = '(&(uid=%u)(objectClass=posixAccount))'; - /* Advanced Options */ $conf['userewrite'] = 0; //this makes nice URLs but you need to enable it in .htaccess first 0|1 $conf['useslash'] = 0; //use slash instead of colon? only when rewrite is on -- cgit v1.2.3