[Typo3] LDAP installation.

Pierre Rouwens prouwens at infoglobe.ca
Wed Sep 7 23:37:51 CEST 2005


Hi listers,

	I'm trying to configure a LDAP authetification. i use typo3.8 and the 
group of ldap_* extension.
My configuration of the server seems OK cause the LDAP response is 
successfull, but typo3 continue to say me that's i can't connect...
this is the code i use for the server :
-----------------
FEusers = LDAP_SYNC
FEusers {
	enable = 1
	table = fe_users
	basedn = OU=utilisateurs, DC=services, DC=qc
	handleNotFound = 1
	handleNotFound {
		markHidden = 1
		hiddenField = disable
		markDeleted = 0
		deletedField = deleted
		delete = 0
		identField = username
	}
	pid = 16
	filter = (&(objectClass=inetOrgPerson))
	uniqueField = tx_ldapserver_dn
	fields {
                           username = MAP_OBJECT
	          username.attribute = uid
	          username.userFunc = tx_ldapserver->getSingleValue
                           name = MAP_OBJECT
                           name.attribute = cn
                           name.userFunc = tx_ldapserver->getSingleValue
                           email = MAP_OBJECT
                           email.attribute = mail
                           email.userFunc = tx_ldapserver->getSingleValue
	          tx_ldapserver_dn = MAP_OBJECT
	          tx_ldapserver_dn.special = DN
	          }
	}
}
FEauth = LDAP_AUTH
FEauth {
    enable = 1
    table = fe_users
    sync < FEusers
}
-----------------------------
and this is the request for the LDAP server :
(&(objectClass=inetOrgPerson)(uid=###USERNAME###))

all seems ok the LDAP successfull authenticated the user. But typo seems 
not to understand the back message...
Any idea where i am wrong please ??
Any hints would be appreciated

Pierre



More information about the TYPO3-english mailing list