Search found 14 matches

by ps469x
Mon Apr 17, 2017 12:39 pm
Forum: Nagios XI
Topic: Create user with AD integration thru API
Replies: 4
Views: 2200

Re: Create user with AD integration thru API

I was able to reverse engineer the call that the browser makes. To summarize: I'm hitting the login.php page with a HTTP GET first. From there I collect the nsp and nagiosxi cookie. I then submit a HTTP POST request with the following payload: nsp=<previouslyCollectedNspString>&page=auth&deb...
by ps469x
Fri Apr 14, 2017 3:00 pm
Forum: Nagios XI
Topic: Create user with AD integration thru API
Replies: 4
Views: 2200

Create user with AD integration thru API

I was looking into creating users thru the API, http://myhost/nagiosxi/help/api-system-reference.php#add-user, however, by default you have to specify a password. Is it possible to create a user who can log in with the AD credentials? The AD integration is ready and complete. I can create a user by ...
by ps469x
Thu Apr 13, 2017 3:08 pm
Forum: Nagios XI
Topic: LDAP/Active directory integration 0 users issue
Replies: 21
Views: 5839

Re: LDAP/Active directory integration 0 users issue

Yes, can be marked as solved and locked :)
by ps469x
Thu Apr 13, 2017 2:23 pm
Forum: Nagios XI
Topic: LDAP/Active directory integration 0 users issue
Replies: 21
Views: 5839

Re: LDAP/Active directory integration 0 users issue

Perfect! Thank you!!
by ps469x
Thu Apr 13, 2017 1:44 pm
Forum: Nagios XI
Topic: LDAP/Active directory integration 0 users issue
Replies: 21
Views: 5839

Re: LDAP/Active directory integration 0 users issue

Yes, that's exactly what I mean. We basically want to be able to add users to our AD Nagios group, that user should then be able to log in to Nagios without any further action. Is it possible to create a user thru an interface? Such as an API call, thru a script? I'm thinking of maybe triggering a c...
by ps469x
Wed Apr 12, 2017 2:04 pm
Forum: Nagios XI
Topic: LDAP/Active directory integration 0 users issue
Replies: 21
Views: 5839

Re: LDAP/Active directory integration 0 users issue

We did find a solution that works for us. We had to provide the very top directory in order for Nagios XI to pick up the folders. From there we can navigate down to the specific user group. This can be tagged as resolved. My follow up question would be though, if it's possible to sync users from a A...
by ps469x
Tue Apr 11, 2017 5:54 pm
Forum: Nagios XI
Topic: LDAP/Active directory integration 0 users issue
Replies: 21
Views: 5839

Re: LDAP/Active directory integration 0 users issue

Yes, that's exactly what I tried. After it didn't bring any users in, I replaced it with our actual filter '(memberOf=CN=Nagios dashboard,OU=BIAS Org Groups,DC=yyy,DC=xxx,DC=zzz)', this gives us the full last of all the users, not just the users in that group. Do I need to do anything else after cha...
by ps469x
Tue Apr 11, 2017 3:20 pm
Forum: Nagios XI
Topic: LDAP/Active directory integration 0 users issue
Replies: 21
Views: 5839

Re: LDAP/Active directory integration 0 users issue

We can provide the Base DN like this: "OU=Provisioned,OU=BIAS Accounts,DC=xxx,DC=yyy,DC=zzz", this will yield us all the users, which exceeds far over 1000 and is not very useful. When we provide our Base DN with a filter like this "OU=Provisioned,OU=BIAS Accounts,DC=xxx,DC=yyy,DC=zzz...
by ps469x
Mon Apr 10, 2017 12:34 pm
Forum: Nagios XI
Topic: LDAP/Active directory integration 0 users issue
Replies: 21
Views: 5839

Re: LDAP/Active directory integration 0 users issue

Yes, I'm pretty sure. It's what the active directory gave me as the Base DN. I would imagine that if I specified the Base DN like that, I'd see one folder with all the users in it. We have the same settings enabled in check_MK, and they return results. I sent you a PM with the filters activated with...
by ps469x
Fri Apr 07, 2017 2:15 pm
Forum: Nagios XI
Topic: LDAP/Active directory integration 0 users issue
Replies: 21
Views: 5839

Re: LDAP/Active directory integration 0 users issue

Oops, sorry I misread that. Sent you a PM with the results