OpenLDAP passsync overlay
=========================

# ビルド方法
    $ ./configure \
          --with-openldap=<OPENLDAP_SOURCE_DIR> \
          --with-openldap-build=<OPENLDAP_BUILD_DIR> 
    $ make
    $ make install

# slapd.conf の設定例

    passsync-uri ldaps://ad.example.com/
    passsync-binddn "cn=Administrator,cn=Users,dc=ad,dc=example,dc=com"
    passsync-bindpasswd "adminpassword"
    passsync-searchbase "CN=Users,DC=ad,DC=example,DC=com

