Displaying 3 results from an estimated 3 matches for "bind_as".
Did you mean:
find_as
2006 Sep 27
0
NET::LDAP Help Anyone? Maybe session Help? Bring my server to it's knees Help?
Does anybody know what the correct way to cache results from
Net::LDAP bind_as? I''ve been struggling for about a day now and I
know it''s something really easy. But when ever I do something like
this -
def self.login(username, password)
begin
ldap = Net::LDAP.new
ldap.host = "192.168.1.16"
ldap.port = 389
result =...
2006 Aug 15
6
Net::LDAP 0.0.4 released
...ve to hear your ideas and insights on what would be the most
useful
set of features to provide. Additionally, we''re thinking ahead to adding
presence
and directory-aggregation to Net::LDAP, possibly through an additional
set of packages.
Version 0.0.4 adds an implementation of Net::LDAP#bind_as, which allows
you to authenticate users who log into your applications using simple
identifiers like email addresses and simple usernames. Thanks to Simon
Claret
for suggesting the original implementation in his page on the
Rails-Wiki,
and for valuable comments and help with testing.
We have un-...
2008 Jul 14
5
EOL in stderr of ssh - Linux
Hello everyone,
recently I've found something I consider a bug.
Correct me if I'm wrong, but I always thought that Linux' EOL is 0x0A.
Imagine my surprise when I saw that all messages that are being output
on to the stderr (on any Linux I've tested - Fedora and Ubuntu) are
terminated with 0x0D, 0x0A.
Maybe that's standard behaviour of all stderr messages in all Linux