Re: Mozilla Directory SDK for Java

2005-09-15 Thread Richard Megginson
Brandon Keepers wrote: One thing I forgot to add to the list. I'd like to see the Java code re-licensed under the MPL, GPL, or LGPL. This is already a bug (https://bugzilla.mozilla.org/show_bug.cgi?id=285347). What do we need to do to move forward with this? I suggest posting a ping

Re: status of LDAP SDK for Java (or any other)

2005-09-14 Thread Richard Megginson
Liu, MingHui wrote: I have the same question in my mind? Our product uses the java library, but I have found bugs recently... It seems nobody is working on it for a while. I would be very happy if someone could help and continue to support it. It's used in all of the Sun/iPlanet/Netscape

Re: LDAP C SDK compilation flag

2005-08-31 Thread Richard Megginson
Frank wrote: I'm trying to build a compatible version of the LDAP C SDK from CVS source in a Linux environment on os390x. I got the dependancies and the SDK to compile out of the box according to the instructions at: http://www.mozilla.org/directory/csdk.html The resulting binaries

Re: LDAP

2005-08-31 Thread Richard Megginson
Val wrote: I want able to retrieve the alias rom the ldap file. What is the varible name or this cause i used alias but it seems not correct? Could you explain more please? Thanks ___ mozilla-directory mailing list

Re: Adding new attribute to object

2005-02-22 Thread Richard Megginson
H.C. Lin wrote: Hello Rich, Thank you again for your support. With your direction, I have found the code sample in extracting LDAPSchema out of an LDAPConnection. From the LDAPSchema, extract LDAPObjectClassSchema then add a new LDAPAttributeSchema to the LDAPSchema. However, when I tried out this

Re: Unable to compile Mozilla source code (Could not open the destina tion file : Invalid argument)

2004-03-12 Thread Richard Megginson
What shell are you using? Just the standard windows CMD.exe? Which gmake are you using? What version? Do you have standard command line tools such as sed, awk, grep, etc. in your path? Are you using MKS or Cygwin? What C compiler are you using? Vikas Gandhi wrote: Hi All I have read

Re: Mozilla LDAP C SDK binaries ,,,

2004-03-02 Thread Richard Megginson
Chad Langston wrote: Does anyone know where I might find the C SDK binaries? I have been unable to locate them anywhere. Are they gone. Do I have to compile the libraries myself these days? If you want the latest, you will have to compile them yourself. Otherwise, you can grab them from the

Re: Mozilla LDAP C SDK paging

2004-03-02 Thread Richard Megginson
Chad Langston wrote: Does anyone know how to perform paging using the Mozilla LDAP C SDK? What do you mean by paging? Do you mean Virtual List View? Regards, Chad ___ mozilla-directory mailing list [EMAIL PROTECTED]

Re: Building LDAP SDK

2004-02-20 Thread Richard Megginson
Pradnyesh Rane wrote: Hi, I have the following questions regarding the Mozilla LDAP SDK. 1) Is the Mozilla LDAP SDK the same SDK provided as part of Netscape Directory Server? Yes. 2) The LDAP SDK build instructions on http://www.mozilla.org/directory/csdk.html mention the following

Re: Client certificate authentication

2004-01-21 Thread Richard Megginson
Did you check the directory server access log to see if you are indeed connecting with client auth? Anat Zohar wrote: Hi, I'm connecting to iPlanet Directory Server 5.1 with Client side authentication (I'm using SunOne SDK 5.08). I have run into two problems: 1. I tried using certmap.conf to

Re: retrieve email-certificate from LDAP

2003-03-28 Thread Richard Megginson
I'm not sure exactly what's going on, but in Sun and Netscape DS, the userCertificate;binary attribute is used to store the user's email certificate. Usually the entity that generates the certificate will also have the capability to publish it to the user's entry (Netscape CMS can do this).

Re: Certificate List

2003-03-20 Thread Richard Megginson
Ivailo Iliev wrote: Hi As is mentioned in RFC 2587 and other RFC-s there is authorityRevocationList and certificateRevocationList attributes defined for Certification Authority object class.The attribute type is 1.3.6.1.4.1.1466.115.121.1.9 . I would like to ask when the values of this attribute

Re: Import Ldif file through java programs

2003-02-25 Thread Richard Megginson
Sun DS 5.0 and later, and Netscape DS 6.0 and later, support two methods by which a file can be imported via LDAP. The first method is preferable if the file to be imported exists on the same host as the directory server, and the second method is preferable if the file is remote. 1) Create an

Re: Import Ldif file through java programs

2003-02-24 Thread Richard Megginson
What is your server vendor and version? Parag Joshi wrote: I am trying to import/export ldif file from my java program. but I am not getting how to do it... I can use the db2ldif through command line. kindly help thanks and regards Parag Joshi

Re: How can you query if an LDAP entry is active/inactive?

2003-02-21 Thread Richard Megginson
NA wrote: How about inetUserStatus and mailUserStatus ? These can be set to active, inactive, and deleted. Which is fine if your application understands these attributes. The directory server does not. Bertold Kolics wrote: Mohammed Rahman wrote: I am trying to find a standard search

Re: Connection pools require LDAP v2 in Java SDK

2003-02-19 Thread Richard Megginson
Jon Roberts wrote: I am using the Netscape Java SDK v4.1 for applications that interact with an OpenLDAP v2.1.12 server. When I attempt to create a connection pool with a standard configuration, I get an LDAP protocol error (2), but if I configure OpenLDAP to accept LDAP v2 bindings, it works

Re: How can I query the 'ou' of 'Groups'

2003-02-13 Thread Richard Megginson
NOT FOUND wrote: Hi, In the LDAP server, I have a dricteory called myHome.com. Under this directory I have Groups, People, and Special Users. I've defined some 'ou' under Groups such as: Group_A, Group_B, Group_C,..etc...etc... Now, my question is how do I modify the search.c program to query

Re: To Richard

2003-02-06 Thread Richard Megginson
Ivailo Iliev wrote: What do you mean : except as per the LDAP standards.? Can you tell me do the vendors extend the auxiliary object classes defined in RFC 2587 and as I remember - implemented in iPlanet, SecureWay and eDirectory, or some structural classes are defined in some RFC In

Re: Certificate object classes

2003-02-05 Thread Richard Megginson
Ivailo Iliev wrote: I should use LDAP repositories in which x.509 certificates are stored. There are number of object classes and attributes - defined in RFC 2256 and RFC 2857(as far as ) but are there auxiliary. Is that a problem? auxiliary object classes are like mix-in classes - they

Re: Problems syncing with LDAP directory entries

2003-02-05 Thread Richard Megginson
Mohammed Rahman wrote: I want to import user entries from iPlanet LDAP directory server to my SQL server. However, I do not want to import the whole LDAP directory everytime. I like to have some sort of highwatermark so I only import entries that are new or altered. Anyone can share with me some

Re: User object classes

2003-02-04 Thread Richard Megginson
to X.500. But LDAP servers do not agree on common usage. Richard Megginson wrote: inetOrgPerson is the standard LDAP object class for representing a user. Ivailo Iliev wrote: I should use existing user repositories stored in LDAP servers. Can anyone tell me which object classes are used

Re: Adding attributes to iPlanet Directory Server's schema in Java

2003-02-04 Thread Richard Megginson
By default attributes are multi valued. You must include the keyword SINGLE-VALUED in the attribute definition somewhere - I don't know how you do that with JNDI. Andee Weir wrote: Hi, I'm trying to automate the process of adding attributes to our iPlanet Directory to help reduce keying

Re: error in ldapmodify adding a large attribute value (iDS 5.1)

2003-02-04 Thread Richard Megginson
I know we fixed some bugs dealing with large attribute values in NDS 6.11. I don't know if Sun found and fixed the same problem. NDS supports very large attribute values - for example, Certificate Revocation Lists (CRLs) which can be several MB in size. Sia Yiu wrote: I am trying to add a

Re: C-SDK function ldapssl_pkcs_init()

2003-02-04 Thread Richard Megginson
Ken Culbert wrote: Is this function still preferred over ldapssl_*_init() functions and, if so can anyone point me to an example of how to use this function and the ldapssl_pkcs_fns structure? Also, is there SDK documentation available that's more recent than 4.1? The documentation is old.

Re: Maximum replication chaining length ?

2003-02-03 Thread Richard Megginson
Christopher Burke wrote: [MASTER]---[HUB][HUB].--[HUB]---[CONSUMER] What is the maximum number for iDS5.1 or any other Netscape/iPlanet derivative ? There is no hard coded maximum number. The main factor here would be the time it takes for the change to get from the master to the

Re: User object classes

2003-02-03 Thread Richard Megginson
inetOrgPerson is the standard LDAP object class for representing a user. Ivailo Iliev wrote: I should use existing user repositories stored in LDAP servers. Can anyone tell me which object classes are used for creating user databases - i mean in Sun One Directory Server/iPlanet, SecureWay

Re: Maximum replication chaining length ?

2003-02-03 Thread Richard Megginson
Christopher Burke wrote: Richard Megginson [EMAIL PROTECTED] wrote in news:3E3E98BE.9030405 @netscape.com: Christopher Burke wrote: [MASTER]---[HUB][HUB].--[HUB]---[CONSUMER] What is the maximum number for iDS5.1 or any other Netscape/iPlanet derivative ? There is no hard

Re: LDAP C SDK - RH7.3

2003-01-23 Thread Richard Megginson
You don't have to do a full blown Directory Server installation just to get those few shared libraries. They are in the zip files. Can you simply download the package and untar it? Or can you not spare 100MB disk space? If you download the package, the ldap sdk files are in the base