Mehic.info

RootDN ldap_add: Insufficient access (50)

I’m answering my own question because I wanted to know how to solve the problem while using the new slapd.d/dynamic/cn=config backend and I didn’t wanted going back to the slapd.conf method. When I try to add the new schema using ldapadd, I was always getting the following error: ldapadd -H ldap://whatever.test.com -D “cn=admin,dc=whatever,dc=test,dc=com” -x -W […]

Read more

Downgrade form php5 5.5 to php5 5.4.28 in ubuntu 12.04

First you need to remove all php5 files : sudo apt-get remove –purge ‘dpkg -l | grep php | grep -w 5.5 | awk ‘{print $2}’ | xargs’ After that try to search for php 5.4. available resources : apt-cache policy php5 My result : php5: Installed: (none) Candidate: 5.5.12+dfsg-2+deb.sury.org~saucy+1 Version table: 5.5.12+dfsg-2+deb.sury.org~saucy+1 0 500 […]

Read more