Updated wiki.in (updated fds hostname in dokuwiki configuration).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Wed, 30 Mar 2022 17:12:36 +0000 (19:12 +0200)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Wed, 30 Mar 2022 17:12:36 +0000 (19:12 +0200)
sources/wiki.in/postinstall/install/etc/dokuwiki/local.php

index e7000b100000db36bfe7fa52342ae6e69045931c..cf26e27390de2f33f8e1f44150408be14ac0bda9 100644 (file)
@@ -18,7 +18,7 @@ $conf['superuser']    = 'zfelleg';
 
 $conf['authtype']      = 'authldap';
 
-$conf['plugin']['authldap']['server']          = 'ldap://fds.in.useribm.hu:389';
+$conf['plugin']['authldap']['server']          = 'ldap://fds.useribm.hu:389';
 $conf['plugin']['authldap']['usertree']                = 'ou=People,dc=user,dc=hu';
 $conf['plugin']['authldap']['grouptree']       = 'ou=Groups,dc=user,dc=hu';
 $conf['plugin']['authldap']['userfilter']      = '(&(uid=%{user})(objectClass=posixAccount))';