I have installed TeemIP to manage all my Subnet.
I would like to delegate the subnet for different user, but I don't want that those user can create IP scope.
I create a user with Hostmaster profile, but he can create ip scope.
I would like to modify Hostmaster profile with button modify, but I can't ticked to No ip scope.
I would like to create a new profile, but I didn't find.
Is there a way to create/modify a profile ?
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, you can modify or create profiles... but not through the UI. You'll need to create a small extension where you'll define your new profiles or alter the existing ones. Here are a few links that will help you:
Focus on <user_rights>. <groups> will help you to define set of classes with the granularity that you want. <profiles> is the place where you'll define your new profiles.</profiles></groups></user_rights>
And of course, you may use as examples what is done in the different datamodel.xxx.xml files of TeemIp extensions.
If you don't want to create your own extension, you can still modify these TeemIp datamodel.xxx.xml files.
With the hope that helps.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks you for your answer. I have find the correct file. I modified it. But in my dream, I would like that my user can't create IPV4block only. but if I disable the line, user can't create any IP object (block, subnet, address). Is there a more granular file or system to forbidden creating only IPv4Block ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Create a specific group with all IP objects by the blocks and give the r/w permission on this group to the profiles you consider
Or remove the blocks from the existing group, create a new one with blocks only and add it qhere required.
Note: Doing this through an extension will be useful for your future upgrades of the application. Modifying files directly will require you do redo the job at each upgrade.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have installed TeemIP to manage all my Subnet.
I would like to delegate the subnet for different user, but I don't want that those user can create IP scope.
I create a user with Hostmaster profile, but he can create ip scope.
I would like to modify Hostmaster profile with button modify, but I can't ticked to No ip scope.
I would like to create a new profile, but I didn't find.
Is there a way to create/modify a profile ?
thanks
Hello,
Yes, you can modify or create profiles... but not through the UI. You'll need to create a small extension where you'll define your new profiles or alter the existing ones. Here are a few links that will help you:
And of course, you may use as examples what is done in the different datamodel.xxx.xml files of TeemIp extensions.
If you don't want to create your own extension, you can still modify these TeemIp datamodel.xxx.xml files.
With the hope that helps.
Hi,
Thanks you for your answer. I have find the correct file. I modified it. But in my dream, I would like that my user can't create IPV4block only. but if I disable the line, user can't create any IP object (block, subnet, address). Is there a more granular file or system to forbidden creating only IPv4Block ?
Hi,
You'll need to play with groups:
Note: Doing this through an extension will be useful for your future upgrades of the application. Modifying files directly will require you do redo the job at each upgrade.