diff options
author | andi <andi@splitbrain.org> | 2005-01-29 18:02:55 +0100 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-01-29 18:02:55 +0100 |
commit | 1f8f3264b0cbc85eb38d4a58383dbf821fe5251e (patch) | |
tree | 4928babd65a86d1c3b3b344a228f9d9577477b71 | |
parent | 306a7581aba6e75359485ea915efa8c248db3556 (diff) | |
download | rpg-1f8f3264b0cbc85eb38d4a58383dbf821fe5251e.tar.gz rpg-1f8f3264b0cbc85eb38d4a58383dbf821fe5251e.tar.bz2 |
removed ldap stuff from config
darcs-hash:20050129170255-9977f-b69ffb1949555b2d4a79c3e926a48dc49057874d.gz
-rw-r--r-- | conf/dokuwiki.php | 6 |
1 files changed, 0 insertions, 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 |