phpLDAPadmin [edit]

CentOS8 の 389-ds で使う [edit]

Install [edit]
# 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]

構築例 [edit]

  1. ou=group と ou=user を作る.ou は Generic: Organisational Unit を選択
  2. ou=group の下に Generic: Posix Group でエントリを作る
  3. ou=user の下に Generic: User Account でエントリを作る
    1. ユーザID は一回作った後で,変更する.
User Account のテンプレートに mail アドレスを追加 [edit]

トップ   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS