If you use Apache for your auth via authnz_ldap all you have to do is
create contacts using the same email addresses as found in AD and poof.
Below is a config, please note that if you use this you need to use SSL
because there are passwords sent over the net.  With this config users
login using email address+ Windows passwd.

# apache configuration for icinga

ScriptAlias /cgi-bin/icinga /usr/lib/cgi-bin/icinga
ScriptAlias /icinga/cgi-bin /usr/lib/cgi-bin/icinga
# Where the stylesheets (config files) reside
Alias /icinga/stylesheets /etc/icinga/stylesheets

# Where the HTML pages live
Alias /icinga /usr/share/icinga/htdocs

<DirectoryMatch
(/usr/share/icinga/htdocs|/usr/lib/cgi-bin/icinga|/etc/icinga/stylesheets)>
    Options FollowSymLinks

    DirectoryIndex index.html

    AllowOverride AuthConfig
    Order Allow,Deny
    Allow From All
##Permit AD logins
        AuthName "Company.User Name is your email, access or guest+email
for read-only"
        AuthBasicProvider ldap anon
        AuthType Basic
        AuthLDAPURL "ldap://ldap.ad.company.com:3268/
dc=company,dc=com?mail?sub?(&(objectClass=user)(!(objectClass=computer)))"
        AuthLDAPBindDN   
"CN=ldap-auth-svc,OU=ldap,OU=services,DC=gso,DC=company,DC=com"
        AuthLDAPBindPassword    Sup3rS3kret!!
   
##Permit Anonymous access for "guest"   
        Anonymous_NoUserID off
        Anonymous_MustGiveEmail on
        Anonymous_VerifyEmail on
        Anonymous_LogEmail on
        Anonymous guest

    require valid-user
</DirectoryMatch>

ServerName snmp.gso.ad.company.com



*Jeremy Page* | Senior Technical Architect | *Gilbarco Veeder-Root, A
Danaher Company*
*Office:*336-547-5399 | *Cell:*336-601-7274 | *24x7 Emergency:*336-430-8151
------------------------------------------------------------------------
On 01/16/2014 10:04 AM, Wilfried Tiani wrote:
> Hello all ,
>
> I am a new icinga user and i had install icinga web 1.10 on Centos 6.4 .
> Now , i want to use my MS Active directory to import my hosts and
> contacts on icinga .
> I was something with LConf but it didn't help me realy .
>
> Please any one have an idea ?
>
>
>
> _______________________________________________
> icinga-users mailing list
> icinga-users@lists.icinga.org
> https://lists.icinga.org/mailman/listinfo/icinga-users



Please be advised that this email may contain confidential 
information.  If you are not the intended recipient, please notify us 
by email by replying to the sender and delete this message.  The 
sender disclaims that the content of this email constitutes an offer 
to enter into, or the acceptance of, any agreement; provided that the 
foregoing does not invalidate the binding effect of any digital or 
other electronic reproduction of a manual signature that is included 
in any attachment.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to