phpLDAPadmin
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** phpLDAPadmin [#d263e0f0]
*** CentOS8 の [[389-ds>389 Directory Server]] で使う [#b...
- https://kifarunix.com/install-phpldapadmin-on-centos-8/
**** Install [#v2342461]
- defaultでは /usr/share/phpldapadmin/ に作る
# git clone https://github.com/breisig/phpLDAPadmin.git ...
# cd phpldapadmin/conf
# cp config.php{.example,}
# vi config.php
# ../..
# chown -R apache.apache phpldapadmin
DocumentRoot 以下から,適当にシンボリックリンクを張る
**** /usr/share/phpldapadmin/config/config.php [#e6f6ac7c]
$servers->setValue('server', 'name', 'NSL LDAP Server');
$servers->setValue('server', 'host', '202.26.###.###');
$servers->setValue('server', 'base', array('cn=config', ...
$servers->setValue('login', 'bind_id', 'cn=******');
$servers->setValue('login', 'bind_pass', '******');
**** サーバの動的設定 [#q69cb7c7]
- 匿名アクセスの許可:cn=config, nsslapd-allow-anonymous-...
*** Apache
- conf.d/phpldapadmin.conf
*** 構築例 [#l5b00c26]
+ ou=group と ou=user を作る.ou は ''Generic: Organisati...
+ ou=group の下に ''Generic: Posix Group'' でエントリを作る
+ ou=user の下に ''Generic: User Account'' でエントリを作る
++ ユーザID は一回作った後で,変更する.
**** User Account のテンプレートに mail アドレスを追加 [#...
- /usr/share/phpldapadmin/templates/creation/posixAccount...
<attribute id="mail">
<display>Email</display>
<icon>mail.png</icon>
<order>10</order>
<page>1</page>
</attribute>
</attributes>
終了行:
** phpLDAPadmin [#d263e0f0]
*** CentOS8 の [[389-ds>389 Directory Server]] で使う [#b...
- https://kifarunix.com/install-phpldapadmin-on-centos-8/
**** Install [#v2342461]
- defaultでは /usr/share/phpldapadmin/ に作る
# git clone https://github.com/breisig/phpLDAPadmin.git ...
# cd phpldapadmin/conf
# cp config.php{.example,}
# vi config.php
# ../..
# chown -R apache.apache phpldapadmin
DocumentRoot 以下から,適当にシンボリックリンクを張る
**** /usr/share/phpldapadmin/config/config.php [#e6f6ac7c]
$servers->setValue('server', 'name', 'NSL LDAP Server');
$servers->setValue('server', 'host', '202.26.###.###');
$servers->setValue('server', 'base', array('cn=config', ...
$servers->setValue('login', 'bind_id', 'cn=******');
$servers->setValue('login', 'bind_pass', '******');
**** サーバの動的設定 [#q69cb7c7]
- 匿名アクセスの許可:cn=config, nsslapd-allow-anonymous-...
*** Apache
- conf.d/phpldapadmin.conf
*** 構築例 [#l5b00c26]
+ ou=group と ou=user を作る.ou は ''Generic: Organisati...
+ ou=group の下に ''Generic: Posix Group'' でエントリを作る
+ ou=user の下に ''Generic: User Account'' でエントリを作る
++ ユーザID は一回作った後で,変更する.
**** User Account のテンプレートに mail アドレスを追加 [#...
- /usr/share/phpldapadmin/templates/creation/posixAccount...
<attribute id="mail">
<display>Email</display>
<icon>mail.png</icon>
<order>10</order>
<page>1</page>
</attribute>
</attributes>
ページ名: