PDA

View Full Version : data send to services.mindtouch.com?



sandfish
03-04-2009, 12:39 PM
Hello all together,

I solved the problem here http://forums.developer.mindtouch.com/showthread.php?t=5079 with an English installation.
Now my Wiki works but I need an LDAP-connection.
I found the tutorial here: http://wiki.developer.mindtouch.com/index.php?title=MindTouch_Deki/FAQ/User_Management/How_do_I...Integrate_my_users_with_LDAP%2F%2FMS_Ac tive_Directory%3F

and tryied to configure it. The problem is that I've to enter the adress "http://services.mindtouch.com/deki/stable/2007/05/ldap-authentication" but we have got sensitively data, so that they won't allow me to install that.
I read that thread: http://forums.developer.mindtouch.com/showthread.php?t=3082 - So for what is that adress now? Do I need internet to let it run? What data is send? Can I write anything else but the URL?

Thank you in advance

crb
03-04-2009, 12:58 PM
services.mindtouch.com doesn't actually exist - it's just a namespace, and in order to reduce confusion about it, as Steve points out, the namespace was changed to sid://mindtouch.com/.

The API looks for services with these names - it doesn't try and connect to those servers.

(Note, scripts.mindtouch.com is something altogether different, and you do actually try and connect to that to download scripts!)

sandfish
03-05-2009, 11:07 AM
Thank you for your fast answer. So my problem is now that I don't have access to the users located on the LDAP-Server. I have a group on that server that I want to integrate into the WIKI. When I try to add the group it says "Your group <groupname> could not be created. No Such Object"

(I cannot write the groupname because of data protection)

The configuration:
Description "LDAP <companyname>"
Type "Native"
SID "sid://mindtouch.com/2007/05/ldap-authentication"
Configuration
userquery CN=$1
hostname authtree.intra.<companyname>.de
searchbase ou=<companyname>Groups,ou=<companyname>Users,o=<companyname>
bindingdn CN=$1,ou=<companyname>Groups,ou=<companyname>Users,o=<companyname>

We use metadir as an LDAP-system