Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I'm trying to configure an ejabberd installation, using LDAP authentication, but I just can't login, even with the admin user.
This is part of my ejabberd.cfg file:
%...
{auth_method, ldap}.
{ldap_servers, ["server2000.tek2000.local"]}.
{ldap_port,389}.
{ldap_uidattr, "uid"}.
{ldap_base, "dc=server2000,dc=tek2000,dc=com"}.
{ldap_rootdn, "tempadm#tek2000.local"}.
{ldap_password, "secret"}.
%...
What am I missing?
I must say that, with OpenFire, I can connect using this credentials/configuration.
I'm using Spark as my client application.
Thanks
I'd expect that your ldap_rootdn should actually look something like
cn=tempadm,dc=server2000,dc=tek2000,dc=com
rather than the format you've used there.
I've seen it before where you actually must supply the LDAP:// before the actual path... so for this example
LDAP://cn=tempadm,dc=server2000,dc=tek2000,dc=com
And I've also seen it before where LDAP needed to be in all caps. I don't know anything about what you're using, but just in the time I've used LDAP those were a few things I've discovered.
Related
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
There's plenty of websites that offer this service for free, like this one.
The input/output for the service is perfect. Here's a url, and it gives me back some XML.
Does anyone know of a similar service that is available as an API, so I can just call it by passing a site url, and it return some xml?
Not free. But you could use the command line version of A1 Sitemap Generator. It can do what you want, see: http://www.microsystools.com/products/sitemap-generator/help/automate-sitemap-build-upload/
Otherwise, I believe you can find some old PHP scripts that create sitemaps, and then maybe tailor them to your needs? One example might be: http://enarion.net/tools/phpsitemapng/
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
It says in the app agreement that a competing social network has to get permission to export user data to their website. I noticed that sites like Pinterest and Myspace etc. can do this, did they have to get permission? How does one do this?
-Wayne
http://www.facebook.com/help/?page=220217228006012
Enter your question into help search and get your answer from our database of common questions. If you can’t troubleshoot your issue with our instructions, we’ll provide you with a custom form to contact us for further support.
I've contacted them for other issues that way and eventually got a reply. It might work for you too. I'm not aware of a direct email address.
There is also a fairly vague section on contacting Facebook here: http://developers.facebook.com/policy/contact/
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I'm not sure how open the Mac platform is for 3rd party applications.
Would it be possible to write software that regulates internet usage?
Say I wanted to only allow internet usage between 5-6pm? Is that possible?
Any pointers on how to get started?
Yes. You can look at the Mac app Self Control:
http://visitsteve.com/made/selfcontrol/
This application disables a certain list of sites for a defined period of time. I know that the application uses the /etc/hosts file to disable access to these sites by setting all of these hosts to 127.0.0.1. Obviously a savvy user could override this method, but it works well.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am wondering about how to enable anonymous posting of question and answer in a OSQA website, like stackoverflow.com does. If OSQA does not support this feature yet, can you please give me a short brief on how can I implement a such feature like that?
Currently users, that are not authenticated cannot ask questions, post comments and answers. Actually the whole concept of Q&A community is based on user authorization. Just try to imagine a "community" where the one who asks is unknown (or call him a guest, if you like), and the ones who answer and comment are also unknown users.
Personally I don't think that the registration process is painful. Actually it's maximally simplified and users can get registered in less than a minute. Anyway, will be glad to hear how you think it can be improved.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I'm looking for a "Chat Now" component to add to my website. I am using Drupal (running on a Windows server) if it matters.
I'm looking for something that the client initiates (I do not want to hound a client looking at my site). I want there to be no extra installs required for the client.
On my side, I want it to integrate with Skype or another common instant messaging tool.
I prefer free, but if it is low-cost (not a monthly fee) I would also be interested.
I like http://oggchat.com/ since it routes your chats to GTalk and GMail.