[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ldap with aliased



Hi,

this sounds like the problem I posted earlier:
http://www.openldap.org/lists/openldap-software/200202/msg00549.html

What software versions are you using ?

Stephan


hjansen wrote:
Hi
I have problemes with openldap and aliased

openldap worked with apache


authldapurl ldap://192.168.8.9:389/ou=people,dc=domain,dc=domain?uid require valid-user <<<

ldif

dn: ou=people, dc=domain, dc=domain
ou: people
objectclass: top
objectclass: oragizationalUnit

dn: uid=frank, ou=people, dc=domain, dc=domain
objectclass: top
objectclass: oragizationPerson
uid:frank
userPassword:{crypt}123456788

this worked

but when take

authldapurl ldap://192.168.8.9:389/ou=apache,dc=domain,dc=domain?uid
require valid-user
<<<
dn: ou=apache, dc=domain, dc=domain
ou: apache
objectclass: top
objectclass: oragizationalUnit

dn: uid=frank, ou=apache, dc=domain, dc=domain
objectclass: top
objectclass: alias
aliasedObjectName: uid=frank, ou=people, dc=domain, dc=domain

it don't work
wat is the misstake ?

Harry

sorry for my english