include OpenLDAP

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

include OpenLDAP

Post 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
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Re: include OpenLDAP

Post 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 :mrgreen:
SPAMINATOR NR.1
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Re: include OpenLDAP

Post 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.
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Re: include OpenLDAP

Post by Rings »

any practical description ?
SPAMINATOR NR.1
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Re: include OpenLDAP

Post 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.
zogre
New User
New User
Posts: 7
Joined: Fri Jun 18, 2010 1:55 pm

Re: include OpenLDAP

Post 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...
User avatar
Demivec
Addict
Addict
Posts: 4260
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: include OpenLDAP

Post by Demivec »

Rings wrote:any practical description ?
Here is a link to a good description and the always present wikipedia. :)
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Re: include OpenLDAP

Post 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.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: include OpenLDAP

Post 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 ?
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Re: include OpenLDAP

Post 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!!!
zogre
New User
New User
Posts: 7
Joined: Fri Jun 18, 2010 1:55 pm

Re: include OpenLDAP

Post 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 ?
User avatar
Innesoft
Enthusiast
Enthusiast
Posts: 105
Joined: Mon Jan 18, 2010 10:30 am
Location: UK
Contact:

Re: include OpenLDAP

Post 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.
Innesoft - The Software Marketplace - Innesoft Blog
» Applications, Educational Software, Casual Games
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Re: include OpenLDAP

Post 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?
User avatar
Innesoft
Enthusiast
Enthusiast
Posts: 105
Joined: Mon Jan 18, 2010 10:30 am
Location: UK
Contact:

Re: include OpenLDAP

Post 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. :wink:
Innesoft - The Software Marketplace - Innesoft Blog
» Applications, Educational Software, Casual Games
Post Reply