Account management on server and client boxes

1. User Manager: unify LDAP, AD, CGP

For details please referer to UserMan pages on this server.

2. PHP LDAP Admin

RPM находится через rpm.pbone.net.

Отредактировать /etc/php.ini:

  • Увеличить лимит памяти, чтобы корректно отрабатывал browsing:
memory_limit = 64M
  • Избавиться от назойливых сообщений об ошибках "Undefined variable"
error_reporting = E_ALL & ~E_NOTICE

Отредактировать /etc/phpldapadmin/config.php:

3. GQ

Установить gq-1.0.1-12.el4.at.{i386,x86_64}.rpm.

4. Directory Administrator

Установить Directory Administrator http://diradmin.open-it.org RPM с rpm.pbone.net: i386 / x64 или копии diradmin-1.7.1-1.2.el4.rf.{i386,x86_64}.rpm.

DA требует наличия объекта класса sambaDomain, из атрибута sambaDomainName которого он берет имя домена. Схему Samba надо импортировать в FDS (инструкции). Забираем samba.schema версии для OpenLDAP из каталога /usr/share/doc/samba-3.0.10/LDAP/samba.schema и скриптом ol-schema-migrate.pl (копия) конвертируем в LDIF-формат samba.ldif для FDS, а затем перезапускаем сервер:

perl ol-schema-migrate.pl         -b /usr/share/doc/samba-*/LDAP/samba.schema          > /opt/fedora-ds/slapd-el4/config/schema/61samba.ldif
/etc/init.d/fds-slapd restart

 

Attachments

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
To prevent automated spam submissions leave this field empty.