Hi,

I'm wondering if anyone has successfully implemented LDAP authentication for
icinga-web. I've been to these two pages:

https://dev.icinga.org/projects/icinga-web/wiki/Insider_tips#Ldap-authentication
https://dev.icinga.org/issues/333

But there's not really any solid documentation that I've been able to find.
The furthest Ive gotten is adding this to the icinga.xml (customized with my
own settings of course):

<ae:parameter name="msad-ldap1">
            <ae:parameter name="auth_module">AppKit</ae:parameter>
            <ae:parameter
name="auth_provider">Auth.Provider.LDAP</ae:parameter>
            <ae:parameter name="auth_enable">true</ae:parameter>
            <ae:parameter name="auth_authoritative">true</ae:parameter>
            <ae:parameter name="auth_create">true</ae:parameter>
            <ae:parameter name="auth_update">true</ae:parameter>

            <ae:parameter name="auth_map">
                <ae:parameter name="user_firstname">givenName</ae:parameter>
                <ae:parameter name="user_lastname">sn</ae:parameter>
                <ae:parameter name="user_email">mail</ae:parameter>
            </ae:parameter>

            <ae:parameter name="ldap_dsn">ldap://ad.icinga.org
</ae:parameter>
            <ae:parameter
name="ldap_basedn">DC=ad,DC=icinga,DC=org</ae:parameter>
            <ae:parameter name="ldap_binddn">l...@ad.icinga.org
</ae:parameter>
            <ae:parameter
name="ldap_bindpw"><![CDATA[XXXXXXXXX]]></ae:parameter>
            <ae:parameter name="ldap_userattr">uid</ae:parameter>
            <ae:parameter
name="ldap_filter_user"><![CDATA[(&(sAmAccountName=__USERNAME__))]]></ae:parameter>
        </ae:parameter>

I'm unsure where to go from there. Any tips?

Thanks,
Khoury
------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to