Re: ldap-bind egg

2022-10-03 Thread Caolan McMahon
Hi Sven, Vasilij,

>> If so, is there a chance that it will be ported from Chicken-4 to Chicken-5?
>
> I've Cc'd the current maintainer of the egg. In case it's dormant,
> porting and taking over its maintenance shouldn't be too hard due to the
> low complexity of the code.

I'm afraid I don't have time to port it to Chicken 5 but by all means have a go 
yourself - it should be pretty simple to do.

Caolan



Re: ldap-bind egg

2022-09-30 Thread Vasilij Schneidermann
Hello Sven,

> In a Scheme application, I have to authenticate users against an LDAP server
> (the server is from Microsoft).
> 
> Is the ldap-bind egg ( https://wiki.call-cc.org/eggref/4/ldap-bind )
> a good match for this task?

I'm afraid you'll have to try and see whether it works. My AD knowledge
is rudimentary, but I've seen several LDAP tools successfully used in AD
environments to query the network for membership. Since AD is
Microsoft-specific extensions to LDAP (and other open protocols), you
may need to jump through extra hoops, such as escaping forward slashes
in DNs: <https://ldapwiki.com/wiki/ADSI>.

> If so, is there a chance that it will be ported from Chicken-4 to Chicken-5?

I've Cc'd the current maintainer of the egg. In case it's dormant,
porting and taking over its maintenance shouldn't be too hard due to the
low complexity of the code.

Vasilij


signature.asc
Description: PGP signature


ldap-bind egg

2022-09-30 Thread Sven Hartrumpf
Hi all.

In a Scheme application, I have to authenticate users against an LDAP server
(the server is from Microsoft).

Is the ldap-bind egg ( https://wiki.call-cc.org/eggref/4/ldap-bind )
a good match for this task?

If so, is there a chance that it will be ported from Chicken-4 to Chicken-5?

Greetings
Sven



Re: [Chicken-users] ldap-bind egg

2015-08-30 Thread Evan Hanson
Hi Caolan,

Added.

You may also want to add "libldap" to the egg's metafile as a
(foreign-depends ...), for informational purposes.

Cheers,

Evan

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] ldap-bind egg

2015-08-28 Thread Caolan McMahon
Please add this to the egg index:
https://github.com/caolan/chicken-ldap-bind

It provides basic bind functionality for authenticating a user with an
LDAP server - it's not a full OpenLDAP binding, but hopefully it's
still useful.

Thanks to Moritz Heidkamp for doing most of the hard work. I was
halfway through my own implementation when I learned Moritz had a more
complete one I could build on.

Caolan

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users