openldap Questions

1

I'm trying to build a LDAP interface using php but have run into this strange problem. I have installed the php-ldap package using yum on my base php install but whenever I call ldap_connect() it s...
Incompletion asked 15/2, 2013 at 11:59

1

Solved

I'm running OpenLDAP 2.4-28 on XUBUNTU 12.04. I'm reading "Mastering OpenLDAP" and configuring along with the book. When I try to perform the following search (page 47): $ ldapsearch -x -W...
Butyraceous asked 22/3, 2013 at 14:41

1

I have Jira 5.x locally installed and an OpenLDAP Server with Users and Groups. The Syncronisation in Jira get all users and groups perfectly, but the users do not belong to any group. I've set the...
Virile asked 5/2, 2013 at 11:58

1

My problem is that I am using LDAPconnection class and connecting over SSL. I manage to get nTSecurityDescriptor value but now getting error "Unable to cast object of System.Byte[] to ActiveDs.I...
Sinapism asked 6/11, 2012 at 6:47

3

Solved

A project I am working on requires an old version of SLAPD (the LDAP server) and must run on Windows, hence I am using cygwin packages: I've found a binary package of slapd version I need 2.2.x h...
Featherston asked 20/1, 2009 at 10:30

2

Solved

I am working on a website to manage active directory. I want to check that whether user has permission to change password or not. So I have to find "ntSecurityDescriptor" property value after that ...
Chrominance asked 18/11, 2012 at 6:25

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

Does anyone have experience using LDAP as auth method to manage Git Repositories, my boss prefers using LDAP than other tools. Any suggestion will be help! More detailed information will be very we...
Giulietta asked 10/10, 2011 at 7:3

2

Solved

I have a web application that uses Active Directory to authenticate users, and I'm trying to replace AD with OpenLDAP. The documentation says that I need to log on the domain controller as admini...
Veteran asked 30/8, 2011 at 21:28

1

How can i use LDAP authentication for jBilling?
Costplus asked 9/3, 2011 at 12:24

1

Solved

I'm writing a Linux application that accesses a LDAP server (currently OpenLDAP). I would like to also test the application with an Active Directory server since that might be used in production. ...
Paryavi asked 14/1, 2011 at 13:34

5

Solved

I'm building OpenLDAP on a RHEL 5; I used instructions found at http://www.linux.com/archive/feature/113607. All went well, until running './configure' for OpenLDAP - the following error was...
Buonomo asked 3/10, 2010 at 0:31

2

Solved

What are the main diffrences between these two implementations of LDAP protocol? Which is better for heterogenous environment? Any good websites about this topic?
Equipollent asked 15/6, 2009 at 17:50

1

Solved

I'm trying to create a new user record into OpenLDAP with object classes person and uidObject. The problem seems to be that with System.DirectoryServices.DirectoryEntry I've found only a way to add...
Tawana asked 23/4, 2010 at 8:43

1

What are aliases in ldap (referenced for example here php.net/ldap) Are they pointers to other objects in the system not directly under the object where the alias is found?
Polygamy asked 24/2, 2010 at 21:13

3

Solved

What are the best practices for choosing an RDN when creating new objectClasses in LDAP? I know you can choose from uid, cn, ou, and so on, but what practices should one follow?
Infective asked 27/4, 2009 at 11:46

© 2022 - 2024 — McMap. All rights reserved.