0
votes
1answer
14 views
Open Directory directory domain name on Mac OS X
I can retrieve the logged in user name using NSUserName(), but how do I get the Open Directory "directory domain name" or other domain he is a member of? i.e. similar to the notion …
1
vote
0answers
182 views
Windows 7 OpenLDAP Curl DLL Dependency Hell
Hi,
I really hope someone can be of help to me because this problem has me totally stuck and frustrated.
Yesterday I installed a fresh and shiney new Windows 7 x64 onto a develop …
0
votes
2answers
70 views
Retrieve empty attributes of LDAP DN.
Hi Community!
I am currently programming a tool (in ANSI C) for my company which reads from an LDAP Directory and outputs all the data in a specific format (that is: the name form …
0
votes
1answer
27 views
Using Ruby to access LDAP DIT
Hi,
We use ACLs to grant access to svn repositories. The users/groups are stored in LDAP (openLDAP 2.4 (LDAP3). Does anyone know or used libraries/package (gems) I can use. Basic …
0
votes
1answer
25 views
How to store simple name value pairs in an ldap directory
I'm creating a user repository ldap backend for a series of web applications sharing the same users. I would like to store preference information in this ldap location. This way …
0
votes
5answers
287 views
iPhone SDK 3 EXC_BAD_ACCESS with openldap library
Hello,
Hope someone can help me,
I am trying to build openldap for an app on my iPhoneOS3 but when I try to use something from the library I get this error :
Program receive …
0
votes
0answers
32 views
How to change the backend database of OpenLdap in windows
I've see an article about how to change the backend database of openldap in linux,one of step in that guide is compile openldap with the --enable-sql option. But I'am working on wi …
0
votes
1answer
74 views
slappasswd -h {CRYPT} not working
Hi ,
When I try to encrypt the password by using the following command on my linux machine:
slappasswd -h {CRYPT}
I am prompted for a new password:
Re-enter the new password : …
0
votes
1answer
368 views
Active Directory vs OpenLDAP
What are the main diffrences between these two implementations of LDAP protocol? Which is better for heterogenous environment? Any good websites about this topic?
1
vote
3answers
650 views
Adding a static library to an iPhone project
Hi guys,
The motivation for this question is me trying to get LDAP functions to work with an iPhone application which is a project I'm attempting for part of my dissertation.
Wh …
0
votes
0answers
111 views
Is there a way to query an openldap with GetObject method on VBS
Hello,
i try to get ldap attribute with GetObject on openldap with vbs like
set foo = GetObject("LDAP://127.0.0.1:389/uid=toto,uid=DriverSet,ou=Resources,o=my-security")
For …
4
votes
2answers
584 views
How do I manually install an old cygwin package?
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 versi …
0
votes
1answer
2k views
Connecting to OpenLDAP server in vbScript via openDSObject
I have code that works correctly to connect to an Active Directory server:
Dim oDSObj: Set oDSObj = GetObject("LDAP:")
Dim oAuth: Set oAuth = oDSObj.OpenDSObject("LDAP://ldap.doma …
1
vote
3answers
154 views
Choosing an RDN for new objectClasses in LDAP?
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?
1
vote
2answers
259 views
How do I clone an OpenLDAP database
I know this is more like a serverfault question than a stackoverflow question, but since serverfault isn't up yet, here I go:
I'm supposed to move an application from one redhat s …
