Check Availabilty with r/w permissions
phpipam open-source IP address management
Brought to you by:
myha
Hi Miha,
First of all thanks for your amazing tool! It does the job and so much more :)
I got a problem with scan and permissions. I have a user with r/w on a subnet but when using its profile, when i try to check the availability of an IP, i've got an error message saying: "Cannot edit IP address details! You do not have write access for this network".
Is there a way to go around it and give scan permissions to user with only read/write acces ?
Thanks in advance,
Tom
Anonymous
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Found it, in app/subnets/addresses/ping-address.php, on line 39 you're missing a "=" :
$subnet_permission > 2 ?: ----> $subnet_permission >= 2 ?:
Hi, fixed in github, will be updated in next release.
br