LDAP

python-ldapを使ってldapsearchもどき

simple bind(パスワード認証)限定なldapクライアントがほしかったのでpython ldapを使ってldapsearchもどきを作りました。 ソース ## python-ldap,python-pit are required import ldap,ldif from pit import Pit import sys,optparse,getpass ## configurat…

smtp-authをLDAP認証したい

主役は、SASL。SASLについてはとっつきにくい印象があったのですが、色々と勉強になりました。 とりあえず3つくらい方法がありそう。 postfix → sasl(auxprop→ldapdb) → LDAP postfix → saslauthd → PAM → LDAP postfix → saslauthd → LDAP 1番目の方法で調…