Another question, when I delete an user I always get this error:

user warning: Unknown column 'cname' in 'field list' query: UPDATE ldapprov SET cname = 'd00p' WHERE cuid = '9' in /var/www/drupal/includes/database.mysql.inc on line 172.

More info: http://drupal.org/node/117589#comment-508059

Comments

miglius’s picture

Status: Active » Fixed

Added missing db table column in install file.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

  • Commit c04dc3b on 5.x-1.x, master, 6.x-2.x, 6.x-1.x by miglius:
    #189267 adding missing db table column in ldapprov table
    
    

  • Commit c04dc3b on 5.x-1.x, master, 6.x-2.x, 6.x-1.x by miglius:
    #189267 adding missing db table column in ldapprov table