Устанавливаем и настраиваем LDAP для Ubuntu feisty
Содержание
устанавливаем ubuntu server hardy 8.04
восстанавливаем grub
Настраиваем DHCP
Витько допиши!!!
Устанавливаем LDAP
добавляем к списку репозитариев следующую строчку:
deb ftp://192.168.10.3/repos.sau16.org/gutsy/ ./
aptitude install smbldap-configure
ldap-auth-config
Uniform Resource identifire: ldap://192.168.10.2:389 Distinguished Name of the search base: dc=ntc,dc=local LDAP version to use: 3 Make Local root Database admin: <YES> Does the LDAP database require login: <NO> LDAP account for root: cn=admin,dc=ntc,dc=local LDAP root account password: there type our password (config = /etc/ldap.secret)
Далее_1
идем в папку /usr/share/smbldap-configure и выполняем:
./smbldap all
Далее_2
aptitude install phpldapadmin ln -s /usr/share/phpldapadmin /var/www/
увеличиваем количество памяти для php скриптов:
nano /etc/php5/apache2/php.ini
ищем строчку (строка номер 270):
memory_limit = 16M
исправляем на:
memory_limit = 50M
запускаем из браузера 192.168.10.3/phpldapadmin
$config->custom->session['blowfish'] = ; //Add a random string for encryption purposes $ldapservers->SetValue($i,'server','name','My LDAP Server'); // The name to display $ldapservers->SetValue($i,'server','host','127.0.0.1'); // Address of the LDAP server $ldapservers->SetValue($i,'server','port','389'); // Port number $ldapservers->SetValue($i,'server','base',array('dc=example,dc=com')); // Base dn