Page 1 of 1
include OpenLDAP
Posted: Wed Jun 16, 2010 3:57 pm
by nicolaus
Hi Fred and PB Team,
one of my wishes is to include LDAP / Active Directory functions in PB. So is there a chance to include OpenLDAP (
www.openldap.org ) or so in PB?
I think that this is a nice way to bring PB forward to more bussines development and opens new doors for more customer for PB.
Hope you take a look to implement my wish in the next version of PB.
Thanks,
Nico
Re: include OpenLDAP
Posted: Thu Jun 17, 2010 9:38 am
by Rings
hu, what is the target of that thingy ?
i cannot see (and i have not time to study the docs)
the benefit of that library/tool .
clear the fog please

Re: include OpenLDAP
Posted: Thu Jun 17, 2010 9:44 am
by Progi1984
OpenLDAP enables you to write applications to access, manage, update, and search for information stored in directories accessible using LDAPv3, like an Active Directory.
Re: include OpenLDAP
Posted: Thu Jun 17, 2010 10:11 am
by Rings
any practical description ?
Re: include OpenLDAP
Posted: Thu Jun 17, 2010 8:00 pm
by nicolaus
Rings wrote:any practical description ?
Yes, many. You must only develop bussines software and you need it all the time!!!
In a bigger company all user accounts, authentication, user rights, software rights and all this stuff working with AD / LDAP.
It means that you account to logon to windows is also the account to logon in a software, it works toggether with exchange and many many more.
If you work to develop bussines software you need it to build a good and spezial software for customers.
Re: include OpenLDAP
Posted: Fri Jun 18, 2010 2:26 pm
by zogre
I agree with nicolaus on his last post, this feature would make it very attractive for commercial business applications. My mouth waters thinking of some of the possibilities...
Re: include OpenLDAP
Posted: Fri Jun 18, 2010 2:56 pm
by Demivec
Rings wrote:any practical description ?
Here is a
link to a good description and the always present
wikipedia.

Re: include OpenLDAP
Posted: Fri Jun 18, 2010 3:07 pm
by nicolaus
and the good point for PB is that PB will go 10 steps forward for a better developer system.
For me PB looks at this time more like a game developer studio and i wish the it gose more like a professional studio where you can also develop nice and good bussines software.
Re: include OpenLDAP
Posted: Fri Jun 18, 2010 3:18 pm
by Fred
You can just wrap the lib and import the functions if it's the only thing which prevent PB to be used professionally.. You are a professional, shouldn't be an issue for you ?
Re: include OpenLDAP
Posted: Fri Jun 18, 2010 4:05 pm
by nicolaus
Fred wrote:You can just wrap the lib and import the functions if it's the only thing which prevent PB to be used professionally.. You are a professional, shouldn't be an issue for you ?
@Fred
i havend mean itz bad!!
But you dont think it is a good way to include native support for AD / LDAP? It is also hard to do it with the windows API and a native set of functions will be nice.
I love your work and PB so dont think wrong about my post!!!
Re: include OpenLDAP
Posted: Tue Jun 22, 2010 3:27 pm
by zogre
I love PB for many reasons but the greatest reason for me is how it removes so many layers of complexity.
Fred wrote:You can just wrap the lib and import the functions if it's the only thing which prevent PB to be used professionally.. You are a professional, shouldn't be an issue for you ?
Re: include OpenLDAP
Posted: Tue Jun 22, 2010 5:18 pm
by Innesoft
nicolaus wrote:and the good point for PB is that PB will go 10 steps forward for a better developer system.
For me PB looks at this time more like a game developer studio and i wish the it gose more like a professional studio where you can also develop nice and good bussines software.
PB's strengths are in app dev with some pretty minimal game dev stuff built-in. I wouldn't want OpenLDAP stuck in there as extra bloat, when I could just use the library as and when it's needed (if ever).
..and opens new doors for more customer for PB..
I think it would open 1 door for OpenLDAP to be included in another product. Where's the benefit to PB users? As for 'professionalism', that's a marketing superlative, not a feature.
Seems like a useful 3rd-party lib though, and I hope it stays that way.
Re: include OpenLDAP
Posted: Tue Jun 22, 2010 9:30 pm
by nicolaus
Innesoft wrote:nicolaus wrote:and the good point for PB is that PB will go 10 steps forward for a better developer system.
For me PB looks at this time more like a game developer studio and i wish the it gose more like a professional studio where you can also develop nice and good bussines software.
PB's strengths are in app dev with some pretty minimal game dev stuff built-in. I wouldn't want OpenLDAP stuck in there as extra bloat, when I could just use the library as and when it's needed (if ever).
..and opens new doors for more customer for PB..
I think it would open 1 door for OpenLDAP to be included in another product. Where's the benefit to PB users? As for 'professionalism', that's a marketing superlative, not a feature.
Seems like a useful 3rd-party lib though, and I hope it stays that way.
OpenLDAP is more a example and it is also not so easy to use the windows API for stuff like AD / LDAP.
And if we see it so i can also say "why include OGRE native in PB becaus the user can wrapp it all what he need...." and i mean this NOT BAD!!!!
But you see what i mean?
Re: include OpenLDAP
Posted: Tue Jun 22, 2010 9:48 pm
by Innesoft
nicolaus wrote:OpenLDAP is more a example and it is also not so easy to use the windows API for stuff like AD / LDAP.
And if we see it so i can also say "why include OGRE native in PB becaus the user can wrapp it all what he need...." and i mean this NOT BAD!!!!
But you see what i mean?
Yeah I understand your point, and in my case I could do without the native Ogre, as I wrap irrlicht for my graphics needs. I'd do the same with OpenLDAP if I needed it. I think PB is extremely proficient with library support, so integrating every nice lib that comes along only adds to the bloat IMO.
As for OpenLDAP, I wasn't knocking it.. I'll probably use it in future projects.
