Building 32-bit libraries on 64-bit machine

2013-06-07 Thread Ashwin Kumar
I am using a 64 bit machine to build OpenLDAP libraries. Building 64-bit libraries works fine. Is there any switch for the configure script to build the 32-bit libraries. Is this documented anywhere? -- Ashwin kumar (http://ashwinkumar.me)

Re: Building 32-bit libraries on 64-bit machine

2013-06-07 Thread Christian Manal
On 07.06.2013 10:58, Ashwin Kumar wrote: I am using a 64 bit machine to build OpenLDAP libraries. Building 64-bit libraries works fine. Is there any switch for the configure script to build the 32-bit libraries. Is this documented anywhere? -- Ashwin kumar (http://ashwinkumar.me) Hi,

Re: Building 32-bit libraries on 64-bit machine

2013-06-07 Thread Ashwin Kumar
On Fri, Jun 7, 2013 at 3:04 PM, Christian Manal moen...@informatik.uni-bremen.de wrote: -m32 Can I not pass -m32 flag to make while compiling? P.S: Thanks for the quick response :-) -- Ashwin kumar (http://ashwinkumar.me)

Per User Search Limits

2013-06-07 Thread Jason Brandt
I have done some searching, and have been unable to come up with a solution/answer... I'm looking for a way to change the server side search limits on a per user basis. Currently, if we want to maintain global search result limit, it appears that we are required to use the administrator account

Re: Building 32-bit libraries on 64-bit machine

2013-06-07 Thread Christian Manal
On 07.06.2013 12:05, Ashwin Kumar wrote: On Fri, Jun 7, 2013 at 3:04 PM, Christian Manal moen...@informatik.uni-bremen.de wrote: -m32 Can I not pass -m32 flag to make while compiling? I'm note sure about that. You could just try to run make CFLAGS=-m64 but that'd override

Re: Per User Search Limits

2013-06-07 Thread Francis Swasey
On Jun 7, 2013, at 8:26 AM, Jason Brandt jbra...@fsmail.bradley.edu wrote: I have done some searching, and have been unable to come up with a solution/answer... I'm looking for a way to change the server side search limits on a per user basis. man slapd.conf -- limits directive.

Open LDAP ACL and Group

2013-06-07 Thread Dysan 67
Hello, I have a problem with acl and group. I configured a proxy slapd and add acl (see slapd.conf below) When I run a ldapsearch command with user 'Test User' the attributes are displayed. It's Ok But when I run the same ldapsearch command with user 'Synchro1 User' the message 'Insufficient

Re: Per User Search Limits

2013-06-07 Thread Aaron Richton
On Fri, 7 Jun 2013, Jason Brandt wrote: I have done some searching, and have been unable to come up with a solution/answer... I'm looking for a way to change the server side search limits on a per user basis.  Currently, if we want to maintain global search result limit, it appears that we

Re: Per User Search Limits

2013-06-07 Thread Jason Brandt
Thanks, I worked through it and figured out the solution. On Fri, Jun 7, 2013 at 9:21 AM, Aaron Richton rich...@nbcs.rutgers.eduwrote: On Fri, 7 Jun 2013, Jason Brandt wrote: I have done some searching, and have been unable to come up with a solution/answer... I'm looking for a way to

Re: Building 32-bit libraries on 64-bit machine

2013-06-07 Thread Ashwin Kumar
Thanks a lot for the reply. I could get this working as mentioned in your earlier reply. Thanks again :-) -- Ashwin kumar (http://ashwinkumar.me) On Fri, Jun 7, 2013 at 6:38 PM, Christian Manal moen...@informatik.uni-bremen.de wrote: On 07.06.2013 12:05, Ashwin Kumar wrote: On Fri, Jun 7,

Re: Building 32-bit libraries on 64-bit machine

2013-06-07 Thread Howard Chu
On 07.06.2013 12:05, Ashwin Kumar wrote: On Fri, Jun 7, 2013 at 3:04 PM, Christian Manal moen...@informatik.uni-bremen.de mailto:moen...@informatik.uni-bremen.de wrote: -m32 Can I not pass -m32 flag to make while compiling? I'm note sure

Re: Open LDAP ACL and Group

2013-06-07 Thread Howard Chu
Dysan 67 wrote: Hello, I have a problem with acl and group. I configured a proxy slapd and add acl (see slapd.conf below) Read the slapd-ldap(5) manpage. Since your remote server is AD you must configure explicit Bind credentials for any access of the remote server. In this case, back-ldap

Openldap

2013-06-07 Thread Caldwell, Carmela
We are trying to install Open LDAP, but we are not sure if it will work with z/OS 1.13 mainframe. Does anyone have experience with z/OS mainframe? Thank you, Carmela C. Caldwell Data Security Analyst Bexar ccaldw...@bexar.orgmailto:ccaldw...@bexar.org

Re: Openldap

2013-06-07 Thread Howard Chu
Caldwell, Carmela wrote: We are trying to install Open LDAP, but we are not sure if it will work with z/OS 1.13 mainframe. Does anyone have experience with z/OS mainframe? It has been many years since we ported to z/OS. Some notes are here http://www.openldap.org/faq/data/cache/719.html I

Unable to bind LDAP server via SSL

2013-06-07 Thread Ashwin Kumar
Hello all, I have written a sample code to connect to LDAP server via SSL running on port 10389(ldap) 10636(ldaps). But the sample application fails to set the options for the SSL connection. I do not want to verify the certificate correctness at this moment. Can someone help fix this sample

How to build OpenLDAP in Windows?

2013-06-07 Thread Ashwin Kumar
Can someone point out how to build OpenLDAP windows library using Visual Studio compiler? Compiling in Cygwin or MinGW is not the option now. -- Ashwin kumar (http://ashwinkumar.me)