ldapconnection Questions
1
I'm using php 7 to connect to active directory using LDAP. I need to create manually a file under: C:\openLDAP\sysconf\ldap.conf and set TLS_REQCERT never. If I don't create this file ldap fails to...
Walford asked 14/3, 2017 at 10:4
4
Solved
I am not able to authenticate a user using LDAP. I have got following details:
URL=ldap://10.10.10.10:389
LDAP BASE:DC=lab2,DC=ins
LDAP Bind Account: CN=Ldap Bind,OU=Service Accounts,OU=TECH,DC=...
Openandshut asked 28/8, 2012 at 16:52
3
Solved
I have in my hand an SSL LDAP server certificate. I want to use it to connect to the LDAP server using UnboundID SDK.
I do not want to use com.unboundid.util.ssl.TrustAllTrustManager as was showe...
Thalamencephalon asked 15/7, 2013 at 14:15
1
using (LdapConnection ldap = new LdapConnection("localhost:389"))
{
//ldap.AuthType = AuthType.Basic;
ldap.Bind(new NetworkCredential("cn=manager,dc=wave,dc=com", "secret"));
}
I tried with ...
Manna asked 26/6, 2012 at 9:5
2
Solved
I'm running into a problem using LDAP to authenticate logins.
We are using a Novell edirectory for authentication of other applications like Jira. ( Jira works perfect ).
I have this application ...
Pleomorphism asked 18/10, 2011 at 21:17
1
Solved
I am trying to fix a bug with SSL in a product and noticed that although the code sets SSL to be true, in the next line in the code SSL is still at false. I wrote a unit test for this and the unit ...
Vanadinite asked 10/11, 2008 at 14:40
1
© 2022 - 2024 — McMap. All rights reserved.