[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
setting up openldap to proxy to AD on SUSE ENT 12
- To: openldap-technical@openldap.org
- Subject: setting up openldap to proxy to AD on SUSE ENT 12
- From: N6Ghost <n6ghost@gmail.com>
- Date: Mon, 25 Feb 2019 13:34:45 -0800
- Content-language: en-US
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding:content-language; bh=k9wioGUBy9TNh1BUQxOPUqyM6V8D+WpVOcfxnvmYmJA=; b=Ry8QUaB462Wcms9Y7y0dMyQU+iGXolDfuaRJc75LGNVGwYD+0pZPX8yDEqFtMt7eJR JiHbnt917KAZNumYK3UOvkXhftkh6acsFQhyO7WuKr78IXlE5y5V7LDITjU+S1ktyb0o b9cflD0RqkhxYwn6gq4ELts0kgSdL6J4es4aLoi5S6xyJaC2KqTuSxZrL4UTrglBDeUX r6RhSLXmUKU5RM/VR6U1ImBpmhAjNOjvdnXyATBIikhuCX0R1oN2sMaCr6ZgMuXHLLKx GCpc/3q03J7XMXVTBzYulIiydFMNi44l6FB51nJVgBIWBUZZg1fP9FsN9HsXAEFpEBH4 Zb8w==
- User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1
hi all,
I am trying to setup an openldap proxy to AD and i need to use SUSE
Enterprise Linux 12.
Hostname:/etc/openldap # rpm -qa|grep -i openldap
openldap2-2.4.41-18.43.1.x86_64
openldap2-client-2.4.41-18.43.1.x86_64
what I am trying to do, is proxy an application (with 1000s of users)
from talking directory to AD, to talking to openldap. and then have
openldap talk to AD.
look across the net is a bunch of stuff, but most of it does not seem
to apply, or work. look at the offical doc, says use sasl but you must
have an local entry with a {sasl] tag on the user thats not really ideal
and work make a huge problem. a few of the posts online just said point
to AD via ldap is possible? and this application also has a group lookup
as part of its auth process... eg, only member of groupX can access....
any help in this would be huge.
seems, i am mixing up a few different ways of doing this whats the bets
way to do this?
Thanks
-N6ghost