注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
I’m a big fan of Node.JS. It has a large collection of third party add-ons, but it lacked anythin... I’m a big fan of Node.JS. It has a large collection of third party add-ons, but it lacked anything for LDAP authentication – something I need for web-apps. So, I created a small library with a single function that authenticates a username/password against an LDAP server. var ldapauth = require('ldapauth'); ldapauth.authenticate('some.host', 389, 'someuser', 'somepassword', function(err, result) {
2013/02/07 リンク