** Description changed:

- Binary package hint: phpldapadmin
+ Binary package hint: phpldapadmin slapd
  
- Follow an upgrade from 9.04 Server to 9.10 Server, after I log into
- phpldapadmin with a normal user or with the admin user I got the error
- message :
+ After an upgrade from 9.04 Server to 9.10 Server, after login into
+ phpldapadmin (with a normal user and also with the admin user) we got
+ the error message :
  
  "Our attempts to find your SCHEMA for "attributetypes" have FAILED"
  
- Like it is mentioned on the phpldapadmin's FAQ I tried to allow anonymous 
acess to the schemas. It seems they are stored in "cn=schema,cn=config" branche 
and by consequence I added in "dn: olcDatabase={1}bdb,cn=config" this rule and
- restarted slapd : "olcAccess: {6}to dn.subtree="cn=schema,cn=config" by * 
read". I also try to add, like on the FAQ : "to dn="cn=subschema" by * read" 
but I have no such branche.
+ Like it is mentioned on the phpldapadmin's FAQ we have to allow
+ anonymous acess to the schemas.
  
- It could be a problem with the LDAP server. I use "OpenLDAP server
- 2.4.18-0ubuntu1".
+ We can do this by :
+ 
+ 1. Add the ACL rule in the frontendDB
+ "olcDatabase={-1}frontend,cn=config" :
+ 
+ We can edit the file "olcDatabase={-1}frontend.ldif" located in 
"/etc/ldap/slapd.d/cn=config" and add the line "olcAccess: {1}to 
dn.base="cn=subschema" by * read" just after 
+ "olcAccess: {0}to * by dn.exact=cn=localroot,cn=config manage by * break"
+ 
+ 2. Restart openldap : "sudo /etc/init.d/slapd restart"
+ 
+ Note that after the upgrade I got the version 2.4.18-0ubuntu1 of
+ OpenLDAP server.
+ 
+ I think it's a bug because :
+ - before the upgrade everthing was working fine
+ - and we have to manualy add the rule (not easy)

-- 
"Our attempts to find your SCHEMA for "attributetypes" have FAILED"
https://bugs.launchpad.net/bugs/489619
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to