phpLDAPadmin †[edit]
- defaultでは /usr/share/phpldapadmin/ に作る
# git clone https://github.com/breisig/phpLDAPadmin.git phpldapadmin
# cd phpldapadmin/conf
# cp config.php{.example,}
# vi config.php
# ../..
# chown -R apache.apache phpldapadmin
DocumentRoot 以下から,適当にシンボリックリンクを張る
/usr/share/phpldapadmin/config/config.php †[edit]
$servers->setValue('server', 'name', 'NSL LDAP Server');
$servers->setValue('server', 'host', '202.26.###.###');
$servers->setValue('server', 'base', array('cn=config', 'dc=nsl,dc=tuis,dc=ac,dc=jp'));
$servers->setValue('login', 'bind_id', 'cn=******');
$servers->setValue('login', 'bind_pass', '******');
サーバの動的設定 †[edit]
- 匿名アクセスの許可:cn=config, nsslapd-allow-anonymous-access
- ou=group と ou=user を作る.ou は Generic: Organisational Unit を選択
- ou=group の下に Generic: Posix Group でエントリを作る
- ou=user の下に Generic: User Account でエントリを作る
- ユーザID は一回作った後で,変更する.
User Account のテンプレートに mail アドレスを追加 †[edit]