Hi, 
We're issuing a RootDSE query (once per LDAP domain configured). 
We try to obtain from it the "defaultNamingContext" attribute. 
If does not exist - we try to obtain ""NamingContexts" 
We store the result at a "domainDn" (we have a data structure which maps 
domains to information objects, one of the fields at the information object is 
the DN of the domain) field, and we use it to compose the full ldap URL we send 
the queries to. 

----- Original Message -----

> From: "Andrej Bagon" <[email protected]>
> To: "Itamar Heim" <[email protected]>
> Cc: [email protected], "Yair Zaslavsky" <[email protected]>, "Oved
> Ourfalli" <[email protected]>
> Sent: Monday, March 18, 2013 9:07:06 AM
> Subject: Re: [Users] ldap simple

> Hi,

> the system is trying to bind to ldap as:
> bind request: uid=cn=ovirt,cn=Users,cn=Accounts,dc=ourdomain,dc=si

> I dont know how it knows dc=ourdomain,dc=si
> It should be
> bind request: cn=ovirt,ou=system,dc=ourdomain,dc=si" -b
> "dc=arnes,dc=si

> The same with the search: we have users in form as:
> [email protected]
> ,dc=users,dc=ourdomain,dc=si

> values in database:
> select * from vdc_options where option_name in
> ('DomainName','LdapServers','LDAPSecurityAuthentication','LDAPProviderTypes','AdUserName','AdUserPassword')
> order by option_id;
> option_id | option_name | option_value | version
> -----------+----------------------------+--------------------------------+---------
> 10 | AdUserName | users.ourdomain.si:ovirt | general
> 11 | AdUserPassword |users.ourdomain.si:adminpassword | general
> 69 | DomainName | users.ourdomain.si | general
> 130 | LDAPSecurityAuthentication| users.ourdomain.si:SIMPLE | general
> 132 | LdapServers | users.ourdomain.si:server.ourdomain.si | general
> 133 | LDAPProviderTypes | users.ourdomain.si:rhds | general
> (6 rows)

> Best Regards,
> Andrej Bagon

> On 03/15/2013 12:09 PM, Itamar Heim wrote:
> > On 03/14/2013 01:58 PM, Andrej Bagon wrote:
> 

> > > Hi,
> > 
> 

> > > is it possible to change the bind request that is sent to the
> > > ldap
> > 
> 
> > > server? The default
> > > uid=user,cn=Users,cn=Accounts,cn=our,cn=domain
> > > is
> > 
> 
> > > not suitable.
> > 
> 

> > can you please explain why / what you would like to change it to?
> 
> > (not sure possible now, but there is work to make it more
> > configurable/pluggable)
> 
_______________________________________________
Users mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to