Re: Context around DNS resolution

2014-03-09 Thread Michael Ströder
Joshua Schaeffer wrote: when I runthe following ldapsearch I get an error: jschaeffer@zipmaster07:~$ ldapsearch -LLL -v -D cn=admin,dc=harmonywave,dc=com -W -H ldaps://baneling -b uid=jschaeffer,ou=People,dc=harmonywave,dc=com ldap_initialize( ldaps://baneling:636/??base ) Enter LDAP

Re: set syntax possible in search filter?

2014-03-09 Thread Stephan Fabel
On Saturday, March 08, 2014 12:17:58 PM Pierangelo Masarati wrote: What functionality? Please define it in compliance with LDAP specs. I'm asking whether there are any plans to be able to use set syntax in similar form as defined with the ACL functionality in search filters. So as to be able

Re: set syntax possible in search filter?

2014-03-09 Thread Michael Ströder
Stephan Fabel wrote: On Saturday, March 08, 2014 12:17:58 PM Pierangelo Masarati wrote: What functionality? Please define it in compliance with LDAP specs. I'm asking whether there are any plans to be able to use set syntax in similar form as defined with the ACL functionality in search

Re: How get more detailed error information than the provided by ldap_err2string?

2014-03-09 Thread Werner M
closing thread:: Hi P, I would like to thank you and Howard for your help/direction and all others for the hard work on openldap. Thanx for not simply giving the code and instead instigating the investigation process. I've got the additionally info using ldap_get_option/

Re: Works with ldapsearch, but can't get it to work with ldap_search_ext_s()

2014-03-09 Thread Werner M
closing this thread... Thank you Howard for the assistance. My system was behaving some inconsistent way (running the same search repeatedly, sometimes it worked as i expected and others not), so i've removed every ldap package and reinstalled them, recompiled my code, and with the

Re: user can't login via LDAP

2014-03-09 Thread Howard Chu
Tim Dunphy wrote: Hey all, I'm trying to get down to the bottom of a slight mystery we're having. We have a situation where some account stored in LDAP (using openldap) can log into some hosts but not others using their LDAP account information. To demonstrate, I take one of the users who

missing ppolicy.la

2014-03-09 Thread saurabh ohri
Hi All, i am getting following error while loading the ppolicy.ldif file.  ldapadd -x -D cn=Manager,dc=example,dc=com -W -f ppolicy.ldif -H ldaps://xxx.xxx.xxx Enter LDAP Password: adding new entry ou=Policies,dc=example,dc=com adding new entry cn=Standard,ou=Policies,dc=example,dc=com

Re: missing ppolicy.la

2014-03-09 Thread saurabh ohri
Hi All, It seems it worked fine after deleting the pwdMinAge. Please suggest if i am doing anything wrong. pwdMinAge: 86400(1 day)     Regards Sam On Monday, 10 March 2014 12:51 PM, saurabh ohri sam_o...@yahoo.co.in wrote: Hi All, i am getting following error while loading the