Welcome, Guest. Please login or register.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dohco

Pages: [1]
1
GUI / Re: Active Directory authentication
« on: January 12, 2022, 02:32:13 pm »
# Authentication for GUI users can be set to:
# local, sso, pam, radius, ldap or none
# Append -pass to use the session user (entering pw each time) for device access (e.g. in Devices-Write)
# Add 2nd argument with ldap or radius to assign groups to users which don't exist within NeDi (disabled if empty, minimal access with "usr,")
# Be aware that ldap or radius may have problems with passwords containing language specific special characters
# All groups: net, oth, mgr, dsk, mon, adm, mnt
guiauth      ldap   usr,net,dsk,oth,mon,mgr,mnt

# Set Ldapserver parameters, if selected above:
#      host               port           rootpw      basedn         rootdn                        loginattr           Optional_group
ldapsrv   ldaps://ldap.acme.com   636      PASSWORD   DC=acme,DC=com   CN=USERNAME,OU=users,DC=acme,DC=com   cn         GROUP


The PASSWORD and USERNAME must be a user who can read the LDAP-directory
GROUP is AD-group filled with user that will be permitted to login to NeDi
"basedn" is set to where users/groups are in the ldap tree, could be close to the root of tree
"rootdn" full ldap path to USERNAME

"guiauth" sets the groups within NeDi the ldap-verified-users will belong to


This is how I think it works (works for me)   ;)

2
GUI / Re: Active Directory authentication
« on: April 07, 2021, 07:42:25 am »
In my configuration I only have ldap, not local,ldap.
With this I can log in with both ldap and local accounts.

3
Installation / Re: Update 1.9C to 2.0C
« on: March 29, 2021, 11:16:25 am »
I had a simular problem when downloading via Chrome. It seems that Chrome does something to the file (unpacking?).
When I tried Internet Explorer it worked fine.

/Conny

4
GUI / Re: more locsep characters as separators?
« on: March 02, 2021, 07:45:05 am »
I had this issue with some devices that wouldn't take ";" in the GUI, but it worked just fine adding ";" in the location field via the CLI instead.
Might be worth to give it a shot.

/Conny

5
Definition Files / 1.3.6.1.4.1.6027.1.3.32 (S5048F-ON)
« on: September 01, 2020, 04:53:21 pm »
Anyone got a working .def for this switch?

Dell EMC Networking OSOperating System Version: 2.0
Application Software Version: 9.14(2.0)
Series: S5048F-ON

6
GUI / Re: Display (f.e.) Number of Devices on Top and not Bottom of Table
« on: February 08, 2019, 04:18:19 pm »
I modified Devices-List.php to show the result on top of the table. See instructions in the attached file on how to modify Devices-List.php.
This is for NeDi version 1.8 but you can make it work with other versions as well.

! MAKE A COPY OF THE ORIGINAL FILE BEFORE EDITING !

/Conny

7
GUI / Re: Assets Management CSV Import format
« on: January 30, 2019, 02:41:22 pm »
I'm not sure if this is the answer you are looking for but if you run "nedi.pl -Yam" NeDi will add all devices and modules it knows about to the inventory.

/Conny

8
Discovery / Re: skip polling one or more devices
« on: December 05, 2018, 03:29:45 pm »
Quick and dirty;
Change SNMP community on the devices so NeDi can't read the device.
If the CPU goes down then it's most likely related to SNMP.
Does the time when NeDi scan your network correspond with high CPU on the device?

/Conny



9
Installation / Re: Error update Nedi 1.6 to 1.7C
« on: October 24, 2018, 02:03:22 pm »
Make sure you download the file with IE since Chrome converts the file on the fly when you download it.

/Conny

10
Discovery / Re: Nedi 1.6 and Cisco AccessPoint 1800 series and 2800 series
« on: February 15, 2018, 12:44:31 pm »
Is CDP enabled on both sides? On the switch and switchport and enabled in WLC?

/Conny

11
Database / dnsGenerator
« on: October 05, 2015, 01:57:22 pm »
Hi,

I wanted to have all my network devices updated in DNS, so I wrote a PHP file to do that for me.
Ended up with a DNS server on the NeDi server and made a stub-zone for my network devices.
I run this script once every hour to generate a zone file and reload Bind afterwards.

Thought that maybe someone else could find this useful...
This is written for NeDi 1.4, so you might have to change line 65 to NOT convert from long to IP if you have a newer version.
Place the file in /path_to_nedi/html/dnsGenerator.php

/Conny

Pages: [1]