error al instalar ldap

hola!

acabo de instalar ldap en el servidor apache 2.2.24 situando en la carpeta mods-enabled el paquete de ldap /usr/lib/apache2/modules/mod_ldap.so

edito el archivo default del apache2 y pongo lo siguiente:

Alias privada "/var/www/webprivada/"

Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
AuthType basic
AuthName "Identificacion LDAP ieslapaloma.com"
AuthLDAPUrl ldap://ip-servidor-ldap:389/dc=ieslapaloma,dc=com?uid
AuthLDAPBindDN "cn=admin,dc=ieslapaloma,dc=com"
AuthLDAPBindPassword xxxxxx
AuthLDAPGroupAttributeIsDN off
AuthLDAPGroupAttribute memberUid
require group cn=profesores,ou=groups,dc=ieslapaloma,dc=com

al reiniciar apache obtengo el siguiente error:
Syntax error on line 43 of /etc/apache2/sites-enabled/000-default:
Invalid command 'AuthLDAPUrll', perhaps misspelled or defined by a module not included in the server configuration

He estado mirando por google y no consigo solucionarlo.

alguien sabe por qué es?