Hi
Wondering if anyone can help me, I need to extra schema info out of MS AD and then add it to openldap . try to get openldap - proxy to - MS AD working... I can do simple type of searches like on cn, but I can do search on attributes like samaccountype ... I am guess that's it's a scheme issues...
A
Okay, can you give an example ldapsearch query to get me on my way ?
Thanks Alex
-----Original Message----- From: Michael Ströder [mailto:michael@stroeder.com] Sent: Tuesday, 15 May 2012 4:50 PM To: Alex Samad - Yieldbroker Cc: openldap-technical@openldap.org Subject: Re: extracting
Alex Samad - Yieldbroker wrote:
Hi
Wondering if anyone can help me, I need to extra schema info out of MS AD and then add it to openldap
Simply query AD's schubschema subentry and add the relevant schema elements as needed one by one.
Ciao, Michael.
I am guessing
ldapsearch -x -b "<base dn for the AD domain>"
how do I get to the schema part..
A
-----Original Message----- From: openldap-technical-bounces@OpenLDAP.org [mailto:openldap-technical-bounces@OpenLDAP.org] On Behalf Of Alex Samad - Yieldbroker Sent: Tuesday, 15 May 2012 5:07 PM To: Michael Ströder Cc: openldap-technical@openldap.org Subject: RE: extracting
Okay, can you give an example ldapsearch query to get me on my way ?
Thanks Alex
-----Original Message----- From: Michael Ströder [mailto:michael@stroeder.com] Sent: Tuesday, 15 May 2012 4:50 PM To: Alex Samad - Yieldbroker Cc: openldap-technical@openldap.org Subject: Re: extracting
Alex Samad - Yieldbroker wrote:
Hi
Wondering if anyone can help me, I need to extra schema info out of MS AD and then add it to openldap
Simply query AD's schubschema subentry and add the relevant schema elements as needed one by one.
Ciao, Michael.
Am Tue, 15 May 2012 07:28:04 +0000 schrieb Alex Samad - Yieldbroker Alex.Samad@yieldbroker.com:
I am guessing
ldapsearch -x -b "<base dn for the AD domain>"
how do I get to the schema part..
ldapsearch -x -b "" -s base "(objectclass=*)" subschemasubentry
-Dieter
Alex Samad - Yieldbroker wrote:
ldapsearch -x -b "<base dn for the AD domain>"
how do I get to the schema part..
http://www.openldap.org/lists/openldap-software/200304/msg00358.html
The DN in attribute 'subschemaSubentry' looks differently in MS AD.
Ciao, Michael.
Thank you
-----Original Message----- From: Michael Ströder [mailto:michael@stroeder.com] Sent: Wednesday, 16 May 2012 6:10 AM To: Alex Samad - Yieldbroker Cc: openldap-technical@openldap.org Subject: Re: extracting
Alex Samad - Yieldbroker wrote:
ldapsearch -x -b "<base dn for the AD domain>"
how do I get to the schema part..
http://www.openldap.org/lists/openldap-software/200304/msg00358.html
The DN in attribute 'subschemaSubentry' looks differently in MS AD.
Ciao, Michael.
openldap-technical@openldap.org