Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Skalli » Unable to submit put requests to Skalli
Unable to submit put requests to Skalli [message #772690] Fri, 30 December 2011 11:17 Go to next message
Stephan Eberle is currently offline Stephan EberleFriend
Messages: 40
Registered: July 2009
Member

Hi,

I've successfully installed and am able to access Skalli on my Windows 7 machine. I'd now like to configure it so as to use LDAP to retrieve information about users. I'm following the instructions in the user guide and trying to send a request as follows:

PUT http://el-capitan:8090/config/ldap

<ldap>
<username>ad</username>
<password>milliways</password>
<ctxFactory>com.sun.jndi.ldap.LdapCtxFactory</ctxFactory>
<hostname>ldap://el-capitan:389</hostname>
<usersGroup>ou=people,dc=example,dc=com</usersGroup>
</ldap>

Unfortunately, I'm always getting the following response:

405 HTTP method PUT is not supported by this URL

Have I missed something or is this some sort of issue?

Thanks in advance!

Stephan
Re: Unable to submit put requests to Skalli [message #777364 is a reply to message #772690] Tue, 10 January 2012 10:39 Go to previous message
Robert WetzoldFriend
Messages: 1
Registered: January 2012
Junior Member
Hi Stephan,

is looks like you omitted the /api in the URL. It should be "/api/config/ldap". Does this work for you?

Best Regards, Robert
Previous Topic:Welcome to eclipse.skalli
Next Topic:This forum has been archived
Goto Forum:
  


Current Time: Sat Apr 20 00:25:53 GMT 2024

Powered by FUDForum. Page generated in 0.02544 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top